Right, it works !
gnodet wrote: > > I guess JOnAS already creates a registry. > You should be able to disable the jmx connector > creation by setting the createJmxConnector > attribute to false on the JBI container. > > > On 10/2/06, Bernard Lupin <[EMAIL PROTECTED]> 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-tf2369618.html#a6601220 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/rmi-registry-error-with-Jonas-tf2369618.html#a6602127 Sent from the ServiceMix - User mailing list archive at Nabble.com.
