On Tue, 2006-09-26 at 11:56 +0200, Thomas Koch wrote: > 2006-09-25 16:57:15,871 (main) [ClassLoaderContainer.java:59 :INFO ] > CachedClassLoader created > Exception in thread "main" java.lang.NoClassDefFoundError: > org.objectweb.carol.jndi.registry.ManageableRegistry Hi! I wanted to try that, but I get a different exception: Exception in thread "main" java.lang.NoClassDefFoundError: sun.rmi.registry.RegistryImpl not found in java.net.URLClassLoader<snip> at org.objectweb.carol.jndi.ns.JRMPRegistry.start(JRMPRegistry.java:68) at org.objectweb.carol.jndi.ns.NameServiceManager.startNonStartedNS(NameServiceManager.java:126) at org.objectweb.carol.util.configuration.CarolConfiguration.loadCarolConfiguration(CarolConfiguration.java:423) at org.ofbiz.jotm.container.JotmContainer.startJotm(JotmContainer.java:85) at org.ofbiz.jotm.container.JotmContainer.init(JotmContainer.java:61) at org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:150) at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:74) at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257) at org.ofbiz.base.start.Start.init(Start.java:96) at org.ofbiz.base.start.Start.main(Start.java:412) Is there anything I have to configure to avoid the sun classes being used? - twisti