> From: Curtis Garman [mailto:curt.gar...@gmail.com] > Subject: Thread issue - org.apache.tomcat.util.threads.ThreadPool > logFull > > Does anyone know what would cause the following error > > Nov 4, 2009 9:30:28 AM org.apache.tomcat.util.threads.ThreadPool > logFull > SEVERE: All threads (150) are currently busy, waiting. Increase > maxThreads (150) or check the servlet status
Likely that the threads are off stuck somewhere they shouldn't be. Take a thread dump and find out what's going on. No point in speculating when real data is easily available. http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F - 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