> Matt Bohm wrote:
> 
> > I am getting the following error when starting the EJBServer in Jonas 2.0.
> > (And my webhosting service uses IBM JDK.)
> >
> > [bwguru@neelix sb]$ registry &
> > [1] 8641
> > [bwguru@neelix sb]$ EJBServer &
> > [2] 8670
> > [bwguru@neelix sb]$ JOnAS Server, version 2.1.1, running on rmi.
> > Cannot rebind UserTransaction:javax.naming.ConfigurationException [Root
> > exceptio
> > n is java.rmi.StubNotFoundException: Stub class not found:
> > com.sun.jndi.rmi.regi
> > stry.ReferenceWrapper_Stub; nested exception is:
> >         java.lang.ClassNotFoundException:
> > com/sun/jndi/rmi/registry/ReferenceWra
> > pper_Stub]
> > JOnAS: Cannot start Transaction Service : EJBServer halting
> >
> > I know other users have had similar problems. Can you tell me how to solve
> > it?
> >
> > Matt

Hi everybody
we have reproduce this problem with the IBM jdk.
It is not a JOnAS problem.
com.sun.jndi.rmi.registry.ReferenceWrapper_Stub class is missing in the
rt.jar.
It seems to be a packaging problem in the IBM jdk distribution.

jar tvf  rt.jar | grep ReferenceWrapper  shows
..... com/sun/jndi/rmi/registry/ReferenceWrapper.class


In Suns JDK 1.3 the following is shown :
..... com/sun/jndi/rmi/registry/ReferenceWrapper.class
..... com/sun/jndi/rmi/registry/ReferenceWrapper_Stub.class
..... com/sun/jndi/rmi/registry/ReferenceWrapper_Skel.class

This problem has been raised onibm.software.java.linux  forum on August
17th 2000
but there is no response today.
We have not found a workaround it will be fine if someone find one!

best regards
-- 
        Philippe

Philippe Coq  Evidian   Phone: (33) 04 76 29 78 49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
Download our EJBServer at http://www.objectweb.org
----
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