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 codeDescription
NOT_CONNECTEDThe connection to the RMI server has been broken.
ALREADY_STREAM_CLOSEDThe connection to the stream has been broken.
INPROCESS_NOT_CONNECTEDThe connection to the in-process connection connector has been broken.
ALREADY_CALLBACK_REGISTEREDThe listener object for the callback is already registered.
ALREADY_CONNECTOR_CLOSEDThe connector is already closed.
UNSUPPORTED_OPERATIONThe 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 codeCorrective action
NOT_CONNECTEDCheck whether the connection was broken by the close method of SDPConnector.
ALREADY_STREAM_CLOSEDCheck whether the connection was broken with the close method of StreamInput or StreamOutput.
INPROCESS_NOT_CONNECTEDCheck whether the connection was broken by the close method of SDPConnector.
ALREADY_CALLBACK_REGISTEREDCheck whether the listener object for callback has been registered by the registerForNotification method of StreamOutput.
ALREADY_CONNECTOR_CLOSEDCheck whether the connection was broken by the close method of SDPConnector.
UNSUPPORTED_OPERATIONRevise the connection system of the application in use. If the connection system is correct, check whether the invoked method is supported.