FaultServiceException |
Fault handler or fault
selector |
There is malformed data in the JMS message. |
- Inspect the JMS message and locate the malformed data.
- Repair the client that originated the message so it creates correctly
formed data.
- Resend the message.
- Delete the failed event.
|
There was an unexpected error in the fault handler
or fault selector. |
- Debug the custom fault selector or fault handler, fixing any errors
identified.
- Resubmit the failed event.
|
ServiceRuntimeException |
Fault handler |
The fault selector and runtime exception handler
are configured to interpret the JMS message as a runtime exception.
This is an expected exception. |
Look at the exception text to determine the
exact cause, and then take appropriate action. |
DataBindingException
or DataHandlerException |
Data binding or data
handler |
There is malformed data in the JMS message. |
- Inspect the JMS message and locate the malformed data.
- Repair the client that originated the message so it creates correctly
formed data.
- Resend the message.
- Delete the failed event.
|
There was an unexpected error in the data binding
or data handler. |
- Debug the custom data binding or data handler, fixing any errors
identified.
- Resend the message.
- Delete the failed event.
|
SelectorException |
Function selector |
There is malformed data in the JMS message. |
- Inspect the JMS message and locate the malformed data.
- Repair the client that originated the message so it creates correctly
formed data.
- Resend the message.
- Delete the failed event.
|
There was an unexpected error in the function
selector. |
- Debug the custom function selector, fixing any errors identified.
- Resend the message.
- Delete the failed event.
|