aspose file tools
The moose likes Tomcat and the fly likes how to increase max thread size Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "how to increase max thread size" Watch "how to increase max thread size" New topic
Author

how to increase max thread size

Maya Pillai
Ranch Hand

Joined: Jul 17, 2008
Posts: 60
Hi,

Please find the below error report

INFO: Processing a 'POST' for path '/Sheduler'
Jan 5, 2009 3:22:52 PM org.apache.struts.action.RequestProcessor process
INFO: Processing a 'GET' for path '/Sheduler'
Jan 5, 2009 3:23:23 PM org.apache.struts.action.RequestProcessor process
INFO: Processing a 'GET' for path '/Sheduler'
Jan 5, 2009 3:26:11 PM org.apache.tomcat.util.threads.ThreadPool logFull
SEVERE: All threads (150) are currently busy, waiting. Increase maxThreads (150)
or check the servlet status

How to increase the max thread size?Please help me to solve this issue.

Thanks.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35254
    
    7
Search for "maxThreads" in the TOMCAT_HOME/conf/server.xml file. You will need to restart Tomcat after editing the file.

However, 150 is quite a few already. Are you certain that there isn't a problem that prevents request threads from terminating quickly? "Checking the servlet status" -as that message suggest- seems a good first step.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to increase max thread size
 
Similar Threads
Quartz Sheduler not executing
Sheduler
No Persistent Classes found for Query Class
Thread Sheduler
Transaction is not being committed