Re: Geronimo Start up Problem -Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector

2007-06-16 Thread Matt Hogstrom
Hmmm ... this will need to be looked at...thanks for reporting the  
issue.



On Jun 15, 2007, at 11:22 PM, [EMAIL PROTECTED] wrote:


I had this error with Geronimo 1.2-beta on Windows.  I could not find
anything using port 1099 but changing the port number to 10099 fixed
it.  Three changes were required.  The first line sets the port for
RMI.  Two other lines used the port number in URLs.

solprovider


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]






Re: Geronimo Start up Problem -Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector

2007-06-15 Thread solprovider

I had this error with Geronimo 1.2-beta on Windows.  I could not find
anything using port 1099 but changing the port number to 10099 fixed
it.  Three changes were required.  The first line sets the port for
RMI.  Two other lines used the port number in URLs.

solprovider


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]


RE: Geronimo Start up Problem -Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector

2007-06-14 Thread Kamalanathan Raman
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: user@geronimo.apache.org
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)


Re: Geronimo Start up Problem -Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector

2007-06-14 Thread Manu George

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(
RMIConnectorServer.java:814)

at javax.management.remote.rmi.RMIConnectorServer.start(
RMIConnectorServer.java:431)

at org.apache.geronimo.jmxremoting.JMXConnector.doStart(
JMXConnector.java:190)

at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(
GBeanInstance.java:981)

at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(
GBeanInstanceState.java:267)

at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(
GBeanInstanceState.java:102)

at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(
GBeanInstanceState.java:124)

at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(
GBeanInstance.java:540)

at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(
BasicKernel.java:379)

at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans
(ConfigurationUtil.java:374)

at
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(
KernelConfigurationManager.java:187)

at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration
(SimpleConfigurationManager.java:527)

at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration
(SimpleConfigurationManager.java:508)

at
org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke
()

at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(
FastMethodInvoker.java:38)

at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(
GBeanOperation.java:122)

at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(
GBeanInstance.java:817)

at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(
RawInvoker.java:57)

at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke
(RawOperationInvoker.java:35)

at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(
ProxyMethodInterceptor.java:96)

at
org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$f59f9eb1.startConfiguration
()

at org.apache.geronimo.system.main.Daemon.doStartup(
Daemon.java:297)

at org.apache.geronimo.system.main.Daemon.(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:208)

at javax.naming.InitialContext.bind(InitialContext.java:359)

at javax.management.remote.rmi.RMIConnectorServer.bind(
RMIConnectorServer.java: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)

Geronimo Start up Problem -Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector

2007-06-14 Thread Kamalanathan Raman

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()

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()

at
org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:297)

at
org.apache.geronimo.system.main.Daemon.(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 - Disclaim