Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 18968 invoked from network); 7 Oct 2010 03:22:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 03:22:32 -0000 Received: (qmail 58645 invoked by uid 500); 7 Oct 2010 03:22:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 58404 invoked by uid 500); 7 Oct 2010 03:22:27 -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 58395 invoked by uid 99); 7 Oct 2010 03:22:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 03:22:26 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [71.74.56.125] (HELO hrndva-omtalb.mail.rr.com) (71.74.56.125) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 03:22:18 +0000 X-Authority-Analysis: v=1.1 cv=exbvkCqEOBXDkHq+8n3wanotOBQtbe7qbIajSD+JluU= c=1 sm=0 a=5X1YHxRzhGUA:10 a=8nJEP1OIZ-IA:10 a=oI39oueyxUvJF95NAEapFg==:17 a=39hYw_TJ-IMXgWg7_sEA:9 a=lnkcYFwboNOuZc2NSwfmTG8rofcA:4 a=wPNLvfGTeEIA:10 a=oI39oueyxUvJF95NAEapFg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 24.27.17.45 Received: from [24.27.17.45] ([24.27.17.45:4381] helo=JSR2006) by hrndva-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 3F/0B-07458-0DC3DAC4; Thu, 07 Oct 2010 03:21:53 +0000 Message-ID: <1D047656994E45CF9351FABB5C6D33DD@JSR2006> From: "Steve Ryder" To: Subject: Tomcat5.5 MySQL14.12 java.net.SocketException: Broken pipe Date: Wed, 6 Oct 2010 22:18:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 I am getting this during mysql connection (about once a week). I have read the thread on MySQL forum, which has a "solution", but the link to the solution is broken and points back to the same page. Suggestions have been use autoconnect=true Another was that the server timeout was shorter than the connection time-out. I have the following: In server.xml: In context.xml Note that maxWait is 1/2 of connectionTimeout and I have autoReconnect=true. Any ideas. This is low priority as users are able to reconnect by just pressing Refresh, but I would like this to go away. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org