Nikolaus,
I checked the RMI registry classes as you suggested. In fact I am using
the IBM JVM in both the registry and the EJB server. So apparently
that's not the problem.
- Keith
-----Original Message-----
From: Nikolaus Rumm <[EMAIL PROTECTED]>
To: Keith L. Musser <[EMAIL PROTECTED]>
Date: Saturday, November 11, 2000 6:04 AM
Subject: Re: IBM JVM 1.3 problem
>----- Original Message -----
>From: "Keith L. Musser" <[EMAIL PROTECTED]>
>To: "JONAS-USERS" <[EMAIL PROTECTED]>
>Sent: Friday, November 10, 2000 9:59 PM
>Subject: IBM JVM 1.3 problem
>
>
>> Hi Jonas users,
>>
>> I've been using Jonas 2.0 in JDK 1.2.2 with no problems. I just
>> installed IBM JDK 1.3.0 today, and Jonas is not working under it.
>>
>> The failure is that "com.sun.jndi.rmi.registry.ReferenceWrapper_Stub"
>> and "com.sun.jndi.rmi.registry.ReferenceWrapper_Skel" are not found
in
>> rt.jar.
>>
>> NOTE: "com.sun.jndi.rmi.registry.ReferenceWrapper" is in rt.jar, but
>> the stub and skeleton are missing.
>>
>> Obviously the problem is not with Jonas, but has anyone else run into
>> the problem, and if so, what was the fix?
>>
>> (I tried the obvious - I ran "rmic" on ReferenceWrapper to create a
stub
>> and skeleton, and put them in the classpath, but without success.)
>>
>> Any ideas?
>>
>> Keith L. Musser
>> Integrated Dynamics, Inc.
>> 812-371-7777
>> email: [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".
>>
>
>Hello,
>
>maybe my answer is a little bit silly, but I think I ran into the same
>problem running Jonas on a machine with more than one JDK installed.
The
>problem was that the default installation mixed the binaries and the
rt.jars
>from both versions, resulting in the same errors.
>Try to run rmiregistry with the -J-verbose options. This way you should
see
>which classes are loaded by the RMI registry. Maybe this helps.
>Btw., I am running JOnAS under IBM JDK 1.2.2 (VAJ edition running
inside the
>IDE) and do not have similiar problems.
>
>Regards
>
>Nikolaus Rumm
>
>
----
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".