Non WSCP Scripting messages |
WSCP0138E: Expected '}' not found
Explanation:
There is a syntax error in a string provided in an attribute list
User Response:
Correct the attribute list syntax.
WSCP0140E: "{0}" found instead of expected '{'
Explanation:
There is a syntax error in a string provided in an attribute list
User Response:
Correct the attribute list syntax.
WSCP0142E: Unexpected '}' found
Explanation:
There is a syntax error in a string provided in an attribute list
User Response:
Correct the attribute list syntax.
WSCP0169E: Expected " not found
Explanation:
There is a syntax error in a string provided in an attribute list
User Response:
Correct the attribute list syntax.
WSCP7123E: Unexpected "{0}" found. {1}
Explanation:
The specified character was found in an unexpected location in the input stream.
User Response:
Correct and re-issue the command.
WSCP7130E: The requested operation is not supported.
Explanation:
This message is issued when an UnsupportedOperationException is received from an MBean, probably as the result of an AdminControl invoke command.
User Response:
Check the spelling of the operation attempted.
WSCP7131E: Runtime exception: "{0}"
Explanation:
This message is issued when a RuntimeMBeanException is received from an MBean.
User Response:
Examine the exception information and modify the the failing command, as appropriate.