uCosminexus Application Server, Messages

[Contents][Back][Next]

KDAN10015-E

Cannot serialize the Message body.

Description
This error occurs when the client sets up a Java object as the body in MapMessage or ObjectMessage. A possible cause is that the Java objects are unserializable.
Action
Confirm that the Java object set up in MapMessage or ObjectMessage has implemented the java.io.Serializable interface.