Re: SEVERE: All threads (200) are currently busy

2015-04-12 Thread Rainer Jung
Am 12.04.2015 um 02:20 schrieb HG: Every once in a while we get the following (Tomcat 6) Mar 31, 2015 7:24:32 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status in the Catalina logs

SEVERE: All threads (200) are currently busy

2015-04-11 Thread HG
Every once in a while we get the following (Tomcat 6) Mar 31, 2015 7:24:32 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status in the Catalina logs and server stops responding

Re: Apache Tomcat 5.5.0 issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads

2010-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott, On 8/24/2010 12:12 PM, Scott Hamilton wrote: You've got two connectors in that server.xml, and one of them is AJP without any real other configuration parameters. If memory serves the thread limit when not specified for a connector is

Apache 5.x issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads

2010-08-24 Thread White, Federico (Federico)
I have an issue where my Tomcat server is going down quite often with the following message: Aug 19, 2010 12:03:21 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status Aug 20, 2010 4:47:20

RE: Apache 5.x issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads

2010-08-24 Thread Caldarale, Charles R
From: White, Federico (Federico) [mailto:whi...@avaya.com] Subject: Apache 5.x issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads First off, it's not Apache 5.x, it's Tomcat 5.x. The term Apache refers to the Apache Software Foundation, for which Tomcat

Apache Tomcat 5.5.0 issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads

2010-08-24 Thread White, Federico (Federico)
/Service /Server Thanks -Original Message- From: White, Federico (Federico) Sent: Martes, 24 de Agosto de 2010 12:09 p.m. To: 'users@tomcat.apache.org'; 'users-h...@tomcat.apache.org' Subject: Apache 5.x issue - SEVERE: All threads (200) are currently busy, waiting

RE: Apache Tomcat 5.5.0 issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads

2010-08-24 Thread Scott Hamilton
) are currently busy, waiting. Increase maxThreads I have an issue where my Tomcat server is going down quite often with the following message: Aug 19, 2010 12:03:21 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200

Re: Apache Tomcat 5.5.0 issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads

2010-08-24 Thread Pid
On 24/08/2010 17:12, Scott Hamilton wrote: Host name=localhost appBase=../comp autoDeploy=false Context docBase=C:\Program Files\Avaya\IC71/comp/website path=/website reloadable=false crossContext=true /

Re: All threads (200) are currently busy

2008-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 AD, On Fri, Oct 31, 2008 at 9:43 PM, Litton, Tom - CEPM [EMAIL PROTECTED]wrote: If you do a kill -3 on the process it will dump the stack trace to the standard output stream. AD wrote: will it provide more info than what is in the kill -QUIT

Re: All threads (200) are currently busy

2008-11-02 Thread Juha Laiho
AD wrote: On Sat, Nov 1, 2008 at 5:25 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy ah sorry, proxied through apache with mod_proxy_balancer on ajp port Can you try your load test directly

Re: All threads (200) are currently busy

2008-11-02 Thread Bob Hall
--- On Sun, 11/2/08 at 1:23 AM, Juha Laiho [EMAIL PROTECTED] wrote: What kind of situation did you have when you took the thread dump in the original request? Could you take a thread dump at a such point in time where you are actually waiting for a request to complete? That way, at least

Re: All threads (200) are currently busy

2008-11-01 Thread Mohit Anchlia
On Fri, Oct 31, 2008 at 7:31 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: All threads (200) are currently busy First, you need to provide some environmental information: Tomcat version, OS, JVM version, etc. I am trying to find out after

Re: All threads (200) are currently busy

2008-11-01 Thread AD
, 2008 at 7:31 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: All threads (200) are currently busy First, you need to provide some environmental information: Tomcat version, OS, JVM version, etc. I am trying to find out after doing

RE: All threads (200) are currently busy

2008-11-01 Thread Caldarale, Charles R
From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy And yes these were all http requests for the web applicatoin for our load test. The wasn't quite the question. Are the requests being sent through your httpd front end on the AJP port, or direct to Tomcat

Re: All threads (200) are currently busy

