Express (Distributed operating systems), v8.0 > Reference > Messages
CWSIH
CWSIH0001E: The syntax of the topic, {0}, is incorrect. An unexpected ''*'' character was found at character {1}.
Explanation The topic is incorrectly formatted. The '*' single-level wildcard character can only appear as a single character in a level for a topic, for example: */a or a/*/b or a/* . Action Fix the incorrect topic specification.
CWSIH0002E: The syntax of the topic, {0}, is incorrect. An unexpected ''.'' character was found at character {1}.
Explanation The topic is incorrectly formatted. The '.' character can only appear as a single character in a level for a topic, or at the end of a topic expression, for example: /./a or a//. . Action Fix the incorrect topic specification.
CWSIH0003E: The syntax of the topic, {0}, is incorrect. An unexpected ''/'' character was found at character {1}.
Explanation The topic is incorrectly formatted. There cannot be three '/' characters next to each other. Action Fix the incorrect topic specification.
CWSIH0004E: The syntax of the topic, {0}, is incorrect. An unexpected character was found following a ''/'' character at character {1}.
Explanation The topic is incorrectly formatted. Wildcard characters are not allowed to be followed with other characters except the '/' character. Examples of incorrect topics are a//.a or a/*b . Action Fix the incorrect topic specification.
CWSIH0005E: The topic is not valid.
Explanation The topic supplied is not valid because it is null, which is not allowed. Action Ensure that the topic is a valid String object.
CWSIH0006E: The topic syntax for a published message is incorrect: {0}.
Explanation The topic supplied cannot contain wildcard characters because it is a publication. Action Remove the wildcard characters from publication messages.
CWSIH0007E: A Matching instance cannot be created: exception {0}.
Explanation A Matching instance cannot be created because the sib.matchspaceImpl.jar is missing or corrupted. Action More info at:
CWSIH9999E: {0}
Explanation If the message does not give sufficient information, check previous messages for further help. Action See previous messages for further information.