HI all,

I'm having following error message :

Error unmarshaling return;nested exception is: java.io.InvalidClassException:
org.omg.CORBA.CompletionStatus; local class incompatible: stream classdesc serialVersionUID = -9047319660881406859, local class serialVersionUID = -6452792514302430967

I have checked the JVM client and server and they are 1.4.2_04-b05.

I tryed to use serialver command in order to see if CompletionStatus class is present but the results are following:

./serialver CompletionStatus

Class CompletionStatus not found.


Should I add the local class serialVersionUID = -6452792514302430967 ?

But Could you please indicate me how add it :master: ?

Sorry but I'm a junior java user :O)

Thanks in advance for your help

Best Regards