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 On Wed, Jan 07, 2004 at 21:00:30 +0100

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-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 causes a No

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

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?

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 the

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 attempt to connect

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Frode E. Moe
) 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, socket is SYN_RECV On Fri, Oct 24, 2003 at 16:01:48

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

RE: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Peter Guyatt
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: 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 Method)

Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-24 Thread frode
Hello. I'm running Tomcat/4.1.27 on a Debian Woody system with a vanilla Linux 2.4.21 kernel compiled with gcc 2.95.4 20011002 (Debian prerelease); java -version produces: java version 1.4.2 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28) Java HotSpot(TM) Client VM (build