When I launch EJBServer after having changed OBJECTWEB_ORB from RMI to JEREMIE, and followed the steps of chapter "Configuring JOnaAS and JNDI for JEREMIE", I get this error (registry is already loaded with Jeremie on port 1100) :
 
main : 6:28:33:530 NamingManager: url context error getting registry context with URL: jrmi://localhost:1100
main : 6:28:33:531 NamingManager: 1100
main : 6:28:33:532 JOnAS: Cannot start Naming Manager : EJBServer halting
 
my jndi.properties is as follow :
 
#Jeremie
java.naming.factory.initial     org.objectweb.jeremie.libs.services.registry.jndi.JRMIInitialContextFactory
java.naming.provider.url        jrmi://localhost:1100
java.naming.factory.url.pkgs    org.objectweb.jonas.naming
 
Anybody knows what's the prob ?
 
                                Thomas DANDELOT

Reply via email to