Troubleshooting
Problem
A thin Java™ client accessing an EJB on a version 6.0.x WebSphere Application Server gets the following error as soon as it tries to call getHandle(): Caused by: org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Custom marshaling (4) Sender's class does not match local class vmcid: IBM minor code: 896 completed: No NOTE: the org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge error is a fairly generic error that means some "underlying error" caused the CORBA processing to fail to send the full message. This particular technote is documenting one specific cause of this error.
Symptom
CORBA MARSHAL 0x4942f896 No; nested exception is:
org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Custom marshaling (4) Sender's class does not match local class vmcid: IBM minor code: 896 completed: No
java.rmi.MarshalException: CORBA MARSHAL 0x4942f896 No;
nested exception is: org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge :
Custom marshaling (4) Sender's class does not match local class vmcid:
IBM minor code: 896 completed: No
at com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException
(UtilDelegateImpl.java:204)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:84)
at com.ibm.websphere.samples.technologysamples.ejb.stateless.
basiccalculatorejb._BasicCalculator_Stub.getHandle
(_BasicCalculator_Stub.java:169)
at basic.calc.BasicCalculatorClientMain.main
(BasicCalculatorClientMain.java:45)
...
Caused by: org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Custom marshaling (4) Sender's class does not match local class vmcid:
IBM minor code: 896 completed: No
at com.ibm.rmi.iiop.CDRInputStream.read_value
(CDRInputStream.java:1381)
at com.ibm.rmi.iiop.CDRInputStream.read_abstract_interface
(CDRInputStream.java:1353)
at com.ibm.websphere.samples.technologysamples.ejb.stateless.
basiccalculatorejb._BasicCalculator_Stub.getHandle
(_BasicCalculator_Stub.java:158)
... 1 more
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
03 March 2025
UID
swg21212129