From activemq-users-return-1036-apmail-geronimo-activemq-users-archive=geronimo.apache.org@geronimo.apache.org Mon May 01 13:35:24 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 18081 invoked from network); 1 May 2006 13:35:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 13:35:24 -0000 Received: (qmail 19105 invoked by uid 500); 1 May 2006 13:35:23 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 19084 invoked by uid 500); 1 May 2006 13:35:23 -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 19075 invoked by uid 99); 1 May 2006 13:35:23 -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 06:35:23 -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.179 as permitted sender) Received: from [64.233.166.179] (HELO pproxy.gmail.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 06:35:22 -0700 Received: by pproxy.gmail.com with SMTP id t32so2794324pyc for ; Mon, 01 May 2006 06:35:01 -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=I7QpY3kcyfiHlBly80ECOs0wEI0T2wjWAuADoXYx70rPlfT8XgyqULK9mgdCUnjRVTzaF+uBtG1DgPV+L0qikYx87rqo+hJJA1u94dZjLJAkYIgyyVYCy4rMikeGeZb9Z/x8wptP5HXgBxEaL35B/A/avL7wSJTzOPyMp234Lm4= Received: by 10.35.119.11 with SMTP id w11mr140256pym; Mon, 01 May 2006 06:35:01 -0700 (PDT) Received: by 10.35.131.20 with HTTP; Mon, 1 May 2006 06:35:00 -0700 (PDT) Message-ID: <4e6f67720605010635h13c02081rfe45549aa1de625d@mail.gmail.com> Date: Mon, 1 May 2006 14:35:00 +0100 From: "Jamie McCrindle" To: activemq-users@geronimo.apache.org Subject: Re: peer configuration In-Reply-To: <4F095F61-71D1-41CD-9405-743ADCC4A672@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> <4e6f67720605010543h4e89da49wc4b121091da7e58a@mail.gmail.com> <4F095F61-71D1-41CD-9405-743ADCC4A672@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi Rob, Thanks. Will move on to RC2. cheers, j. On 5/1/06, Rob Davies wrote: > looking at the src I don't think your using the latest snaphot - > what's the date your using ? > You can get the latest and greatest here: http://cvs.apache.org/ > repository/incubator-activemq/distributions/ > > cheers, > > Rob > http://rajdavies.blogspot.com/ > > On 1 May 2006, at 13:43, Jamie McCrindle wrote: > > > 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.serviceLocalException(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.configureMe > >> ssage(DemandForwardingBridgeSupport.java:361) > >> at > >> org.apache.activemq.network.DemandForwardingBridgeSupport.serviceLoca > >> lCommand(DemandForwardingBridgeSupport.java:382) > >> at > >> org.apache.activemq.network.DemandForwardingBridgeSupport$1.onCommand > >> (DemandForwardingBridgeSupport.java:111) > >> at > >> org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCo > >> rrelator.java:88) > >> at org.apache.activemq.transport.TransportFilter.onCommand > >> (TransportFilt > >> er.java:70) > >> at org.apache.activemq.transport.vm.VMTransport.oneway > >> (VMTransport.java: > >> 75) > >> at org.apache.activemq.transport.MutexTransport.oneway > >> (MutexTransport.ja > >> va:44) > >> at org.apache.activemq.transport.ResponseCorrelator.oneway > >> (ResponseCorre > >> lator.java:55) > >> at org.apache.activemq.broker.TransportConnection.dispatch > >> (TransportConn > >> ection.java:211) > >> at > >> org.apache.activemq.broker.AbstractConnection.processDispatch(Abstrac > >> tConnection.java:568) > >> at org.apache.activemq.broker.AbstractConnection.iterate > >> (AbstractConnect > >> ion.java:584) > >> at org.apache.activemq.thread.SimpleTaskRunner.runTask > >> (SimpleTaskRunner. > >> java:110) > >> at org.apache.activemq.thread.SimpleTaskRunner.access$100 > >> (SimpleTaskRunn > >> er.java:25) > >> at org.apache.activemq.thread.SimpleTaskRunner$1.run > >> (SimpleTaskRunner.ja > >> va:43) > >> at > >> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor > >> ker.runTask(ThreadPoolExecutor.java:650) > >> at > >> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$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: > >> > >> > >> >> persistent=3Dfalse"/> > >> > >> > >> any ideas? > >> > >> Regards, > >> Jamie. > >> > >