RE: Tomcat5.5 webserver unstable

2007-01-09 Thread Caldarale, Charles R
> 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 e

Re: Tomcat5.5 webserver unstable

2007-01-09 Thread Roland Lammel
This looks more like your application(s) is keeping the threads busy. So tomcat is running out of free threads/workers to handle the incoming requests. You are either having a generic problem in your application where your application is not closing the request hence keeping the thread occupied,