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

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 &

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 p