Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread frode
On Fri, Oct 24, 2003 at 16:01:48 +0200, [EMAIL PROTECTED] wrote: > When everything quiets down, tomcat seems to be unable to service > any http requests. Any attempt to connect to port 10003 with a web > browser eventually causes a "No data in response"-style error message. > At this point it seems

RE: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Peter Guyatt
] Sent: 27 October 2003 11:50 To: [EMAIL PROTECTED] Subject: Re: Tomcat stops handling HTTP connections, socket is SYN_RECV On Fri, Oct 24, 2003 at 16:01:48 +0200, [EMAIL PROTECTED] wrote: > When everything quiets down, tomcat seems to be unable to service > any http requests. Any atte

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Frode E. Moe
es, it's (at least) Tomcat 4.1.27 running on Sun's 1.4.2 jdk, on Linux 2.4.21. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 27 October 2003 11:50 > To: [EMAIL PROTECTED] > Subject: Re: Tomcat stops handling HTTP connections

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: On Fri, Oct 24, 2003 at 16:01:48 +0200, [EMAIL PROTECTED] wrote: When everything quiets down, tomcat seems to be unable to service any http requests. Any attempt to connect to port 10003 with a web browser eventually causes a "No data in response"-style error message. At t

RE: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Peter Guyatt
ut it now does not appear to be the case. Yes, it's (at least) Tomcat 4.1.27 running on Sun's 1.4.2 jdk, on Linux 2.4.21. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 27 October 2003 11:50 > To: [EMAIL PROTECTED] > Subject: Re: Tom

RE: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-29 Thread Gary Dollar
Hello, I noticed this same behavior yesterday when using the CoyoteConnector in jakarta-tomcat-4.1.24 on Red Hat Linux release 7.2 (Enigma). It seems to be more than an HttpConnector class issue. Can someone point me to the source code for org.apache.coyote.tomcat4.CoyoteConnector? Thank

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2004-01-07 Thread Frode E. Moe
On Mon, Oct 27, 2003 at 13:29:50 +0100, Remy Maucherat wrote: > >On Fri, Oct 24, 2003 at 16:01:48 +0200, [EMAIL PROTECTED] wrote: > >>When everything quiets down, tomcat seems to be unable to service > >>any http requests. Any attempt to connect to port 10003 with a web > >>browser eventually cause

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2004-01-07 Thread Antonio Fiol Bonnín
I have not read through all the thread, so maybe I am repeating something. If so, sorry about being lazy. You seem to be hitting maxProcessors. If you do, no more threads are created, and connections start getting into SYN_RECV state, simply because Tomcat is not accept()ing them, exactly as yo

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2004-01-08 Thread Frode E. Moe
On Wed, Jan 07, 2004 at 21:00:30 +0100, Antonio Fiol Bonnín wrote: > I have not read through all the thread, so maybe I am repeating > something. If so, sorry about being lazy. > > You seem to be hitting maxProcessors. If you do, no more threads are > created, and connections start getting into

RE: Tomcat stops handling HTTP connections, socket is SYN_RECV

2004-01-10 Thread Altankov Peter
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5735 > -Original Message- > From: Frode E. Moe [mailto:[EMAIL PROTECTED] > Sent: 08 Януари 2004 г. 09:39 > To: Tomcat Users List > Subject: Re: Tomcat stops handling HTTP connections, socket > is SYN_RECV > > &

[PATCH] Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Frode E. Moe
On Mon, Oct 27, 2003 at 13:29:50 +0100, Remy Maucherat wrote: > >I've figured out what's going wrong. > >The following exception is printed once on standard out when things > >fail: > > > >java.lang.OutOfMemoryError: unable to create new native thread > >at java.lang.Thread.start(Native Met