jonas-users��
I downloaded source code of JONAS 2.2.7 and compiled it, but an error occured when
I started up JONAS server.
[root@server2 unix]# ./EJBServer
CLASSPATH=:/usr/app/ejb/objectweb/jonas/output/examples/classes:/usr/app/ejb/objectweb/jonas/output:/usr/app/lib/jms.jar::/usr/app/lib/classes12.zip:/usr/app/lib/jndi.jar:/usr/app/lib/providerutil.jar:/usr/app/lib/rmiregistry.jar:/usr/app/ejb/objectweb/jonas/output/lib/RMI_jonas.jar::/opt/IBMJava2-13/jre/lib/rt.jar:/opt/IBMJava2-13/jre/lib/i18n.jar
JOnAS Server, version 2.2.7, running on rmi.
Cannot rebind UserTransaction:javax.naming.ConfigurationException [Root exception is
java.rmi.StubNotFoundException: Stub class not found:
com.sun.jndi.rmi.registry.ReferenceWrapper_Stub; nested exception is:
java.lang.ClassNotFoundException:
com/sun/jndi/rmi/registry/ReferenceWrapper_Stub]
JOnAS: Cannot start Transaction Service : EJBServer halting
javax.naming.ConfigurationException. Root exception is
java.rmi.StubNotFoundException: Stub class not found:
com.sun.jndi.rmi.registry.ReferenceWrapper_Stub; nested exception is:
java.lang.ClassNotFoundException:
com/sun/jndi/rmi/registry/ReferenceWrapper_Stub
java.lang.ClassNotFoundException: com/sun/jndi/rmi/registry/ReferenceWrapper_Stub
at java.lang.Class.forName1(Native Method)
at java.lang.Class.forName(Class.java:134)
at sun.rmi.server.RemoteProxy.loadClassFromClass(RemoteProxy.java:200)
at sun.rmi.server.RemoteProxy.getStub(RemoteProxy.java:100)
at sun.rmi.server.RemoteProxy.getStub(RemoteProxy.java:62)
at sun.rmi.server.UnicastServerRef.setSkeleton(UnicastServerRef.java:160)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:123)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:110)
at
java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:278)
at
java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:182)
at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:82)
at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:69)
at com.sun.jndi.rmi.registry.ReferenceWrapper.<init>(ReferenceWrapper.java:39)
at
com.sun.jndi.rmi.registry.RegistryContext.encodeObject(RegistryContext.java:405)
at com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContextjava:135)
at com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContextjava:142)
at javax.naming.InitialContext.rebind(InitialContext.java:367)
at
org.objectweb.jonas.naming.java.javaURLContext.rebind(javaURLContext.java:264)
at javax.naming.InitialContext.rebind(InitialContext.java:367)
at
org.objectweb.jonas.jtm.TransactionServiceImpl.start(TransactionServiceImpl.java:154)
at org.objectweb.jonas.server.Server.main(Server.java:116)
Please help me, thanks.
Allan Lai
[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".