uCosminexus Stream Data Platform - Application Framework Messages
An attempt to invoke a method failed. Method name = aa....aa, reason code = bb....bb
| 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. |
| 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. |
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.