Do you have any other Java process on your system that might be using that port?

(On a Linux box, you could check with 'netstat -a | grep 1099'.)

---
A. Soroka
Online Library Environment
the University of Virginia Library




On Aug 18, 2011, at 3:59 PM, miggety wrote:

> Hey all, I'm having a problem when I try to start up ServiceMix. From my
> installation folder i'm running ./bin/servicemix and then getting the
> following error. I'm not sure how to begin troubleshooting as i'm extremly
> to new to this. If there's any information that i can provide to help
> troubleshoot, just let me know. Thanks!
> 
> Mike
> 
> karaf@root> Exception in thread "JMX Connector Thread
> [service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root]"
> java.lang.RuntimeException: Could not start JMX connector server
>        at
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:104)
> Caused by: java.io.IOException: Cannot bind to URL
> [rmi://localhost:1099/karaf-root]: javax.naming.CommunicationException [Root
> exception is java.rmi.ConnectIOException: non-JRMP server at remote
> endpoint]
>        at
> javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:804)
>        at
> javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:417)
>        at
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:102)
> Caused by: javax.naming.CommunicationException [Root exception is
> java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
>        at
> com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:126)
>        at
> com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
>        at javax.naming.InitialContext.bind(InitialContext.java:400)
>        at
> javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:625)
>        at
> javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:412)
>        ... 1 more
> Caused by: java.rmi.ConnectIOException: non-JRMP server at remote endpoint
>        at
> sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:230)
>        at
> sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
>        at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
>        at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
>        at
> com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:120)
>        ... 5 more
> 
> 
> --
> View this message in context: 
> http://servicemix.396122.n5.nabble.com/Problem-starting-ServiceMix-tp4713251p4713251.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to