Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12839 invoked from network); 3 Nov 2006 14:09:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 14:09:12 -0000 Received: (qmail 53556 invoked by uid 500); 3 Nov 2006 14:09:06 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 53538 invoked by uid 500); 3 Nov 2006 14:09:06 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 53527 invoked by uid 99); 3 Nov 2006 14:09:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 06:09:06 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 06:08:50 -0800 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss3 with InterScan Message Security Suite; Fri, 03 Nov 2006 08:08:29 -0600 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 08:08:29 -0600 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 08:08:29 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Suddenly server only throws ClientAbortException :-/ Date: Fri, 3 Nov 2006 08:08:27 -0600 Message-ID: In-Reply-To: <194f62550611030256o291f5e87l92502958d513a35a@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Suddenly server only throws ClientAbortException :-/ Thread-Index: Acb/NvVL/Q67woL2SuiVSI516TlswwAGajwQ From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 03 Nov 2006 14:08:29.0304 (UTC) FILETIME=[89A00F80:01C6FF51] X-Virus-Checked: Checked by ClamAV on apache.org > From: Clemens Eisserer [mailto:linuxhippy@gmail.com]=20 > Subject: Suddenly server only throws ClientAbortException :-/ >=20 > Tomcat suddenly throws at every request a ClientAbortException, like > the following: >=20 > ERROR 2006-10-30 07:21:17,736 - ClientAbortException: > java.net.SocketException: Connection reset by peer: socket write error > at=20 > 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: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org