uCosminexus Service Platform, Messages

[Contents][Index][Back][Next]

KDEC40736-E

The specified method cannot be executed. jar = aa....aa, class = bb....bb, method = cc....cc, argument = dd....dd, function name = ee....ee, cause = ff....ff

aa....aa: jar file path
bb....bb: Class name
cc....cc: Method name
dd....dd: Argument type
ee....ee: Function name
ff....ff: Message and stack trace of the exception
Description
A method that does not exist in the jar file is specified, or the method (not a public class method, or the argument or return value is not a string type) implemented in the jar file is incorrect.
(S)
Displays the message, and then continues processing.
(O)
Check the data transformation definition. Also, check the implementation details of the jar file.