Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 94056 invoked from network); 1 May 2006 12:43:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 12:43:35 -0000 Received: (qmail 54604 invoked by uid 500); 1 May 2006 12:43:35 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 54542 invoked by uid 500); 1 May 2006 12:43:34 -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 54532 invoked by uid 99); 1 May 2006 12:43:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 05:43:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jamiemccrindle@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO pproxy.gmail.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 05:43:31 -0700 Received: by pproxy.gmail.com with SMTP id t32so2784689pyc for ; Mon, 01 May 2006 05:43:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VwSM6OytPYciS5SoTZweNUZGkqQAK+3spOJogzyptqH7V/+X6pT0n6Idgl+ZXMZAFxK9CO0VAr23yqvJ39B8PbdN5eHsIhMyzIA7s731YOUBmj5w5o1S3XRMtteEkQi+NU9pOUwa/QAuOBsTmoZ9lTumsZI3y7N0Isk7W9FSlRE= Received: by 10.35.87.8 with SMTP id p8mr178131pyl; Mon, 01 May 2006 05:43:10 -0700 (PDT) Received: by 10.35.131.20 with HTTP; Mon, 1 May 2006 05:43:10 -0700 (PDT) Message-ID: <4e6f67720605010543h4e89da49wc4b121091da7e58a@mail.gmail.com> Date: Mon, 1 May 2006 13:43:10 +0100 From: "Jamie McCrindle" To: activemq-users@geronimo.apache.org Subject: Re: peer configuration In-Reply-To: <4e6f67720604280802g5e44e656yb07790c6dc256535@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4e6f67720604280802g5e44e656yb07790c6dc256535@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N any thoughts? i want to get an embedded broker with zero-conf up and running. it's working fine using an external broker but i really like the idea of being able to cluster by just starting up new copies of the app on the same subnet. cheers, j. On 4/28/06, Jamie McCrindle wrote: > hi, > > I'm running with the latest activemq 4.0 snapshots and i'm trying to > set up a couple of embedded brokers but i'm getting this error: > > [BpmScript] INFO [ActiveMQ Task] DemandForwardingBridge.serviceLocalExcep= tion(33 > 9) | Network connection between vm://broker1#6 and tcp://localhost/127.0.= 0.1:154 > 6 shutdown: null > java.lang.NullPointerException > at org.apache.activemq.network.DemandForwardingBridgeSupport.conf= igureMe > ssage(DemandForwardingBridgeSupport.java:361) > at org.apache.activemq.network.DemandForwardingBridgeSupport.serv= iceLoca > lCommand(DemandForwardingBridgeSupport.java:382) > at org.apache.activemq.network.DemandForwardingBridgeSupport$1.on= Command > (DemandForwardingBridgeSupport.java:111) > at org.apache.activemq.transport.ResponseCorrelator.onCommand(Res= ponseCo > rrelator.java:88) > at org.apache.activemq.transport.TransportFilter.onCommand(Transp= ortFilt > er.java:70) > at org.apache.activemq.transport.vm.VMTransport.oneway(VMTranspor= t.java: > 75) > at org.apache.activemq.transport.MutexTransport.oneway(MutexTrans= port.ja > va:44) > at org.apache.activemq.transport.ResponseCorrelator.oneway(Respon= seCorre > lator.java:55) > at org.apache.activemq.broker.TransportConnection.dispatch(Transp= ortConn > ection.java:211) > at org.apache.activemq.broker.AbstractConnection.processDispatch(= Abstrac > tConnection.java:568) > at org.apache.activemq.broker.AbstractConnection.iterate(Abstract= Connect > ion.java:584) > at org.apache.activemq.thread.SimpleTaskRunner.runTask(SimpleTask= Runner. > java:110) > at org.apache.activemq.thread.SimpleTaskRunner.access$100(SimpleT= askRunn > er.java:25) > at org.apache.activemq.thread.SimpleTaskRunner$1.run(SimpleTaskRu= nner.ja > va:43) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecu= tor$Wor > ker.runTask(ThreadPoolExecutor.java:650) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecu= tor$Wor > ker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:595) > > this is what my activemq configuration looks like: > > > > > > > > discoveryUri=3D"multicast://default"/> > > > > > > > > > > > > > > > and this is what the spring beans config for my > activemqconnectionfactory looks like: > > > > > > any ideas? > > Regards, > Jamie. >