Bug 35896 - Tomcat stoped service apache request
Summary: Tomcat stoped service apache request
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 3
Classification: Unclassified
Component: Connectors (show other bugs)
Version: 3.3.2 Final
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-27 15:31 UTC by Pawel Dabrowski
Modified: 2005-07-28 01:55 UTC (History)
0 users



Attachments
tomcat.log (19.67 KB, text/plain)
2005-07-28 08:56 UTC, Pawel Dabrowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Dabrowski 2005-07-27 15:31:06 UTC
We have web application using: tomcat 3.3.2, appache 1.3.29, Ajp13, BAS4.5.1, 
Oracle.

During working hours, when load was high, it happend that tomcat stopped 
service requests from apache. Number of threads of apache increased, number of 
tomcat's thread increased as well (looked like tomcat allocated threads for 
apache requests, but they were not processed - no application logs)

In the same time, tomcat properly serviced http requests (no apache) and freely 
communicate with app server.

Problem was solved by tomcat restart
Comment 1 Yoav Shapira 2005-07-27 15:48:12 UTC
Tomcat 3.3 is not being actively developed.  While this might receive attention
from the one or two committers still interested in it, this attention may also
never arrive, or may not be timely enough for dealing with this production
issue.  We recommend you upgrade to Tomcat 5.5.9.
Comment 2 william.barker 2005-07-27 16:32:57 UTC
(In reply to comment #1)
> Tomcat 3.3 is not being actively developed.  While this might receive 
attention
> from the one or two committers still interested in it, this attention may 
also
> never arrive, or may not be timely enough for dealing with this production
> issue.  We recommend you upgrade to Tomcat 5.5.9.

Yoav is talking out his a** as usual.  I won't make any difference.  Tomcat 
3.3 and Tomcat 5.5.9 use the identical Connectors so any problem like this in 
3.3 will occur in 5.5 as well.

A thread-dump of the hung Tomcat would be extremly helpful.  Otherwise with 
the information here it isn't even possible to rule out a long GC pause.
Comment 3 Yoav Shapira 2005-07-27 16:52:30 UTC
Bill, I won't sink down to your childish insulting level.  Everything I said in
my response is true.  If the problem is not in the connector (as you noted, it's
impossible to know from the info provided), then what I said is especially
relevant.  It's good advice in general to use the latest stable, most actively
supported version of a product, and not just a sub-component of it.
Comment 4 Pawel Dabrowski 2005-07-28 08:56:22 UTC
Created attachment 15807 [details]
tomcat.log

Pleas, find in the attachment tomcat logs from time the problem occured
Comment 5 william.barker 2005-07-28 09:55:42 UTC
It seems that you are using the (deprecated) AJP12Interceptor with the AJP/1.3 
version of mod_jk.  Try again with the Coyote AJP/1.3 Connector (or even the 
AJP13Interceptor.