Hi,

JOnAS should work with IBM JDK1.3, it seems that the exception you
describe is relative to the RMI layer. RMI is differently implemented in
the IBM JDK; and the binary distribution of JOnAS is built on top SUN
"rmic" (rmic compiler, which compiles SUN dependent stub/skeleton). So
if you want to use the IBM JDK, you should recompile JOnAS with the IBM
"rmic". 
There's another way to workaround this problem, use the JEREMIE version
of JOnAS. In this case you will get an independant transport layer which
is bundled with JOnAS (and compliant either on IBM or SUN JDK)

Hope it helps.

Régis
-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] De la part de
[EMAIL PROTECTED]
Envoyé : mercredi 3 octobre 2001 13:33
À : [EMAIL PROTECTED]
Objet : IBM JDK


Hi All,

have anyone tried running Jonas on IBM Java Virtual Machine? because
from many reports, IBM VM is faster than SUN VM.

I have JOnAS running perfectly fine on SUN JDK1.3.1, isn't that it
should run on other implementation of Virtual Machine without any
changes?

But I get some error message when running the EJBServer 

JOnAS Server, version 2.3, 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/ReferenceWra
pper_Stub]
 Cannot create ConnectionManager for jdbc_1
JOnAS: Cannot create datasource: Oracle1
Please check if Oracle1.properties is available in JONAS_ROOT/config,
HOME, or .

Any suggestion would be appreciated.


Thank you.


__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop@Netscape!
http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/

----
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".

----
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