M SI Bus Mediations SIMediationSession interfaces messages |
CWSIM0001E: An unexpected error occurred. Unable to apply mediation {0} on messaging engine {1} for bus {2}. Exception: {3}
Explanation:
This exception is unexpected. The cause is not immediately known.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSIM0002E: User {0} is not authorized to access destination {1} on bus {2}, messaging engine {3} on behalf of mediation {4}.
Explanation:
The mediation used the SIMediationSession object to send a message but the security identity for the mediation does not have permission to put messages to the destination at the head of the forward routing path.
User Response:
Either modify the mediation so that it uses a different identity or give its identity permission to access the destination.
CWSIM0003E: Mediation {0} attempted to send a message to destination {1} on bus {2} but that destination does not exist.
Explanation:
The mediation used the SIMediationSession object to send a message but the destination at the head of the forward routing path does not exist.
User Response:
Either create the destination the mediation is attempting to use or modify the mediation so that it does not route messages to that destination.
CWSIM0004E: An internal error occurred. The message {0} received from destination {1} by mediation {2} from messaging engine {3} on bus {4} could not be converted to an SIMessage.
Explanation:
This exception is unexpected. The cause is not immediately known.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSIM0009E: The message {0} cannot be sent by mediation {1} on messaging engine {2} on bus {3} as it is not a supported implementation of the SIMessage interface.
Explanation:
The SIMediationSession was passed an unexpected implementation of SIMessage during a send operation.
User Response:
Use the supplied APIs to create instances of SIMessage.
CWSIM0010E: Mediation {0} attempted to get the destination configuration for destination {1} on bus {2} but it does not exist.
Explanation:
The mediation used the SIMediationSession object to get the destination configuration but the destination specified did not exist
User Response:
Either create the destination the mediation is attempting to query or modify the mediation so that it does not query that destination.
CWSIM0011E: Mediation {0} attempted to receive a message from destination {1} on bus {2} but it does not exist.
Explanation:
The mediation used the SIMediationSession object to receive a message but the destination specified does not exist.
User Response:
Either create the destination the mediation is attempting to use or modify the mediation so that it does not route messages to that destination.
CWSIM0012E: An internal error occurred. The SIDestinationAddressFactory could not be obtained. Exception: {0}.
Explanation:
This exception is unexpected. The cause is not immediately known.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSIM9999E: {0}
Explanation:
If the message does not give sufficient information, check previous messages for further help.
User Response:
See previous messages for further information.