> From: mocherla14 [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat5.5 webserver unstable
> 
> Dec 5, 2006 11:33:07 AM 
> org.apache.tomcat.util.threads.ThreadPool logFull
> SEVERE: All threads (200) are currently busy, waiting. 

Take a thread dump of the situation and find out where the threads are
executing or what they're waiting on.  The exact mechanism for doing so
depends on the platform you're running on (kill -3 on Linux).  Here's
one discussion of additional options:
http://weblogs.java.net/blog/mandychung/archive/2005/11/thread_dump_and_
1.html

 - 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