I am not sure if my messages are being posted so I am resending my question
from yesterday. Thank you!
---
We are using Jonas 1.6.1 with JDK 1.2.2.
We have had great luck installing and deploying it on two separate NT boxes
(one is NT4, the other is Win2000). However, we are having poor luck
installing and deploying on another NT4 box as well as a Linux box. In both
cases, the errors are slightly different but they both refer to
"unmarshalling arguments".
------------------------------
On the Linux box, as soon as we run EJBServer (without launching any EJB
clients):
./EJBServer
JOnAS Server, version 1.6.1, running on rmi.
Cannot rebind TM:
javax.naming.CommunicationException [Root exception is
java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception
is:
java.io.InvalidClassException:
org.objectweb.jonas.jtm.TransactionFactoryImpl_Stub; Local class not
compatible: stream classdesc serialVersionUID=-1023774639622504485 local
class serialVersionUID=-6124538060948680837]
------------------------------
On the NT box, EJBServer launches ok and our beans are loaded, but while
executing a small test EJB client, we see this in the client JVM (and we see
nothing in the EJBServer JVM):
Exception: java.rmi.UnmarshalException: error unmarshaling return; nested
exception is:
java.lang.ArrayStoreException:
------------------------------
Any clues would be greatly appreciated!
Bryan
----
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".