Hello,
I know this must be a classic but ...
I am running a servlet as client to a Jonas deployed
Session Bean. When invoking the Servlet I got the
following error message (see below). A simple java
client works fine. I (not double) but tripled checked
my servlet engine classpath. I also started the
rmiregistry on different locations without success ...
Any hint ?
PS: jdk1.2 with JRUN 2.3.3 on a redhat 6.1 box
Thanks in advance
Alain
javax.naming.CommunicationException. Root exception
is java.rmi.UnmarshalException: error unmarshalling
return; nested exception is:
java.lang.ClassNotFoundException:
session.JOnASContactEJBContactHome_Stub
java.lang.ClassNotFoundException:
jb.session.JOnASContactEJBContactHome_Stub
at
java.io.ObjectInputStream.inputObject(ObjectInputStream.java,
Compiled Code)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java,
Compiled Code)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java,
Compiled Code)
at
sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown
Source)
at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java,
Compiled Code)
at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java,
Compiled Code)
at
javax.naming.InitialContext.lookup(InitialContext.java,
Compiled Code)
__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one place.
Yahoo! Shopping: http://shopping.yahoo.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".