cancel
Showing results for 
Search instead for 
Did you mean: 

error: stack imbalance

JoachimGeelen
Level 3
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!
5 REPLIES 5

JoachimGeelen
Level 3
Problem resolved

Louis-JulienGoo
Level 3
Hello Jochem, I got the same issue, what did you do to solve the issue ? Thanks and kind regards, LJ

John__Carter
Staff
Staff
Jumping around from page to page or diagram to diagram using Set Next Stage can often cause a stack imbalance error.

Louis-JulienGoo
Level 3
Thanks for the info

Denis__Dennehy
Level 15
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.