Link to home
Start Free TrialLog in
Avatar of onaled777
onaled777Flag for United States of America

asked on

Mismatched serialization URID error in EJB subsystem call in WebSphere

Getting the following error when code tries to access ejb remotely.  Anyone knows how to resolved this?

java.rmi.MarshalException: CORBA MARSHAL 0x4942f89a No; nested exception is:
      org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Mismatched serialization UIDs : Source (RepId RMI:com.rccl.foundation.bo.facility.impl.SpaFacilityImpl:08EF68F65BA2A7B0:5F345D0C00000000) = 5F345D0C00000000 whereas Target (RepId RMI:com.rccl.foundation.bo.facility.impl.SpaFacilityImpl:08EF68F65BA2A7B0:FB5F4DC902C07F15) = FB5F4DC902C07F15  vmcid: IBM  minor code: 89A  completed: No
      at com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:260)
      at javax.rmi.CORBA.Util.mapSystemException(Util.java:84)
      at com.rccl.foundation.subsystem._FacilityComponent_Stub.findShipNamedFacility(_FacilityComponent_Stub.java:606)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:618)
      at com.rccl.foundation.raft.subsystem.cache.SubsystemCacheProxy.invokeSuperSubsystem(SubsystemCacheProxy.java:170)
      at com.rccl.foundation.raft.subsystem.cache.SubsystemCacheProxy.invoke(SubsystemCacheProxy.java:102)
      at $Proxy49.findShipNamedFacility(Unknown Source)
      at com.rccl.asr.uc.helper.FacilityHelper.getVenueByShipCodeImpl(FacilityHelper.java:236)
SOLUTION
Avatar of Sharon Seth
Sharon Seth
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial