your local firewall may prevent karaf from binding to its jmx listner port

Exception in thread "JMX Connector Thread
[service:jmx:rmi://0.0.0.0:44444/jndi/rmi://0.0.0.0:1099/karaf-root]"
java.lang.RuntimeException: Could not start JMX connector server
        at
org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:245)
Caused by: java.io.IOException: Cannot bind to URL
[rmi://0.0.0.0:1099/karaf-root]: 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: connect]

On Tue, Mar 19, 2013 at 10:16 AM, ingulp <[email protected]> wrote:
> Would anyone be able to explain what functionality I'm losing with the JMX
> connector server not starting?  I'm getting several errors throughout my
> process, but cannot be sure if they are my fault or because of this failure
> on startup.  As far as I can tell, it doesn't affect anything, but again, I
> cannot be sure.
>
> Thanks
>
>
>
> --
> View this message in context: 
> http://karaf.922171.n3.nabble.com/Could-not-start-JMX-connector-server-tp4028221p4028265.html
> Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to