I'm getting a similar problem. I am running ServiceMix 3.0 with Jonas 4.8.4. This is the error that I am getting.
12:43:19,272 INFO [JBIContainer] ServiceMix 3.0-incubating JBI Container (Servi ceMix) is starting INFO - JBIContainer - For help or more informations please se e: http://incubator.apache.org/servicemix/ 12:43:19,272 INFO [JBIContainer] For help or more informations please see: http ://incubator.apache.org/servicemix/ WARN - ManagementContext - Failed to start rmi registry: internal error: ObjID already in use 12:43:19,412 WARN [ManagementContext] Failed to start rmi registry: internal er ror: ObjID already in use INFO - ConnectorServerFactoryBean - JMX connector available at: service:jmx :rmi:///jndi/rmi://localhost:1099/jmxrmi 12:43:19,482 INFO [ConnectorServerFactoryBean] JMX connector available at: serv ice:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi The createJmxConnector attribute is already set to false. Could this error be the reason why I can't deploy the ServiceMix/Jonas example? Thanks Khanh Bernard Lupin wrote: > > Hi all, > I'm runing ServiceMix 3.0 within Jonas 4.6.6. > I've just moved from a trunk version to the 3.0 release, and I have now an > exception when deploying my web application, without any component : > > - Failed to start rmi registry: internal error: ObjID already in use > - Failed to start rmi registry > java.rmi.server.ExportException: internal error: ObjID already in use > at sun.rmi.transport.ObjectTable.putTarget(ObjectTable.java:169) > at sun.rmi.transport.Transport.exportObject(Transport.java:75) > at > sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:190) > at > sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382) > at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116) > at > sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180) > at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92) > at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:78) > at > java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:186) > at > org.apache.servicemix.jbi.jmx.RmiRegistryFactoryBean.afterPropertiesSet(RmiRegistryFactoryBean.java:106) > at > org.apache.servicemix.jbi.management.MBeanServerContext.start(MBeanServerContext.java:79) > at > org.apache.servicemix.jbi.management.ManagementContext.init(ManagementContext.java:153) > at > org.apache.servicemix.jbi.container.JBIContainer.init(JBIContainer.java:551) > at > org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:55) > ... > > I suppose that I'm trying to start two rmi registry, but don't know how to > solve this problem, which dosn't appear in the forum... > > Regards, > Bernard > > -- View this message in context: http://www.nabble.com/rmi-registry-error-with-Jonas-tf2369618s12049.html#a8130717 Sent from the ServiceMix - User mailing list archive at Nabble.com.
