uCosminexus Application Server, Messages

[Contents][Back][Next]

KDCCP0054-E

FaultCode: {http://c4web.cosminexus.com}Client.MIMEMessageNotPredicted or {http://c4web.cosminexus.com}Server.MIMEMessageNotPredicted
FaultString: KDCCP0054-E An instance of the javax.activation.DataHandler class is invalid. (detail = detailed-information)
FaultActor: none
FaultDetails: none

Description
An instance of the javax.activation.DataHandler class is invalid.
Action
When generating the instances of the javax.activation.DataHandler class, make sure that the following points hold true in connection with the value specified in the constructor:
When instances are generated with the constructor DataHandler (DataSource)
  • Does the file that is specified during the generation of the javax.activation.FileDataSource object that is used as an argument exist?
  • Is the file path correct?
  • Is the access permission available for the file?
When instances are generated with the constructor DataHandler (Object, String)
  • Is the correct MIME type specified in the second argument?
  • Is the object corresponding to the MIME type specified in the first argument?
In other cases, take the action according to detailed-information.