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. 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 .
|
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"]
|
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.
Comments
You should probably provide the version of the software you use.
i use the JTS 5.0.2 version