> From: Martin Spinassi [mailto:[EMAIL PROTECTED]
> Subject: All threads are busy
>
> Nov 24, 2008 1:51:54 PM org.apache.tomcat.util.threads.ThreadPool
> logFull
> SEVERE: All threads (200) are currently busy, waiting. Increase
> maxThreads (200) or check the servlet status

And what does a thread dump show all the threads to be doing?  It's highly 
likely your application is blocking on something critical (e.g., database 
connections).

 - 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