Home
TeamSite
Urgent: Can't access TS via Web interface
BomProveito
We have an urgent situation here -- we are unable to access TS 5.5.2 (on Windows 2000, without SP2) via the Web interface. The Y: drive comes up all right.
iw-home\local\logs\iwui\servletd_err.log contains what's shown below.
KB Article 49039 addresses this issue. I changed the RMI port number from 1039 (in all the 3 files mentioned in the said article, plus the file corresponding to DD) a few times, to no avail.
I even changed "OPENAPI.rmi_port_number_min/max," to no avail.
Interestingly, we were running and using TS without any apparent trouble until we stopped TS (from the Services menu) and rebooted the TS box.
We also have TST, OD and DD installed and running.
Any replies will be greatly appreciated!
S.
---------------------
2003-01-06 07:28:09 - ContextManager: Adding context Ctx( /iw/webdesk )
2003-01-06 07:28:09 - ContextManager: Adding context Ctx( /iw/tsadmin )
2003-01-06 07:28:09 - ContextManager: Adding context Ctx( /iw/eventsubsystem )
2003-01-06 07:28:09 - ContextManager: Adding context Ctx( /iw/ddui )
Starting in-process OpenAPI server.
Started RMI registry with reduced signal handling.
WARNING: "SaveFileServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "StartDeploymentServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "ChooseMapServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "ForwardingServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "ProcessGroupServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "GetNewColumnDataServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "LogViewerServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "CreateTreeServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "CreateMappedTreeServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "RemoveGroupServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "ViewSchemaServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "DASServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "ConnectDBServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "CreateDDConfigServlet" specifies parent root_command which is deprecated, assuming "fwroot".
WARNING: "ddui" specifies parent root_command which is deprecated, assuming "fwroot".
java.net.BindException: Address in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)
at java.net.ServerSocket.<init>(ServerSocket.java:170)
at java.net.ServerSocket.<init>(ServerSocket.java:121)
at org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:97)
at org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java:242)
at org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:188)
at org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Find more posts tagged with
Comments
iwovGraduate
java.net.BindException: Address in use: JVM_Bind
I think one of your ports is in conflict.
BomProveito
I can't tell what the port conflicts are, even using the Active Ports program.
Incidentally, the OD Admin GUI is coming up OK.
But something like:
http://<host>/iw/start.html
brings "The page cannot be displayed" page with this information:
HTTP 502 Proxy Error - The Uniform Resource Locator (URL) does not use a recognized protocol. Either the protocol is not supported or the request was not typed correctly. Confirm that a valid protocol is in use (for example, HTTP for a Web request). (12006)
Internet Security and Acceleration Server
Ay, woe is me!
S.
BomProveito
Problem solved at midnight, Amsterdam time!
The Microsoft ISA Server was running on port 8080, the same port as the IW Servlet Engine!
For the moment, I changed to port 8280 in etc/iw.cfg and servletd/conf/server.xml.
Thanks for regards,
S.