It's all about the answers!

Ask a question

why JTS not started when my PC is in LAN ?


shweta ranaware (371751) | asked Jun 25 '15, 3:38 a.m.
edited Jun 25 '15, 4:49 a.m.
 Hi...
    i am facing problem when i start the JTS . the window will stay for a minutes and then get exited. but when i disable the LAN connection it will get start in  few minutes.
     Here are some lines that i capture before JTS window get exited .
org.apache.coyote.AbstractProtocol pause
pausing protocol Handler["http-bio-9080"]
org.apache.coyote.AbstractProtocol pause
pausing protocol Handler["http-bio-9343"]
org.apache.coyote.AbstractProtocol pause
pausing protocol Handler["ajp-bio-9009"]
org.apache.catalina.core.StandardService stopInternal
Stopping service Catalina
org.apache.coyote.AbstractProtocol stop
stopping protocol Handler["http-bio-9080"]
org.apache.coyote.AbstractProtocol stop
stopping  protocol Handler["http-bio-9343"]
org.apache.coyote.AbstractProtocol stop
stopping protocol Handler["ajp-bio-9009"]


Comments
Ralph Schoon commented Jun 25 '15, 3:42 a.m. | edited Jun 25 '15, 3:42 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You should probably provide the version of the software you use.


shweta ranaware commented Jun 25 '15, 4:56 a.m.

i use the  JTS 5.0.2 version

2 answers



permanent link
Howard Hsiao (5.5k17) | answered Jun 25 '15, 7:15 a.m.
JAZZ DEVELOPER
The lines in your origin post only told us that Tomcat stopped.
What lines were before "org.apache.coyote.AbstractProtocol pause"?
It will give us more clues.


Comments
shweta ranaware commented Jun 25 '15, 7:52 a.m.

 i observe all the steps which are executed when i start the JTS with LAN connection and when disable the LAN connection 

 The lines upto the 
at java.lang.reflect.Method.invoke(Method.java:611)   are same.

 
but after that these are the different lines 

at org.apache.catalina.startup.BootStrap.start(Bootstrap.java:321)
at.org.apache.catalina.startup.BootStrap.main(Bootstrap.java:455)
org.apache.coyote.AbstractProtocol pause
pausing protocol Handler["http-bio-9080"]


permanent link
Arun K Sriramaiah (3.2k13177) | answered Jun 25 '15, 6:47 a.m.
Hi Shweta,

Below are few possible causes.
1) The standard ports are using for multiple instances are listening on the same port it is possible to take them both down

2) Check if you have enough memory on machine.

Regards,
Arun.


Comments
shweta ranaware commented Jun 25 '15, 8:11 a.m.

second condition is not there because memory space is there.

i think the problem comes under 1 case but can you guide what changes i have to do 
in server.xml file to change the port .

Your answer


Register or to post 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.