Hi Manu,
Thanks for replying , now I have added the following entry to my hosts and changed the config.xml in Geronimo to point to 127.0.0.1 127.0.0.1 localhost.localdomain localhost now when I start my Geronimo my log shows like 23:20:56,117 DEBUG [GBeanSingleReference] Waiting to start geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=GBean,name=TomcatWebConnector because no targets are running for reference TomcatContainer matching the patterns geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=GBean,name=TomcatWebContainer 23:20:56,117 DEBUG [GBeanSingleReference] Waiting to start geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=GBean,name=TomcatAJPConnector because no targets are running for reference TomcatContainer matching the patterns geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=GBean,name=TomcatWebContainer 23:20:56,138 DEBUG [GBeanSingleReference] Waiting to start geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=GBean,name=TomcatWebContainer because no targets are running for reference EngineGBean matching the patterns geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=GBean,name=TomcatEngine 23:20:56,174 DEBUG [GBeanSingleReference] Waiting to start geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=GBean,name=TomcatEngine because no targets are running for reference TomcatValveChain matching the patterns geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,j2eeTy pe=TomcatValve,name=FirstValve 23:21:03,312 DEBUG [GBeanSingleReference] Waiting to start geronimo/openejb-deployer/1.1.1/car?ServiceModule=geronimo/openejb-deplo yer/1.1.1/car,j2eeType=ModuleBuilder,name=EJBBuilder because no targets are running for reference WebServiceLinkTemplate matching the patterns geronimo/openejb-deployer/1.1.1/car?ServiceModule=geronimo/openejb-deplo yer/1.1.1/car,j2eeType=WSLink,name=WebServiceEJBLinkTemplate 23:21:06,362 DEBUG [GBeanSingleReference] Waiting to start geronimo/webconsole-tomcat/1.1.1/car?J2EEApplication=geronimo/webconsole -tomcat/1.1.1/car,j2eeType=JACCManager,name=JACCManager because n It is taking time .....i think this time it is showing some progress ... Kudos to u .... I wil revert back 2 u if it fails 2 start once again........ Cheers, Kamal ________________________________ From: Manu George [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 11:48 PM To: [email protected] Subject: Re: Geronimo Start up Problem -Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector Hi Kamal, It could be that the ip 0.0.0.0 is not mapped to the host name localhost. Also map localhost to 127.0.0.1 Usually many linux versions have default name as localhost.localdomain. This also may cause similar problems. Changing them to localhost may also be helpful. Regards Manu On 6/14/07, Kamalanathan Raman <[EMAIL PROTECTED]> wrote: Hi all, Iam using Geronimo 1.1.1 , when I try to start the Geronimo deployed in my Linux machine , iam getting the following error. Can any one of u give me a pointer on this. Ur inputs are highly appreciated. java.io.IOException: Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 0.0.0.0; nested exception is: java.net.ConnectException: Connection timed out] at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnect orServer.java:814) at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer. java:431) at org.apache.geronimo.jmxremoting.JMXConnector.doStart(JMXConnector.java:1 90) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInst ance.java:981) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GB eanInstanceState.java:267) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstance State.java:102) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBea nInstanceState.java:124) at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInst ance.java:540) at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKe rnel.java:379) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:374) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(Kerne lConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:527) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:508) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassB yCGLIB$$ce77a924.invoke(<generated>) at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$Enhancer ByCGLIB$$f59f9eb1.startConfiguration(<generated>) at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:297) at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74) at org.apache.geronimo.system.main.Daemon.main(Daemon.java:377) Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 0.0.0.0; nested exception is: java.net.ConnectException: Connection timed out] at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:122) at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:2 08) at javax.naming.InitialContext.bind(InitialContext.java:359) at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.j ava:635) at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer. java:427) ... 23 more Caused by: java.rmi.ConnectException: Connection refused to host: 0.0.0.0; nested exception is: java.net.ConnectException: Connection timed out at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306) at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source) at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116) ... 27 more Caused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:193) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) Thanks and Regards, Kamal **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
