Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 61399 invoked from network); 6 Apr 2006 12:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2006 12:31:14 -0000 Received: (qmail 74426 invoked by uid 500); 6 Apr 2006 12:31:14 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 74402 invoked by uid 500); 6 Apr 2006 12:31:14 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 74393 invoked by uid 99); 6 Apr 2006 12:31:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 05:31:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 05:31:13 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FRTdU-0001lz-N3 for activemq-users@geronimo.apache.org; Thu, 06 Apr 2006 05:30:52 -0700 Message-ID: <3783050.post@talk.nabble.com> Date: Thu, 6 Apr 2006 05:13:08 -0700 (PDT) From: aviadLich To: activemq-users@geronimo.apache.org Subject: WARNING: Cleanup failed MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: aviadlich@gmail.com X-Nabble-From: aviadLich X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N i downloaded and installed ActiveMQ-4.0-m4 i started the broker and up to here every thing looks fine i compiled and run the consumer/producer sample inserting no parameters to the application. if the consumer finishes before the producer i get the following exception in the consumer only: Apr 6, 2006 1:51:10 PM org.apache.activemq.ActiveMQConnection transportFailed WARNING: Cleanup failed javax.jms.JMSException: Cannot write to the stream any more it has already been closed at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:57) at org.apache.activemq.ActiveMQConnection.asyncSendPacket(ActiveMQConnection.java:1043) at org.apache.activemq.ActiveMQConnection.cleanup(ActiveMQConnection.java:1191) at org.apache.activemq.ActiveMQConnection.transportFailed(ActiveMQConnection.java:1585) at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1338) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:102) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:102) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:102) at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:90) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:149) at java.lang.Thread.run(Unknown Source) Caused by: java.io.EOFException: Cannot write to the stream any more it has already been closed at org.apache.activemq.transport.tcp.TcpBufferedOutputStream.checkClosed(TcpBufferedOutputStream.java:131) at org.apache.activemq.transport.tcp.TcpBufferedOutputStream.write(TcpBufferedOutputStream.java:69) at java.io.DataOutputStream.writeInt(Unknown Source) at org.apache.activemq.openwire.OpenWireFormat.marshal(OpenWireFormat.java:169) at org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:117) at org.apache.activemq.transport.TransportFilter.oneway(TransportFilter.java:90) at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:65) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:44) at org.apache.activemq.transport.ResponseCorrelator.oneway(ResponseCorrelator.java:54) at org.apache.activemq.ActiveMQConnection.asyncSendPacket(ActiveMQConnection.java:1041) ... 9 more if the producer finishes first i get the exception on both agents if i dont close the connection no exception happens but on the other hand the application never ends thanks -- View this message in context: http://www.nabble.com/WARNING%3A-Cleanup-failed-t1405511.html#a3783050 Sent from the ActiveMQ - User forum at Nabble.com.