Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 24140 invoked from network); 9 Aug 2010 11:08:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 11:08:15 -0000 Received: (qmail 57258 invoked by uid 500); 9 Aug 2010 11:08:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 57061 invoked by uid 500); 9 Aug 2010 11:08:12 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 57053 invoked by uid 99); 9 Aug 2010 11:08:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 11:08:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 11:08:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o79B7o4L009721 for ; Mon, 9 Aug 2010 11:07:50 GMT Message-ID: <10459401.2191281352070581.JavaMail.jira@thor> Date: Mon, 9 Aug 2010 07:07:50 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2119) SocketException: Broken pipe should be logged as warning not debug In-Reply-To: <1093806686.1234866300049.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2119. ----------------------------- Assignee: Gary Tully Resolution: Fixed resolved in r983584 - now at INFO level > SocketException: Broken pipe should be logged as warning not debug > ------------------------------------------------------------------ > > Key: AMQ-2119 > URL: https://issues.apache.org/activemq/browse/AMQ-2119 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.2.0 > Environment: red hat > Reporter: Erik Drolshammer > Assignee: Gary Tully > Fix For: 5.4.0 > > > Network problems are imho important. Can they be logged at WARN instead of debug? > 2009-02-17 08:57:43,241 DEBUG [broker.TransportConnection.Transport] Transport failed: java.net.SocketException: Broken pipe > java.net.SocketException: Broken pipe > at java.net.SocketOutputStream.socketWrite0(Native Method) > at java.net.SocketOutputStream.socketWrite(Unknown Source) > at java.net.SocketOutputStream.write(Unknown Source) > at org.apache.activemq.transport.tcp.TcpBufferedOutputStream.flush(TcpBufferedOutputStream.java:115) > at java.io.DataOutputStream.flush(Unknown Source) > at org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:167) > at org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMonitor.java:233) > at org.apache.activemq.transport.InactivityMonitor$3.run(InactivityMonitor.java:135) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.