Re: Tomcat 6.0.20 unable to create new native thread

2010-05-20 Thread andreas müller
Original-Nachricht Datum: Wed, 19 May 2010 13:42:28 +0100 Von: Peter Crowther peter.crowt...@melandra.com An: Tomcat Users List users@tomcat.apache.org Betreff: Re: Tomcat 6.0.20 unable to create new native thread On 19 May 2010 13:26, tom...@habmalnefrage.de wrote

Re: Tomcat 6.0.20 unable to create new native thread

2010-05-20 Thread André Warnier
@tomcat.apache.org Betreff: Re: Tomcat 6.0.20 unable to create new native thread On 19 May 2010 13:26, tom...@habmalnefrage.de wrote: java.lang.OutOfMemoryError: unable to create new native thread first. Thank you all for your fast responses. OK, so one possibility is that the Windows thread table is full

RE: Tomcat 6.0.20 unable to create new native thread

2010-05-20 Thread Caldarale, Charles R
From: andreas müller [mailto:tom...@habmalnefrage.de] Subject: Re: Tomcat 6.0.20 unable to create new native thread Is there any way to calculate the max threadcount our system can handle? Other than by experimentation, not that I'm aware of. Or is there any way to expand the thread

Re: Tomcat 6.0.20 unable to create new native thread

2010-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 5/19/2010 8:42 AM, Peter Crowther wrote: On 19 May 2010 13:26, tom...@habmalnefrage.de wrote: java.lang.OutOfMemoryError: unable to create new native thread OK, so one possibility is that the Windows thread table is full. :) -

Tomcat 6.0.20 unable to create new native thread

2010-05-19 Thread tomcat
Hi all, we have a problem with our tomcat 6.0.20 which throws occasionally the following exception: java.lang.OutOfMemoryError: unable to create new native thread Information about the system: - Win2003 Server Standard Edition 32 bit - 2GB RAM - Apache 2.2.13 with open SSL and mod_jk 1.2.28

Re: Tomcat 6.0.20 unable to create new native thread

2010-05-19 Thread Peter Crowther
On 19 May 2010 13:26, tom...@habmalnefrage.de wrote: java.lang.OutOfMemoryError: unable to create new native thread OK, so one possibility is that the Windows thread table is full.   - maxThreads for HTTP: 450   - maxThreads for jk: 3000 That's a huge number of threads for one process.  

RE: Tomcat 6.0.20 unable to create new native thread

2010-05-19 Thread Caldarale, Charles R
From: tom...@habmalnefrage.de [mailto:tom...@habmalnefrage.de] Subject: Tomcat 6.0.20 unable to create new native thread Configuration-Details: - Tomcat 1 (with the problem) - MaxPermSize=256m - JvmMs 128 - JvmMx 768 - maxThreads for HTTP: 450 - maxThreads for jk: 3000

Re: Tomcat 6.0.20 unable to create new native thread

2010-05-19 Thread André Warnier
tom...@habmalnefrage.de wrote: cute domain name ;-) - all connections shown by netstat -an (not filtered): 4595 - connections in state close_wait: 3152 Due to problems with one of our webapps which sometimes does not close the threads completely (they stuck in close_wait-state) we