Bug report #685 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/685>

REPORT #685 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 4.0M5
   JVM Release: 1.3_01
   Operating System: Linux
   OS Release: 2.2
   Platform: x86

Synopsis: 
stalled processors

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)

Title: BugRat Report # 685

BugRat Report # 685

Project: Tomcat Release: 4.0M5
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: critical
Confidence: public

Submitter: Thomas Butter ( [EMAIL PROTECTED] )
Date Submitted: Jan 2 2001, 04:37:18 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
stalled processors
Environment: (jvm, os, osrel, platform)
1.3_01, Linux, 2.2, x86

Additional Environment Description:

Report 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)

Workaround:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to