Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 64011 invoked from network); 22 Apr 2010 12:28:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 12:28:53 -0000 Received: (qmail 57139 invoked by uid 500); 22 Apr 2010 12:28:53 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 57028 invoked by uid 500); 22 Apr 2010 12:28:52 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Delivered-To: moderator for user@geronimo.apache.org Received: (qmail 61523 invoked by uid 99); 22 Apr 2010 09:19:35 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.158 is neither permitted nor denied by domain of thlin.box@gmail.com) Date: Thu, 22 Apr 2010 01:19:09 -0800 (PST) From: easyl To: user@geronimo.apache.org Message-ID: <1271927949844-742434.post@n3.nabble.com> Subject: Using vm:// transport for ActiveMQ5.3 (Geronimo 2.2) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I try to add a vm protocal in activemq.xml and make a jms resource in deployment vm://localhost?jms.copyMessageOnSend=false&jms.watchTopicAdvisories=false while starting up application, I got such warning... Module 77/78 My/app.ear/1.0/ear 2010-04-22 11:13:12,352 WARN [BrokerRegistry] Broker localhost not started so using DefaultActiveMQBroker instead 2010-04-22 11:13:12,444 WARN [BrokerRegistry] Broker localhost not started so using DefaultActiveMQBroker instead started in 1.670s Startup completed in 29.762s seconds java.lang.IllegalArgumentException: port out of range:-1 at java.net.InetSocketAddress.(InetSocketAddress.java:118) at org.apache.geronimo.activemq.management.ActiveMQTransportConnector.getListenAddress(ActiveMQTransportConnector.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) at org.apache.geronimo.gbean.runtime.GBeanAttribute.getValue(GBeanAttribute.java:364) at org.apache.geronimo.gbean.runtime.GBeanInstance.getAttribute(GBeanInstance.java:677) at org.apache.geronimo.kernel.basic.BasicKernel.getAttribute(BasicKernel.java:176) at org.apache.geronimo.system.main.StartupMonitorUtil.wrapUp(StartupMonitorUtil.java:108) at org.apache.geronimo.system.main.LongStartupMonitor.startupFinished(LongStartupMonitor.java:160) at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:194) at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:78) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45) at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30) -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Using-vm-transport-for-ActiveMQ5-3-Geronimo-2-2-tp742434p742434.html Sent from the Users mailing list archive at Nabble.com.