2008-11-01 Thread AD
ah sorry, proxied through apache with mod_proxy_balancer on ajp port On Sat, Nov 1, 2008 at 2:14 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy And yes these were all http requests for the web

RE: All threads (200) are currently busy

2008-11-01 Thread Caldarale, Charles R
From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy ah sorry, proxied through apache with mod_proxy_balancer on ajp port Can you try your load test directly into Tomcat on port 8080 and eliminate one variable? If that test runs satisfactorily, you'll need

Re: All threads (200) are currently busy

2008-11-01 Thread AD
: From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy ah sorry, proxied through apache with mod_proxy_balancer on ajp port Can you try your load test directly into Tomcat on port 8080 and eliminate one variable? If that test runs satisfactorily, you'll need

All threads (200) are currently busy

2008-10-31 Thread AD
I am trying to find out after doing some load testing why tomcat is getting hung up on some threads. Can anyone provide some info on how to track down where the blocking is happening here? I am unable to diagnose based on this dump.. http://pastie.org/305167 thanks Adam

RE: All threads (200) are currently busy

2008-10-31 Thread Caldarale, Charles R
From: AD [mailto:[EMAIL PROTECTED] Subject: All threads (200) are currently busy First, you need to provide some environmental information: Tomcat version, OS, JVM version, etc. I am trying to find out after doing some load testing why tomcat is getting hung up on some threads. Put

Re: All threads (200) are currently busy

2008-10-31 Thread AD
. Whats the best way to get the thread dump and find out what process is hung in the webapp ? Thx Adam On Fri, Oct 31, 2008 at 7:31 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: All threads (200) are currently busy First, you need to provide some

RE: All threads (200) are currently busy

2008-10-31 Thread Caldarale, Charles R
From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy Whats the best way to get the thread dump and find out what process is hung in the webapp ? Since you're on a 1.6 JVM, the jstack tool from the JDK is probably the easiest. (Use jps to find the pid first

Re: All threads (200) are currently busy

2008-10-31 Thread Litton, Tom - CEPM
, 2008 at 7:31 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: All threads (200) are currently busy First, you need to provide some environmental information: Tomcat version, OS, JVM version, etc. I am trying to find out after doing some load

Re: All threads (200) are currently busy

2008-10-31 Thread AD
[EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: All threads (200) are currently busy First, you need to provide some environmental information: Tomcat version, OS, JVM version, etc. I am trying to find out after doing some load testing why tomcat is getting hung up

RE: All threads (200) are currently busy

2008-10-31 Thread Caldarale, Charles R
From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy will it provide more info than what is in the kill -QUIT from above ? What above are you talking about? The jstack tool with the -l option provides the most information; kill -3 is very similar, but omits

Re: All threads (200) are currently busy

2008-10-31 Thread AD
the pastie link that I sent in my original post which was a kill -QUIT when the problem was happening. On Fri, Oct 31, 2008 at 10:49 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy will it provide

RE: All threads (200) are currently busy

2008-10-31 Thread Caldarale, Charles R
From: AD [mailto:[EMAIL PROTECTED] Subject: Re: All threads (200) are currently busy the pastie link that I sent in my original post which was a kill -QUIT when the problem was happening. Sorry, didn't realize that was a link to something useful. There are a few threads waiting for input

Re: Tomcat - All threads (200) are currently busy

2007-07-16 Thread Christopher Schultz
maxSpareThreads=75 I get error: SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status. Why 200? I dont have configured the value 200. Something is not right. It's possible that the (200) is a programming oversight and it's not giving you

Re: Tomcat - All threads (200) are currently busy

2007-07-13 Thread André Vila Cova
1 . no 2 . lot of users On 7/12/07, Leon Rosenberg [EMAIL PROTECTED] wrote: Stupid question: 1. are you using keep alive? 2. how many users are actually on? regards Leon On 7/13/07, Christopher Schultz [EMAIL PROTECTED] wrote: Ingo, Ingo Krabbe wrote: Am Donnerstag, 12. Juli 2007 19:12

Re: Tomcat - All threads (200) are currently busy

2007-07-13 Thread André Vila Cova
: SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status. Why 200? I dont have configured the value 200. Thank you On 7/12/07, Christopher Schultz [EMAIL PROTECTED] wrote: Ingo, Ingo Krabbe wrote: Am Donnerstag, 12. Juli 2007 19:12 schrieb André

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread André Vila Cova
is causing the limit break. On 7/12/07, André Vila Cova [EMAIL PROTECTED] wrote: I don't think so... I will see..but, why i get the error? SEVERE: All threads (200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk [EMAIL PROTECTED] wrote: André Vila Cova wrote: Hello! I

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Bill Au
the error? SEVERE: All threads (200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk [EMAIL PROTECTED] wrote: André Vila Cova wrote: Hello! I get lot of times the following error: SEVERE: All threads (200) are currently *busy*, waiting. *Increase

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Ingo Krabbe
are also taking too long, so newer threads are being spawned. too much spawning, that is what is causing the limit break. On 7/12/07, André Vila Cova [EMAIL PROTECTED] wrote: I don't think so... I will see..but, why i get the error? SEVERE: All threads (200) are currently *busy

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread André Vila Cova
, that is what is causing the limit break. On 7/12/07, André Vila Cova [EMAIL PROTECTED] wrote: I don't think so... I will see..but, why i get the error? SEVERE: All threads (200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk [EMAIL PROTECTED] wrote: André Vila

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread André Vila Cova
[EMAIL PROTECTED] wrote: I don't think so... I will see..but, why i get the error? SEVERE: All threads (200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk [EMAIL PROTECTED] wrote: André Vila Cova wrote: Hello! I get lot of times

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Ingo Krabbe
Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: Lot of waits... Could you help me? http-8085-Processor24 daemon prio=1 tid=0x082f1378 nid=0x19c6 in Object.wait() [0xde118000..0xde118e20] at java.lang.Object.wait(Native Method) - waiting on 0xe619f748 (a

RE: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Caldarale, Charles R
From: Ingo Krabbe [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat - All threads (200) are currently busy http-8085-Processor24 daemon prio=1 tid=0x082f1378 nid=0x19c6 in Object.wait() [0xde118000..0xde118e20] at java.lang.Object.wait(Native Method) - waiting

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Christopher Schultz
Ingo, Ingo Krabbe wrote: Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: http-8085-Processor24 daemon prio=1 tid=0x082f1378 nid=0x19c6 in Object.wait() [0xde118000..0xde118e20] at java.lang.Object.wait(Native Method) - waiting on 0xe619f748 (a

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Leon Rosenberg
Stupid question: 1. are you using keep alive? 2. how many users are actually on? regards Leon On 7/13/07, Christopher Schultz [EMAIL PROTECTED] wrote: Ingo, Ingo Krabbe wrote: Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: http-8085-Processor24 daemon prio=1 tid=0x082f1378

Tomcat - All threads (200) are currently busy

2007-07-11 Thread André Vila Cova
Hello! I get lot of times the following error: SEVERE: All threads (200) are currently *busy*, waiting. *Increase maxThreads* ** *Strange is that i've configured in server.xml the following (maxThreads=400):* * Connector port=8085 maxHttpHeaderSize=8192 maxThreads

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread Mladen Turk
André Vila Cova wrote: Hello! I get lot of times the following error: SEVERE: All threads (200) are currently *busy*, waiting. *Increase maxThreads* ** *Strange is that i've configured in server.xml the following (maxThreads=400):* * You have probably done that for a wrong connector

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread André Vila Cova
I don't think so... I will see..but, why i get the error? SEVERE: All threads (200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk [EMAIL PROTECTED] wrote: André Vila Cova wrote: Hello! I get lot of times the following error: SEVERE: All threads (200) are currently

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread Leon Rosenberg
(200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk [EMAIL PROTECTED] wrote: André Vila Cova wrote: Hello! I get lot of times the following error: SEVERE: All threads (200) are currently *busy*, waiting. *Increase maxThreads* ** *Strange is that i've configured

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread Titi Wangsa
] wrote: I don't think so... I will see..but, why i get the error? SEVERE: All threads (200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk [EMAIL PROTECTED] wrote: André Vila Cova wrote: Hello! I get lot of times the following error: SEVERE: All threads (200