Hi, All
I have installed JONAS server and followed all the said procedures.
while running example in: examples/src/eb when I give command EJBServer
I have the command line:
D:\JONAS\examples\src\eb>java -Dinstall.root=D:\JONAS -Djava.security.policy
=D:\JONAS\java.policy org.objectweb.jonas.server.Server
JOnAS Server, version 2.2.7, running on Jeremie.
and I get the following exception :
Exception in thread "main" java.lang.NoClassDefFoundError:
org/objectweb/jeremie/libs/contexts/moa/UnicastRemoteObject
at
org.objectweb.jeremie.libs.contexts.moa.UnicastRemoteObject.class$(UnicastRe
moteObject.java:52)
at
org.objectweb.jeremie.libs.contexts.moa.UnicastRemoteObject.<clinit>(Unicast
RemoteObject.java:58)
at org.objectweb.jonas.server.Server.main(Compiled Code)
My jndi.properties file is:
java.naming.factory.initial
org.objectweb.jeremie.libs.services.registry.jndi.JRMIInitialContextFactory
java.naming.provider.url jrmi://localhost:12340
java.naming.factory.url.pkgs org.objectweb.jonas.naming
can anybody please explain me how to start the EJBSever.
Best regards,
Alex
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".