ThreadPool logFull issue

2009-09-16 Thread Phani Raj Kumar
Hi Friends,

I have found an exception(

 org.apache.tomcat.util.threads.ThreadPool logFull

SEVERE: All threads (150) are currently busy, waiting. Increase maxThreads
(150) ) in my Tomcat server in last weekend. Ideall no body was using the
application that time and this error came up. Could you please any of you
tell me what caused the exception and usually what are the possible reasons
for this issue.?



My JDK version: 1.5.0_16

Tomcat Version: 5.0.28

OS: unix



Thansk,


RE: ThreadPool logFull issue

2009-09-16 Thread Caldarale, Charles R
 From: Phani Raj Kumar [mailto:bphanirajku...@gmail.com]
 Subject: ThreadPool logFull issue
 
  org.apache.tomcat.util.threads.ThreadPool logFull
 
 SEVERE: All threads (150) are currently busy, waiting.

Take a thread dump and find out what the threads are doing.  (The logFull 
notation is a bit of a concern.)

 Tomcat Version: 5.0.28

Not supported; please move to a Tomcat level that is.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: ThreadPool logFull issue

2009-09-16 Thread Mark Thomas
Caldarale, Charles R wrote:
 From: Phani Raj Kumar [mailto:bphanirajku...@gmail.com]
 Subject: ThreadPool logFull issue

  org.apache.tomcat.util.threads.ThreadPool logFull

 SEVERE: All threads (150) are currently busy, waiting.
 
 Take a thread dump and find out what the threads are doing.  (The logFull 
 notation is a bit of a concern.)

I'm fairly sure it is harmless. logFull is the name of a boolean used to
track if the logFull (ie log that that thread pool is full) message has
been previously reported.

Mark

 
 Tomcat Version: 5.0.28
 
 Not supported; please move to a Tomcat level that is.

+1

Mark



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org