Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1158 - The method stack is non-empty

1158   The method stack is non-empty

Cause

This error occurs if the JADE call stack is not empty when the jomSignOff call is made. The call stack must be empty before a process can sign off.

Action

Change your application code so that the call to jomSignOff is not done until the call stack is empty. Consider using the jomTerminate API call instead.