why JTS not started when my PC is in LAN ?
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"]
2 answers
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.
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.
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
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"]
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 25 '15, 3:42 a.m.You should probably provide the version of the software you use.
shweta ranaware
Jun 25 '15, 4:56 a.m.i use the JTS 5.0.2 version