Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 52415 invoked from network); 3 Oct 2008 17:55:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2008 17:55:37 -0000 Received: (qmail 40302 invoked by uid 500); 3 Oct 2008 17:55:34 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 40286 invoked by uid 500); 3 Oct 2008 17:55:34 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 40275 invoked by uid 99); 3 Oct 2008 17:55:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 10:55:34 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 17:54:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Klorq-0004iy-3a for users@activemq.apache.org; Fri, 03 Oct 2008 10:55:06 -0700 Message-ID: <19802726.post@talk.nabble.com> Date: Fri, 3 Oct 2008 10:55:06 -0700 (PDT) From: spatel To: users@activemq.apache.org Subject: AMQ 5.1 Broken Pipe MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: saad.patel@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I know there were some previous posts about broken pipe exceptions happening in 5.0.0, and this issue was supposed to be fixed in 5.1. I got this exception, and was wondering if anyone else has experienced this in 5.1 and their solution. Any suggestions would help too. Thanks! ERROR 01 Oct 2008 10:38:17 javax.jms.JMSException: Broken pipe at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1684) at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1701) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:99) at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:114) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:99) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:99) at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:152) at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:244) at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:187) at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:196) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:183) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at org.apache.activemq.transport.tcp.TcpBufferedOutputStream.flush(TcpBufferedOutputStream.java:106) at java.io.DataOutputStream.flush(DataOutputStream.java:106) at org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:165) at org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMonitor.java:233) at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:185) ... 4 more -- View this message in context: http://www.nabble.com/AMQ-5.1-Broken-Pipe-tp19802726p19802726.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.