Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 84121 invoked from network); 29 Aug 2009 06:01:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Aug 2009 06:01:41 -0000 Received: (qmail 73132 invoked by uid 500); 29 Aug 2009 06:01:40 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 73049 invoked by uid 500); 29 Aug 2009 06:01:40 -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 73039 invoked by uid 99); 29 Aug 2009 06:01:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 06:01:40 +0000 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; Sat, 29 Aug 2009 06:01:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5AA41234C1F1 for ; Fri, 28 Aug 2009 23:01:16 -0700 (PDT) Message-ID: <1323984805.1251525676352.JavaMail.jira@brutus> Date: Fri, 28 Aug 2009 23:01:16 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (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-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c 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 ] Rob Davies resolved AMQ-1336. ----------------------------- Resolution: Won't Fix Fix Version/s: (was: 5.4.0) Assignee: Rob Davies We no longer support the 4.x branches > 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 > Assignee: Rob Davies > 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.