You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Luc Foisy <Lu...@technical-magic.com> on 2003/12/01 19:57:43 UTC

Perhaps a thread problem

Tomcat 4.1.18-LE with Java 1.4.0_03
RedHat 9
Tomcat is serving through https

from catalina.out
Dec 1, 2003 11:09:55 AM org.apache.tomcat.util.log.CommonLogHandler log
INFO: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 
some application output (which looks like its functioning properly)
lastURL ======= /icrm/content.jsp?title=Introduction&token=fb8c00f54cf5bb7288d5f89e83f78b7a
lastURL ======= /icrm/content.jsp?title=Web%20Application%20Navigation&token=b33cd4c0ad12d504e56328c4ee355ec5
lastURL ======= /icrm/content.jsp?title=Web%20Application%20Navigation&token=c26e29992ae8a564480b1bae5337bca0 
Then a bunch of the following (maybe 50 times, same time too) 
Stopping service Tomcat-Standalone
Dec 1, 2003 1:08:15 PM org.apache.tomcat.util.log.CommonLogHandler log
SEVERE: Caught exception executing org.apache.tomcat.util.net.TcpWorkerThread@a6b16f <ma...@a6b16f>, terminating thread
java.lang.IllegalStateException
at org.apache.tomcat.util.threads.ThreadPool.runIt(ThreadPool.java:245)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:503)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
at java.lang.Thread.run(Thread.java:536)


What is this telling me? Where do I set maxThreads?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Perhaps a thread problem

Posted by Filip Hanik <de...@hanik.com>.
in server.xml for each connector

-----Original Message-----
From: Luc Foisy [mailto:Luc.Foisy@technical-magic.com]
Sent: Monday, December 01, 2003 10:58 AM
To: Tomcat User List (E-mail)
Subject: Perhaps a thread problem



Tomcat 4.1.18-LE with Java 1.4.0_03
RedHat 9
Tomcat is serving through https

from catalina.out
Dec 1, 2003 11:09:55 AM org.apache.tomcat.util.log.CommonLogHandler log
INFO: All threads are busy, waiting. Please increase maxThreads or 
check the servlet status75 75 
some application output (which looks like its functioning properly)
lastURL ======= 
/icrm/content.jsp?title=Introduction&token=fb8c00f54cf5bb7288d5f89e83f78b7a
lastURL ======= 
/icrm/content.jsp?title=Web%20Application%20Navigation&token=b33cd4c
0ad12d504e56328c4ee355ec5
lastURL ======= 
/icrm/content.jsp?title=Web%20Application%20Navigation&token=c26e299
92ae8a564480b1bae5337bca0 
Then a bunch of the following (maybe 50 times, same time too) 
Stopping service Tomcat-Standalone
Dec 1, 2003 1:08:15 PM org.apache.tomcat.util.log.CommonLogHandler log
SEVERE: Caught exception executing 
org.apache.tomcat.util.net.TcpWorkerThread@a6b16f 
<ma...@a6b16f>, 
terminating thread
java.lang.IllegalStateException
at org.apache.tomcat.util.threads.ThreadPool.runIt(ThreadPool.java:245)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:503)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Thread
Pool.java:530)
at java.lang.Thread.run(Thread.java:536)


What is this telling me? Where do I set maxThreads?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org