Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 97976 invoked from network); 10 Oct 2007 13:48:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 13:48:50 -0000 Received: (qmail 37905 invoked by uid 500); 10 Oct 2007 13:48:38 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 37877 invoked by uid 500); 10 Oct 2007 13:48:37 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 37868 invoked by uid 99); 10 Oct 2007 13:48:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 06:48:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS 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; Wed, 10 Oct 2007 13:48:40 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ifbs6-0000UI-V7 for users@activemq.apache.org; Wed, 10 Oct 2007 06:45:10 -0700 Message-ID: <13136171.post@talk.nabble.com> Date: Wed, 10 Oct 2007 06:45:10 -0700 (PDT) From: Alex_ynr To: users@activemq.apache.org Subject: Re: Async error occurred: java.lang.IllegalStateException: Cannot add a consumer to a session that had not been registered: In-Reply-To: <76393EA7-FF1E-4B60-BB97-098D92AD84FD@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: suburbancore@gmail.com References: <13135327.post@talk.nabble.com> <76393EA7-FF1E-4B60-BB97-098D92AD84FD@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Cool, that's great! Do you know of a workaround in the meantime? rajdavies wrote: > > I'm in the middle of fixing this > On Oct 10, 2007, at 2:02 PM, Alex_ynr wrote: > >> >> We slightly discussed this issue in another thread (about a >> different issue) >> so in order to not hijack it, I created a new one. >> >> This error comes up when trying to set up a duplex networkConnector >> between >> 2 ActiveMQ brokers. >> >> In this specific case, I am running Fuse 3.3. >> >> Clean install on both machines, set up activemq peristence to mysql >> and ran >> both brokers with the default settings. Both come up with no errors >> at all. >> >> As soon as I add the networkConnector from one to the other: >> >> > duplex="true" dynamicOnly="false" networkTTL="4"/> >> >> (IP hidden) >> I get the error above on the broker initiating the connection and: >> "Network >> connection between vm://broker1#0 and tcp:///X.X.X.X:50451 shutdown >> due to a >> remote error: java.io.EOFException" on the other broker. >> >> Following these 2 errors, broker 1 tries to reconnect and I get a >> whole >> bunch of: >> >> - Async error occurred: javax.jms.InvalidClientIDException: Broker: >> broker1- >> Client: NC_broker2_inboundbroker1 already connected from vm:// >> broker1#0 >> >> and similar errors on both Brokers... >> >> Any ideas? >> -- >> View this message in context: http://www.nabble.com/Async-error- >> occurred%3A-java.lang.IllegalStateException%3A-Cannot-add-a- >> consumer-to-a-session-that-had-not-been-registered%3A- >> tf4600612s2354.html#a13135327 >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Async-error-occurred%3A-java.lang.IllegalStateException%3A-Cannot-add-a-consumer-to-a-session-that-had-not-been-registered%3A-tf4600612s2354.html#a13136171 Sent from the ActiveMQ - User mailing list archive at Nabble.com.