The RTC 2.0 version for Rational Asset Manager 7.5 does not start
The RTC 2.0 version for Rational Asset Manager 7.5 does not start with the tomcat of RTC throwing the following error.
Feb 4, 2013 6:07:27 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[9005]: java.net.BindException: Address already in use: NET_Bind |
One answer
It appears the port number 9005, where tomcat is listening for SHUTDOWN signal, is already used by another process. This was odd behaviour, since the tomcat of RTC was working fine with the settings as is.
I changed the setting for Tomcat to use another port number( from 9005 to 9006) by editing %CATALINA_HOME%\conf\server.xml:
Comments Note that changing the port of RTC will require updates to RAM's configuration (link to RTC).
Sunil Soans
commented Feb 05 '13, 1:25 a.m.
This port number 9005 or 9006 is not the port on which the RTC tomcat will be running. This is the port on which the tomcat will listen for shutdown command. I believe the RAM's configuration will need to be changed only if the port on which RTC tomcat will run is changed.
That is simply telling us you already have another process running that is using 9005. That means that there is probably a Tomcat already running and you tried to start another instance of the same Tomcat.
Sunil Soans
commented Feb 06 '13, 1:32 a.m.
Thanks Richard. I had verified that tomcat was not running. Probably as mentioned tomcat may have shut down hard and the port was not released.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.