> From: Olivier Fourel [mailto:[EMAIL PROTECTED]
> Subject: Tomcat 5.5 hanging & locked thread
>
> I have a tomcat 5.5 server hanging in production mode.
> It seems we have threads that are never released and stay
> locked as shown in the extract below.

The threads you extracted look perfectly normal - they're in the thread pool, 
waiting for requests to show up.  You need to be looking at the other threads 
that may be stuck or looping somewhere else.  If you have database connections, 
make sure those are functional and not all consumed by threads failing to close 
them.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to