Missing reply exception (message: CWWBE0071E)

The execution of a microflow or long-running process results in a MissingReplyException (message: CWWBE0071E), or this exception is found in the system log or SystemOut.log file.

Reason

A two-way operation must send a reply. This error is generated if the process ends without navigating the reply activity. This can happen in any of the following circumstances:
  • The reply activity is skipped.
  • A fault occurs and corresponding fault handler does not contain a reply activity.
  • A fault occurs and there is no corresponding fault handler.

Resolution

Correct the model to ensure that a reply activity is always performed before the process ends.


Terms of use |

Last updated: Tue Feb 21 17:40:20 2006

(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)