uCosminexus Stream Data Platform - Application Framework Messages

[Contents][Back][Next]

KFSP45002-E

The stream specified in the argument cannot open. Method name = aa....aa, query group name = bb....bb, stream name = cc....cc, reason code = dd....dd

aa....aa: Method name
bb....bb: Query group name
cc....cc: Stream name
dd....dd: Reason code
Description:
The stream cannot open for one of the following reasons.
Reason code Description
NOT_CONNECTED The connection to the RMI server has been broken.
QUERYGROUP_NOT_FOUND The specified query group is incorrect or is not registered in the system.
STREAM_NOT_FOUND The specified stream is incorrect or is not registered in the system.
ALREADY_SAME_STREAM_OPENED The same SDPConnector has already connected to that stream.
INPROCESS_NOT_CONNECTED The connection to the in-process connection connector has been broken.
STREAM_IS_NOT_INPUT The specified stream is not an input stream.
Action to take:
Take the action indicated for the reason code.
Reason code Corrective action
NOT_CONNECTED Check whether SDPConnector was closed by the close method of SDPConnector.
QUERYGROUP_NOT_FOUND Check whether the specified query group is correct. Alternatively, check whether the query group is registered.
STREAM_NOT_FOUND Check whether the specified stream is correct. Alternatively, check whether the CQL that defined the specified stream is registered.
ALREADY_SAME_STREAM_OPENED Check whether the specified stream is already connected to that SDPConnector.
INPROCESS_NOT_CONNECTED Check whether SDPConnector was closed by the close method of SDPConnector.
STREAM_IS_NOT_INPUT Check whether the specified stream is an input stream.