uCosminexus Application Server, Messages

[Contents][Back][Next]

KDCCP0012-E

FaultCode: {http://c4web.cosminexus.com}Client.IOError, or {http://c4web.cosminexus.com}Server.IOError
FaultString: KDCCP0012-E The IO error occurred. details = detailed-information
FaultActor: none
FaultDetail: none

Description
An IO error has occurred.
Action
Take the following actions depending on detailed-information. The countermeasures corresponding to the respective detailed-information are as follows:
java.io.IOException: No serializer found for class-name1 in registry class-name2
The serializer corresponding to class-name1 does not exist in class-name2. Make sure that there are no mistakes in the service settings.
java.io.IOException: Cannot serialize a raw object
The java.lang.Object type cannot be used directly in the arguments or as a return value type. Use a type that inherits the java.lang.Object type.
In cases other than above
Make sure that there is no problem in the cause described in detailed-information.