You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/07 01:52:59 UTC

[Bug 391] New - stalled processors BugRat Report#685

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=391

*** shadow/391	Tue Feb  6 16:52:59 2001
--- shadow/391.tmp.24090	Tue Feb  6 16:52:59 2001
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | stalled processors BugRat Report#685                                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 391                         Product: Tomcat 4                |
+ |       Status: UNCONFIRMED                 Version: 4.0 Beta 1              |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Catalina                |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: remm@apache.org                                              |
+ |  Reported By: thomas@gmx.net                                               |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ After running for some time tomcat can't process any more request because all processors are used.
+ 
+ I think the problem occurs when in every thread occured a SocketException in HttpProcessor.parse.
+ 
+ 2001-01-02 12:36:01 HttpProcessor[80][13] process.parse
+ java.net.SocketException: Connection reset by peer: Connection reset by peer
+         at java.net.SocketInputStream.socketRead(Native Method)
+         at java.net.SocketInputStream.read(SocketInputStream.java:86)
+         at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
+         at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
+         at org.apache.catalina.connector.http.SocketInputStream.readRequestLine(SocketInputStream.java:168)
+         at org.apache.catalina.connector.http.HttpProcessor.parseRequest(HttpProcessor.java:635)
+         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:779)
+         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:890)
+         at java.lang.Thread.run(Thread.java:484)