uCosminexus Stream Data Platform - Application Framework Messages

[Contents][Back][Next]

KFSP45003-E

An attempt to invoke a method failed. Method name = aa....aa, reason code = bb....bb

aa....aa: Method name
bb....bb: Reason code
Description:
An attempt to invoke the method has failed for one of the following reasons.
Reason code Description
NOT_CONNECTED The connection to the RMI server has been broken.
ALREADY_STREAM_CLOSED The connection to the stream has been broken.
INPROCESS_NOT_CONNECTED The connection to the in-process connection connector has been broken.
ALREADY_CALLBACK_REGISTERED The listener object for the callback is already registered.
ALREADY_CONNECTOR_CLOSED The connector is already closed.
UNSUPPORTED_OPERATION The method is not supported by the connection system of the application in use.
Action to take:
Check the status as indicated for the applicable reason code.
Reason code Corrective action
NOT_CONNECTED Check whether the connection was broken by the close method of SDPConnector.
ALREADY_STREAM_CLOSED Check whether the connection was broken with the close method of StreamInput or StreamOutput.
INPROCESS_NOT_CONNECTED Check whether the connection was broken by the close method of SDPConnector.
ALREADY_CALLBACK_REGISTERED Check whether the listener object for callback has been registered by the registerForNotification method of StreamOutput.
ALREADY_CONNECTOR_CLOSED Check whether the connection was broken by the close method of SDPConnector.
UNSUPPORTED_OPERATION Revise the connection system of the application in use. If the connection system is correct, check whether the invoked method is supported.