Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 31372 invoked from network); 8 Sep 2008 14:57:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Sep 2008 14:57:45 -0000 Received: (qmail 11518 invoked by uid 500); 8 Sep 2008 14:57:37 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 11453 invoked by uid 500); 8 Sep 2008 14:57:37 -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 11405 invoked by uid 99); 8 Sep 2008 14:57:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 07:57:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 14:56:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A340A234C24F for ; Mon, 8 Sep 2008 07:55:55 -0700 (PDT) Message-ID: <2109761056.1220885755667.JavaMail.jira@brutus> Date: Mon, 8 Sep 2008 07:55:55 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1336) Assertion Error in the AMQ Broker in a pure "Master/Slave" scenario... In-Reply-To: <3832055.1185206148862.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-1336: ---------------------------- Fix Version/s: 5.3.0 (was: 5.2.0) > Assertion Error in the AMQ Broker in a pure "Master/Slave" scenario... > ---------------------------------------------------------------------- > > Key: AMQ-1336 > URL: https://issues.apache.org/activemq/browse/AMQ-1336 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 4.1.1 > Environment: Windows > Reporter: Ashwin Karpe > Fix For: 5.3.0 > > Attachments: Exercise3_Failover.zip, exercise_setup.bat > > > I am using version 4.1.2.4. > When I start the master and slave Broker everything starts correctly. No errors etc. > When I start the consumer, no issues there either... > However when I start the producer on every invocation, I find the following error popping up on the master brokers console... > 10:08:39 ERROR Slave Failed > [java] java.lang.AssertionError: Unsupported Method > [java] at org.apache.activemq.transport.TransportSupport.request(TransportSupport.java:71) > [java] at org.apache.activemq.transport.TransportFilter.request(TransportFilter.java:88) > [java] at org.apache.activemq.transport.TransportFilter.request(TransportFilter.java:88) > [java] at org.apache.activemq.transport.MutexTransport.request(MutexTransport.java:49) > [java] at org.apache.activemq.broker.ft.MasterBroker.sendSyncToSlave(MasterBroker.java:363) > [java] at org.apache.activemq.broker.ft.MasterBroker.sendToSlave(MasterBroker.java:345) > [java] at org.apache.activemq.broker.ft.MasterBroker.acknowledge(MasterBroker.java:320) > [java] at org.apache.activemq.broker.MutableBrokerFilter.acknowledge(MutableBrokerFilter.java:88) > [java] at org.apache.activemq.broker.TransportConnection.processMessageAck(TransportConnection.java: > 491) > [java] at org.apache.activemq.command.MessageAck.visit(MessageAck.java:179) > [java] at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:287) > [java] at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:178) > [java] at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:65) > [java] at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:133 > ) > [java] at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122) > [java] at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84) > [java] at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:137) > [java] at java.lang.Thread.run(Thread.java:595) > The funny thing is that I cannot explain why this happens, everything behaves correctly i.e the fail-over does happen when the master dies. > Please use the attachment to re-create the issue. Not sure what this wierd problem is... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.