From activemq-users-return-4866-apmail-geronimo-activemq-users-archive=geronimo.apache.org@geronimo.apache.org Wed Oct 04 15:47:29 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 98059 invoked from network); 4 Oct 2006 15:47:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 15:47:28 -0000 Received: (qmail 34582 invoked by uid 500); 4 Oct 2006 15:47:28 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 34409 invoked by uid 500); 4 Oct 2006 15:47:27 -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 34400 invoked by uid 99); 4 Oct 2006 15:47:27 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2006 08:47:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [72.21.53.35] ([72.21.53.35:50311] helo=talk.nabble.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id A2/B0-17684-A87D3254 for ; Wed, 04 Oct 2006 08:47:23 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GV8xs-0007jI-LR for activemq-users@geronimo.apache.org; Wed, 04 Oct 2006 08:47:20 -0700 Message-ID: <6642247.post@talk.nabble.com> Date: Wed, 4 Oct 2006 08:47:20 -0700 (PDT) From: yaussy To: activemq-users@geronimo.apache.org Subject: AMQ 4.1 and AMQ 4.0.1 compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: yaussy@cboe.com X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've got several AMQ 4.0.1 brokers in an environment, and I'm introducing one AMQ 4.1 broker. The AMQ 4.0.1 brokers are getting this exception while trying to connect to the AMQ 4.1 broker: Failed to unregister mbean: org. apache.activemq:BrokerName=ProdAMQBrokerperfgc1a,Type=Connection,ConnectorName=tcp_//localhost_5111,Connection=69 Exception in thread "ActiveMQ Transport: tcp:///170.137.15.160:34695" java.lang.IllegalArgumentException: Invalid version: 2, could not l oad org.apache.activemq.openwire.v2.MarshallerFactory at org.apache.activemq.openwire.OpenWireFormat.setVersion(OpenWireFormat.java:329) at org.apache.activemq.openwire.OpenWireFormat.renegociatWireFormat(OpenWireFormat.java:569) at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:100) at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122) at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:143) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.ClassNotFoundException: org.apache.activemq.openwire.v2.MarshallerFactory at org.apache.activemq.util.ClassLoading.loadClass(ClassLoading.java:104) at org.apache.activemq.openwire.OpenWireFormat.setVersion(OpenWireFormat.java:327) ... 6 more I assume we should be able to do a rollout for AMQ 4.1, as opposed to me upgrading all 50 of my brokers at one time, right? -- View this message in context: http://www.nabble.com/AMQ-4.1-and-AMQ-4.0.1-compatibility-tf2383194.html#a6642247 Sent from the ActiveMQ - User mailing list archive at Nabble.com.