Hi,
I'm getting the following error message, can someone tell me what this means, and more importantly, how I can solve it?
Internal : Exception: A stack imbalance has occurred. Check your process for errors.
Thanks!
Stack Imbalance errors occur where an exception has been thrown and caught by a recover stage but never resumed. The next time an exception occurs you will then get a stack imbalance error.
The solution is to always resume a recovered exception.