Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 76511 invoked from network); 19 Jun 2008 01:55:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 01:55:10 -0000 Received: (qmail 3900 invoked by uid 500); 19 Jun 2008 01:55:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 3874 invoked by uid 500); 19 Jun 2008 01:55:11 -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 3863 invoked by uid 99); 19 Jun 2008 01:55:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 18:55:11 -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; Thu, 19 Jun 2008 01:54:21 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K99ME-0000QV-Pe for dev@activemq.apache.org; Wed, 18 Jun 2008 18:54:38 -0700 Message-ID: <17995741.post@talk.nabble.com> Date: Wed, 18 Jun 2008 18:54:37 -0700 (PDT) From: Xuyang To: dev@activemq.apache.org Subject: some problem:Async exception with no exception listener! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: xuyang2345@163.com X-Virus-Checked: Checked by ClamAV on apache.org I write a consumer in java,using the interface MessageListener(activemq 5.1),and i configue it as a listener in tomcat(5.5.26),it works well.But after some time,the tomcat logs shows some info as below: =E8=AD=A6=E5=91=8A: Async exception with no exception listener: java.io.EOF= Exception java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:375) at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat. java:268) at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTranspo rt.java:192) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.jav a:184) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java: 172) at java.lang.Thread.run(Thread.java:619) I dont know how it happened,and what should i do to find the reason and resolve it thanks for helping me! --=20 View this message in context: http://www.nabble.com/some-problem%3AAsync-ex= ception-with-no-exception-listener%21-tp17995741p17995741.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.