Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 531 invoked from network); 17 Aug 2007 10:16:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 10:16:45 -0000 Received: (qmail 25655 invoked by uid 500); 17 Aug 2007 10:16:43 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 25620 invoked by uid 500); 17 Aug 2007 10:16:43 -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 25611 invoked by uid 99); 17 Aug 2007 10:16:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 03:16:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 10:17:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B85B971420B for ; Fri, 17 Aug 2007 03:16:22 -0700 (PDT) Message-ID: <1689887.1187345782751.JavaMail.jira@brutus> Date: Fri, 17 Aug 2007 03:16:22 -0700 (PDT) From: "Lari Hotari (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1169) java.lang.ClassCastException: org.apache.activemq.command.BrokerId In-Reply-To: <2858280.1172166723862.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39970 ] Lari Hotari commented on AMQ-1169: ---------------------------------- I'm experiencing the same problem. I think this problem is caused by using backport-util-concurrent 3.0 on the client side. That's mentioned here: https://issues.apache.org/jira/browse/GERONIMO-2995 Could AMQ client be made backport-util-concurrent 3.0 compatible? > java.lang.ClassCastException: org.apache.activemq.command.BrokerId > ------------------------------------------------------------------- > > Key: AMQ-1169 > URL: https://issues.apache.org/activemq/browse/AMQ-1169 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 4.1.0 > Environment: winxp > Reporter: Vadim Pesochinskiy > Fix For: 4.1.1 > > > There were a lot of ": Channel was inactive for too long" messages before and after the ClassCastException. I do not know if the system would recover from this by itself. > java.lang.ClassCastException: org.apache.activemq.command.BrokerId > at org.apache.activemq.openwire.v2.MessageDispatchMarshaller.tightUnmarshal(MessageDispatchMarshaller.java:70) > at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:347) > at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:273) > at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:156) > at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136) > at java.lang.Thread.run(Thread.java:595) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.