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

Jazz Team Server has gone down without warning - which logs should be investigated

 Hi,

For the second time in a week our Rational has gone down - and will not restart.

Which logs should I investigate to determine why the product went down in the first place.

I've looked into the "JazzTeamServer/tomcat/logs" directory. Under catalina.2013-09-03.log there are several errors such as those attached at the bottom of this message


I think the errors below indicate there is a hung process (which is preventing the restart of CLM). What I am trying to work out is why it crashed in the first instance. Can anyone advise which logs I should be looking at? And what actions I should take to find the root cause of the initial crash.

Thanks,
Phil


Sep 3, 2013 5:39:05 PM org.apache.coyote.AbstractProtocol init

SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-9080"]

Throwable occurred: java.net.BindException: Address already in use <null>:9080

                at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:406)

                at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)

                at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)

                at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init

1 vote



2 answers

Permanent link
LOGS : Any heapdump files in the <install_dir>/server directory ? 
ccm.log (defined in <install_dir>/*/log4j.properties


Make sure that the application is in fact down (not visible in a process listing).  Since the "Address already in use" is showing, that indicates that there is some process still "running" which still is bound to the 9080 port.  netstat -n -a |grep 9080 would confirm if you see something like:

tcp        0      0  *.9080        *.*                    LISTEN

in the netstat output.   I've found that server.shutdown doesn't always bring the Tomcat down and sometimes it must be killed.

0 votes


Permanent link
 Often times for us, there is still a running Java process that needs to be killed through task manager.   Make sure it is every instance of Java as we often see more than 1.

0 votes

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: Sep 03 '13, 12:59 p.m.

Question was seen: 5,370 times

Last updated: Sep 03 '13, 4:10 p.m.

Confirmation Cancel Confirm