Greetings folks, I am a first time poster.
I am using Tomcat 4.1.27 on AIX. I have one customer that observes Tomcat
falling into a state of unresponsiveness, cleared only by a restart of the
Tomcat java process. The symptom of the problem is that after several hours
of inactivity, the ability to serve any JSP pages ends, yet the Tomcat java
process is still up and the TCP server port still appears as LISTENING in
netstat. The only evidence I have found of a problem is the following
snippet inside the catalina log. Can anyone explain the
java.net.BindException is within this sequence and what might cause it?
Also, I'm not very skilled (yet anyway) at field troubleshooting Tomcat
(i.e. tracing or debug options). Are there any good guides or articles that
cover troubleshooting? Thanks for any tips.
2005-08-16 10:58:09 HttpConnector Opening server socket on all host IP
addresses
2005-08-16 10:58:11 HttpConnector[21580] Starting background thread
2005-08-16 10:58:11 HttpProcessor[21580][1] Starting background thread
2005-08-16 10:58:11 HttpProcessor[21580][0] Starting background thread
2005-08-16 10:58:11 HttpProcessor[21580][2] Starting background thread
2005-08-16 10:58:11 HttpProcessor[21580][3] Starting background thread
2005-08-16 10:58:11 HttpProcessor[21580][4] Starting background thread
2005-08-16 11:21:07 HttpConnector Opening server socket on all host IP
addresses
2005-08-16 11:21:07 HttpConnector httpConnector, io problem:
java.net.BindException: The socket name is already in use.:21580
at
org.apache.catalina.connector.http.HttpConnector.open(HttpConnector.java:980
)
at
org.apache.catalina.connector.http.HttpConnector.initialize(HttpConnector.ja
va:1187)
at
org.apache.catalina.core.StandardService.initialize(StandardService.java:579
)
at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2246)
at org.apache.catalina.startup.Catalina.start(Catalina.java:511)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:40)
at java.lang.reflect.Method.invoke(Method.java:335)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
2005-08-16 11:26:56 HttpProcessor[21580][5] Starting background thread
2005-08-16 11:26:58 HttpProcessor[21580][6] Starting background thread
2005-08-16 16:28:37 HttpProcessor[21580][7] Starting background thread
Sincerely,
Matt
-----------------------------------------------------------
Matthew P. Schuetze
Senior Software Engineer
Compuware Corporation - Technology Division
[EMAIL PROTECTED]
http://www.compuware.com/products/default.htm
-----------------------------------------------------------
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]