Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Rahman Akhlaqur
les R" To: Tomcat Users List Sent: Tuesday, 14 July, 2009 13:00:53 Subject: RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory > From: Rahman Akhlaqur [mailto:aki...@yahoo.co.uk] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory > &g

Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Rahman Akhlaqur
I have some more info about the issue that I think is related. I found our Tomcat executable is also establishing a lot of TCP connections. just doing a simple netstat just after I start tomcat and comparing it to when thread count for tomcat reaches 2000, I found a lot more lines like   TCP  

Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-13 Thread Rahman Akhlaqur
Hi I am having an issue with Tomcat starting too many selector threads. I have got some stack trace info about these threads as below: SelectorThread sun.nio.ch.PollArrayWrapper.poll0 ( native code ) sun.nio.ch.PollArrayWrapper.poll ( PollArrayWrapper.java:74 ) sun.nio.ch.WindowsSelectorImpl

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-02 Thread Rahman Akhlaqur
: Tomcat Users List Cc: p...@pidster.com Sent: Friday, 1 May, 2009 18:07:42 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahman, On 5/1/2009 9:24 AM, Rahman Akhlaqur wrote: > The SSL is terminated at the load balancers, so

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Rahman Akhlaqur
log - this points to Tomcat not even listening properly on port 8443. The other port (8080) is working okay though. - Original Message From: Pid To: Tomcat Users List Sent: Thursday, 30 April, 2009 16:59:25 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port Rahman

Tomcat 5.5.23 stops listening to requests on SSL port

2009-04-30 Thread Rahman Akhlaqur
Hi   I am having an issue with my Tomcat server not responding on the SSL port. I reported this as a possible bug but this was rejected as a config issue. More info as below:   The Tomcat connector is configured as below The issue is that Tomcat stops listening on port 8443 after a wh