> From: Clemens Eisserer [mailto:[EMAIL PROTECTED] 
> Subject: Suddenly server only throws ClientAbortException :-/
> 
> Tomcat suddenly throws at every request a ClientAbortException, like
> the following:
> 
> ERROR 2006-10-30 07:21:17,736 - ClientAbortException:
> java.net.SocketException: Connection reset by peer: socket write error
>       at 
>
org.apache.coyote.tomcat4.OutputBuffer.realWriteBytes(OutputBuffer.java:
404)

On the face of it, it looks like the client simply closed its end of the
connection; could also be anything in between the client and server,
such as an IIS or httpd front end, a load balancer, a proxy, firewalls,
etc.  What does netstat show, from both the client and server sides?

If this is repeatable in any kind of predictable fashion, you could
monitor the network traffic with Ethereal or some other tool and see if
any TCP resets are coming across.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to