Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 30510 invoked from network); 30 Jan 2006 22:39:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jan 2006 22:39:39 -0000 Received: (qmail 49638 invoked by uid 500); 30 Jan 2006 22:39:38 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 49626 invoked by uid 500); 30 Jan 2006 22:39:38 -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 Received: (qmail 49614 invoked by uid 99); 30 Jan 2006 22:39:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2006 14:39:37 -0800 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 ammulder@gmail.com designates 66.249.92.192 as permitted sender) Received: from [66.249.92.192] (HELO uproxy.gmail.com) (66.249.92.192) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2006 14:39:37 -0800 Received: by uproxy.gmail.com with SMTP id j3so9126ugf for ; Mon, 30 Jan 2006 14:39:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YEBJEMAtIKHzGRH8RkOZ/4xLrl7uVZ66WLmJs6Nawk4bfL7/EOtIb9ilH9ksz1MZF6zK1PLAvVLK82jbyhNzgEljFShdF73ZvygMrDocD7A/ban4YkNJUKKrIlQwv3DOwvCIOJ5LgY5Vuu9fW8XXSG+vVL6Cper384e562+mxB0= Received: by 10.67.23.20 with SMTP id a20mr2937708ugj; Mon, 30 Jan 2006 14:39:15 -0800 (PST) Received: by 10.66.219.2 with HTTP; Mon, 30 Jan 2006 14:39:15 -0800 (PST) Message-ID: <74e15baa0601301439o4458fddaw29ea7395cfa8478a@mail.gmail.com> Date: Mon, 30 Jan 2006 17:39:15 -0500 From: Aaron Mulder Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Start up Error In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43D9223E.7010200@spikesource.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think it tries to bind to all available interfaces by default, though I'm not sure how it picks up on your external IP address as one of those. In any case, you can override that in var/config/config.xml by manipulating the entries for these two GBeans: rmi://0.0.0.0:1099 service:jmx:rmi:///jndi/rmi://0.0.0.0:1099/JM= XConnec tor However, I think there was a JIRA issue that one of these wasn't easy to change and the issue gave the correct syntax to use to get it to work. I don't know what that is off the top of my head -- hopefully someone can pipe up, but I think it might be something like you put the internal IP instead of 0.0.0.0 and then maybe change the second one to be more like service:jmx:rmi://my.internal.ip.here:1099/jndi/rmi://my.internal.ip.here:1= 099/JMXConnector Thanks, Aaron On 1/30/06, Brad_Starkenberg@jbhunt.com wrote= : > First I would like to thank Calvin for the solution to my first problem. > Now I am getting errors on start up from a connect exception. Somehow the > server (which is inside my router on a local ip) is attempting to contact > my external IP. Is there a setting I can modify so it will not try this. > Also how did it get the IP? Thanks > > > java.io.IOException: Cannot bind to URL [rmi:/JMXConnector]: > javax.naming.ServiceUnavailableException [Root exception is > java.rmi.ConnectException: Connection refused to host: 70.178.162.182; > nested exception is: > java.net.ConnectException: Connection timed out] > at > javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnecto= rServer.java:814) > at > javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.j= ava:431) > at > org.apache.geronimo.jmxremoting.JMXConnector.doStart(JMXConnector.java:12= 2) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInsta= nce.java:936) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBe= anInstanceState.java:325) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceS= tate.java:110) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBean= InstanceState.java:132) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInsta= nce.java:537) > at > org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKer= nel.java:208) > at > org.apache.geronimo.kernel.config.Configuration.startRecursiveGBeans(Conf= iguration.java:315) > at > org.apache.geronimo.kernel.config.Configuration$$FastClassByCGLIB$$7f4b4a= 9b.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvo= ker.java:38) > at > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.ja= va:118) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java= :835) > at > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:178) > at > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:173) > at > org.apache.geronimo.kernel.config.ConfigurationManagerImpl.start(Configur= ationManagerImpl.java:142) > at > org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCG= LIB$$fbed85d2.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvo= ker.java:38) > at > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.ja= va:118) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java= :800) > at > org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) > at > org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationI= nvoker.java:36) > at > org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMe= thodInterceptor.java:96) > at > org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$= 5e06ec8c.start() > at > org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:323) > at org.apache.geronimo.system.main.Daemon.(Daemon.java:82) > at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404) > > Thanks > > Brad > >