Re: tomcat 5.0.19 randomly stops taking http requests

2005-08-15 Thread Josh Wilson
I am seeing some thing very similar with tomcat 5.0.25.  I have 2
connectors configured and one will mysterious stop handling requests
in the same way you mentioned below.  Any help would be greatly
appreciated.

On 8/15/05, Tim Lam [EMAIL PROTECTED] wrote:
 
Tomcat 5.0.19 is actually still running, but stops taking http requests
randomly. It will run just fine for one or two weeks, then in the middles
of the night, or over the weekend when no one is using tomcat at all, it
stops taking requests (I know when it happens because I have a standalone
application that tries retrieving a webpage from Tomcat every half hour to
check if it's still up).
The catalina.out log file doesn't show anything unusual, it's actually
still running, so is the Tomcat process. But trying to reach a web page
will show a timeout error on any browser. And sometimes trying to shutdown
tomcat after it's hung doesn't work, I have to manually kill the tomcat
process.
I am using JVM 1.4.2_02.
Any help would be appreciated, Thanks.
ps. I am new to using this mailing list, and have a question, is it
required to subscribe to the tomcat-user list in order to ask questions?
or can I just send emails to the list and replies will get sent back
directly to my email address?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Connection Reset Problem

2005-08-10 Thread Josh Wilson
I recently upgraded from tomcat 4.1 to tomcat 5.0.25 and I am seeing
the following in the stdout.log:

Aug 8, 2005 11:50:43 PM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /XX.XXX.X.XXX SocketException: Connection reset
Aug 8, 2005 11:50:43 PM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /XX.XXX.X.XXX SocketException: Connection reset
Aug 8, 2005 11:50:43 PM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /XX.XXX.X.XXX SocketException: Connection reset
Aug 8, 2005 11:50:43 PM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /XX.XXX.X.XXX SocketException: Connection reset
Aug 8, 2005 11:50:43 PM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /XX.XXX.X.XXX SocketException: Connection reset

there are many of these in the log. Any help would be greatly appreciated.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]