Hi there. I've just installed Jonas 2.1.1 on a Windows NT machine
with Sun JDK 1.3 and J2SDKEE 1.2.1. The examples compile fine, but
when I try to run EJBServer.bat, I get the error output below. I've
taken a quick look at the jonas.common.RemoteObject source and there
doesn't seem to be anything strange going on there -- is this a Sun
bug? Has anyone else run into it?

(And, P.S., does anyone know of an easy way to turn the JONAS source
into "clean" Java source without all the #ifdefs and things?)

d:\java\local\jonas-2-1-1\examples\src\eb>java
-Dinstall.root=d:\java\local\jona
s-2-1-1 -Djava.security.policy=d:\java\local\jonas-2-1-1/java.policy
org.object
web.jonas.server.Server
JOnAS Server, version 2.1.1, running on rmi.
Exception in thread "main" java.lang.IncompatibleClassChangeError: Implementing
class
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.getMethods0(Native Method)
        at java.lang.Class.getMethods(Unknown Source)
        at sun.rmi.server.UnicastServerRef.createMethodTable(Unknown Source)
        at sun.rmi.server.UnicastServerRef.getMethodTable(Unknown Source)
        at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
        at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
        at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source)
        at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source)
        at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source)
        at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source)
        at org.objectweb.jonas.common.RemoteObject.<init>(RemoteObject.java:30)
        at
org.objectweb.jonas.jtm.TransactionFactoryImpl.<init>(TransactionFact
oryImpl.java:47)
        at
org.objectweb.jonas.jtm.TransactionServiceImpl.start(TransactionServi
ceImpl.java:105)
        at org.objectweb.jonas.server.Server.main(Server.java:97)
----
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