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
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 25 '15, 3:42 a.m.shweta ranaware
Jun 25 '15, 4:56 a.m.