Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 82687 invoked from network); 14 May 2010 08:11:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 08:11:46 -0000 Received: (qmail 81068 invoked by uid 500); 14 May 2010 08:11:46 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 80960 invoked by uid 500); 14 May 2010 08:11:46 -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 80952 invoked by uid 99); 14 May 2010 08:11:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 08:11:45 +0000 X-ASF-Spam-Status: No, hits=-1426.6 required=10.0 tests=ALL_TRUSTED,AWL 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; Fri, 14 May 2010 08:11:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4E8BNO2028987 for ; Fri, 14 May 2010 08:11:24 GMT Message-ID: <24782138.271273824683845.JavaMail.jira@thor> Date: Fri, 14 May 2010 04:11:23 -0400 (EDT) From: "Dennis Klinkott (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2730) Transport failed: java.io.EOFException In-Reply-To: <813348.5761273668946113.JavaMail.jira@thor> 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-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59343#action_59343 ] Dennis Klinkott commented on AMQ-2730: -------------------------------------- The strange thing is that we get the EOFException shortly before the connection is stopped: 2010-05-12 14:10:03,490 | DEBUG | Transport failed: java.io.EOFException 2010-05-12 14:10:03,492 | DEBUG | Stopping connection > Transport failed: java.io.EOFException > -------------------------------------- > > Key: AMQ-2730 > URL: https://issues.apache.org/activemq/browse/AMQ-2730 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.3.1 > Environment: Red hat enterprise > Reporter: Dennis Klinkott > Attachments: TCP Dump.jpg > > > We see many Exceptions of this type in the broker logs: > 2010-05-12 14:10:03,490 | DEBUG | Transport failed: java.io.EOFException | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///10.231.233.55:50809 > java.io.EOFException > at java.io.DataInputStream.readInt(DataInputStream.java:375) > at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:269) > at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:211) > at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:203) > at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:186) > at java.lang.Thread.run(Thread.java:619) > This exception occurs with a lot of clients that run on different machines. > One case where we almost always see this exception is when shutting down a bridge. We did a tcp dump on the broker and on the client machine: there a no packets lost. > LOG ON BRIDGE: > 2010-05-12 14:10:02,634 INFO org.apache.activemq.broker.BrokerService - ActiveMQ Message Broker (solr-2073bridge, ID:solr-2073-50804- > 1273665033782-0:0) is shutting down > 2010-05-12 14:10:02,799 INFO org.apache.activemq.network.jms.JmsConnector - JMS Connector Connector:0 Stopped > 2010-05-12 14:10:02,819 INFO org.apache.activemq.broker.BrokerService - ActiveMQ JMS Message Broker (solr-2073bridge, ID:solr-2073-50 > 804-1273665033782-0:0) stopped > LOG ON BROKER: > 2010-05-12 14:10:03,490 | DEBUG | Transport failed: java.io.EOFException | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///10.231.233.55:50809 > java.io.EOFException > at java.io.DataInputStream.readInt(DataInputStream.java:375) > at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:269) > at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:211) > at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:203) > at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:186) > at java.lang.Thread.run(Thread.java:619) > 2010-05-12 14:10:03,492 | DEBUG | Stopping connection: /10.231.233.55:50809 | org.apache.activemq.broker.TransportConnection | ActiveMQ Task > 2010-05-12 14:10:03,492 | DEBUG | Stopping transport tcp:///10.231.233.55:50809 | org.apache.activemq.transport.tcp.TcpTransport | ActiveMQ Task > 2010-05-12 14:10:03,493 | DEBUG | Stopped transport: /10.231.233.55:50809 | org.apache.activemq.broker.TransportConnection | ActiveMQ Task > 2010-05-12 14:10:03,493 | DEBUG | Cleaning up connection resources: /10.231.233.55:50809 | org.apache.activemq.broker.TransportConnection | ActiveMQ Task > 2010-05-12 14:10:03,493 | DEBUG | remove connection id: ID:solr-2073-50804-1273665033782-2:0 | org.apache.activemq.broker.TransportConnection | ActiveMQ Task > 2010-05-12 14:10:03,493 | DEBUG | jms1 removing consumer: ID:solr-2073-50804-1273665033782-2:0:225:1 for destination: temp-queue://ID:solr-2073-50804-1273665033782-2:0:105 | org.apache.activemq.broker.region.AbstractRegion | ActiveMQ Task > 2010-05-12 14:10:03,493 | DEBUG | remove sub: QueueSubscription: consumer=ID:solr-2073-50804-1273665033782-2:0:225:1, destinations=1, dispatched=0, delivered=0, pending=0, lastDeliveredSeqId: 0, dequeues: 0, dispatched: 0, inflight: 0 | org.apache.activemq.broker.region.Queue | ActiveMQ Task -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.