I'm trying to upgrade to the 2.2.4 jonas from 2.1.1 version.  I have
it installed, but when I try to run the EJBServer I get this class not
found error:

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/objectweb/jonas/container/JEntityHome
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
        at 
org.objectweb.jonas.container.EJBServiceImpl.addBeans(EJBServiceImpl.java:244)
        at 
org.objectweb.jonas.container.EJBServiceImpl.createContainer(EJBServiceImpl.java:148)
        at org.objectweb.jonas.container.EJBServiceImpl.start(EJBServiceImpl.java:105)
        at org.objectweb.jonas.server.Server.main(Server.java:159)



I've looked at the RMI_jonas.jar file, and it has the
JEntityHome.class under the ejb_jonas package instead of the jonas
package:

jar -tvf lib/RMI_jonas.jar | grep JEntity
  7915 Wed Dec 20 10:58:12 EST 2000 org/objectweb/jonas_ejb/container/JEntityHome.class


I'm pretty much using the same property files as I (successfully) used 
for the 2.1.1 version, including the CLASSPATH.  Did I miss something
that I needed to change?


Thanks for any info,

Laurie Tynor
[EMAIL PROTECTED]
----
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".

Reply via email to