Bug report #820 has just been filed.

You can view the report at the following URL:

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

REPORT #820 Details.

Project: Catalina
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: Tomcat 4.0-b1
   JVM Release: 1.3
   Operating System: GNU/Linux
   OS Release: (kernel 2.4.0)
   Platform: Intel

Synopsis: 
Catalina's HttpProcessor doesn't always close its socket properly.

Description:
Under (very) heavy load in production environment, the HttpProcessor may not close its 
socket and hang, thus building a processor leaks which leads to a "No more processor 
available" error, the server doesn't accept connections on HTTP port anymore.
A "netstat -a | grep -c ESTABLISHED" shows that there are as many established 
connection as available threads (as defined in server.xml).
The socket doesn't seem to timeout properly.
Title: BugRat Report # 820

BugRat Report # 820

Project: Catalina Release: Tomcat 4.0-b1
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: Augustin Vidovic ( [EMAIL PROTECTED] )
Date Submitted: Jan 22 2001, 03:39:21 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Catalina's HttpProcessor doesn't always close its socket properly.
Environment: (jvm, os, osrel, platform)
1.3, GNU/Linux, (kernel 2.4.0), Intel

Additional Environment Description:

Report Description:
Under (very) heavy load in production environment, the HttpProcessor may not close its socket and hang, thus building a processor leaks which leads to a "No more processor available" error, the server doesn't accept connections on HTTP port anymore. A "netstat -a | grep -c ESTABLISHED" shows that there are as many established connection as available threads (as defined in server.xml). The socket doesn't seem to timeout properly.

How To Reproduce:
null

Workaround:
null

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

Reply via email to