Jump to content

404 not found when accessing Tibco Spotfire Server


Adi Lavy

Recommended Posts

I am having issues accessing Tibco Server 10.10.1.

I have installed and configured Oracle 18 XE, and Tibco Server 10.10.1 using the configuration tool.

In the configuration tool, I have green checkmarks on all items, and I started Tibco Server service manually.

I have configured the server to work through port 80 and I opened that port in the firewall. I verified that no other process is using this port, and that it is configured in the server.xml file for tomcat.

Everything is installed and executed on Windows 10 within Paralells VM on a Mac computer.

Once I try to access the IP adderss of the server I see the Tibco logo along with a 404 not found error message.

 

Using configtest fromC:tibcotss10.10.1tomcatbin I get this output

Using CATALINA_BASE: "C:tibcotss10.10.1tomcat" Using CATALINA_HOME: "C:tibcotss10.10.1tomcat" Using CATALINA_TMPDIR: "C:tibcotss10.10.1tomcattemp" Using JRE_HOME: "C:tibcotss10.10.1jdk" Using CLASSPATH: ";C:tibcotss10.10.1tomcatspotfire-boot-lib*;C:tibcotss10.10.1tomcatbinbootstrap.jar;C:tibcotss10.10.1tomcatbintomcat-juli.jar" NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED Sep 09, 2020 9:17:01 AM org.apache.catalina.startup.SetAllPropertiesRule begin WARNING: [setAllPropertiesRule]{Server/Service/Connector} Setting property 'connectorType' to 'registration' did not find a matching property. Sep 09, 2020 9:17:01 AM org.apache.catalina.startup.SetAllPropertiesRule begin WARNING: [setAllPropertiesRule]{Server/Service/Connector} Setting property 'connectorType' to 'backend' did not find a matching property. Sep 09, 2020 9:17:02 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-80"] Sep 09, 2020 9:17:02 AM org.apache.catalina.util.LifecycleBase handleSubClassException SEVERE: Failed to initialize component [Connector[HTTP/1.1-80]] org.apache.catalina.LifecycleException: Protocol handler initialization failed at org.apache.catalina.connector.Connector.initInternal(Connector.java:1042) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.core.StandardService.initInternal(StandardService.java:533) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1057) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.startup.Catalina.load(Catalina.java:584) at org.apache.catalina.startup.Catalina.load(Catalina.java:607) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:303) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:481) Caused by: java.net.BindException: Address already in use: bind at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:461) at java.base/sun.nio.ch.Net.bind(Net.java:453) at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227) at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80) at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:228) at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:211) at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1141) at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1154) at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:581) at org.apache.coyote.http11.AbstractHttp11Protocol.init(AbstractHttp11Protocol.java:74) at org.apache.catalina.connector.Connector.initInternal(Connector.java:1039) ... 13 more Sep 09, 2020 9:17:02 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-9080"] Sep 09, 2020 9:17:02 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-9443"] Sep 09, 2020 9:17:02 AM org.apache.catalina.startup.Catalina load INFO: Server initialization in [786] millisecondsI am also attaching the server.log and catalina log files.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...