Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-25 Thread gnath
AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 G, On 1/23/12 8:44 AM, gnath wrote: Recently i happened to check our access logs when the server hung and stopped responding. We were printing the thread number in the logs and i

Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
Hi all, We have Tomcat 6.0.35 in our production Environment running on Linux, and we have configured to use tomcatThreadPool with maxThreads=500 and minSpareThreads=50 with default connectionTimeout(which is 6 sec). We have two connectors (http and ssl) It has been giving some problems

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread Daniel Mikusa
On Mon, 2012-01-23 at 05:44 -0800, gnath wrote: Hi all, We have Tomcat 6.0.35 in our production Environment running on Linux, and we have configured to use tomcatThreadPool with maxThreads=500 and minSpareThreads=50 with default connectionTimeout(which is 6 sec). We have two

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread André Warnier
gnath wrote: Hi all, We have Tomcat 6.0.35 in our production Environment running on Linux, and we have configured to use tomcatThreadPool with maxThreads=500 and minSpareThreads=50 with default connectionTimeout(which is 6 sec). Which would be about 16 hours. I am not sure of the

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread Pid
On 23/01/2012 14:06, Daniel Mikusa wrote: On Mon, 2012-01-23 at 05:44 -0800, gnath wrote: Hi all, We have Tomcat 6.0.35 in our production Environment running on Linux, and we have configured to use tomcatThreadPool with maxThreads=500 and minSpareThreads=50 with default

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread André Warnier
André Warnier wrote: gnath wrote: Hi all, We have Tomcat 6.0.35 in our production Environment running on Linux, and we have configured to use tomcatThreadPool with maxThreads=500 and minSpareThreads=50 with default connectionTimeout(which is 6 sec). Which would be about 16 hours. I am

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, January 23, 2012 6:12 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count On 23/01/2012 14:06, Daniel Mikusa wrote: On Mon, 2012-01-23 at 05:44 -0800, gnath wrote: Hi all, We have Tomcat 6.0.35 in our

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
if im doing any mistake or missing anything here. Thanks -G From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, January 23, 2012 6:14 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count André Warnier

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread André Warnier
gnath wrote: Hi Andre, Sorry, my mistake. you are right. i actually meant milliseconds. However i checked my configuration again and here is what i have : ( I have the http connector configured at 2 ms. and the secured one left at default 6 ms) Executor name=tomcatThreadPool

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
Users List users@tomcat.apache.org Sent: Monday, January 23, 2012 6:37 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count gnath wrote: Hi Andre, Sorry, my mistake. you are right. i actually meant milliseconds. However i checked my configuration again and here is what i

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread Daniel Mikusa
To: Tomcat Users List users@tomcat.apache.org Sent: Monday, January 23, 2012 6:12 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count On 23/01/2012 14:06, Daniel Mikusa wrote: On Mon, 2012-01-23 at 05:44 -0800, gnath wrote: Hi all, We have Tomcat 6.0.35 in our production

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
: Monday, January 23, 2012 6:44 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count On Mon, 2012-01-23 at 06:24 -0800, gnath wrote: Thanks Dan and p Sure, i will collect the thread dump once it happens again. Mean while here my server.xml content related to executor and connectors

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread André Warnier
gnath wrote: Please ignore my previously sent edited configuration. Here is what our configurations are without editing them : Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=500 minSpareThreads=50/ Connector

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread André Warnier
gnath wrote: Please ignore my previously sent edited configuration. Here is what our configurations are without editing them : Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=500 minSpareThreads=50/ Connector

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 G, On 1/23/12 8:44 AM, gnath wrote: Recently i happened to check our access logs when the server hung and stopped responding. We were printing the thread number in the logs and i have seen the number going upto 770 (though the max is configured