Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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"]

0 votes

Comments

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

i use the  JTS 5.0.2 version



2 answers

Permanent link
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.

0 votes

Comments

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 .


Permanent link
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.

0 votes

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"]

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 25 '15, 3:38 a.m.

Question was seen: 2,787 times

Last updated: Jun 25 '15, 8:11 a.m.

Confirmation Cancel Confirm