cancel
Showing results for 
Search instead for 
Did you mean: 

stack imbalance

ArushiKaul
Level 3
While stepping from one page to another. I am getting the following error.The error seems to be occurring in the attach sheet. Internal : Exception: A stack imbalance has occurred. Check your process for errors.
3 REPLIES 3

John__Carter
Staff
Staff
You can get this error if you manually jump around from page to page too much using 'Set Next Stage'.

Anonymous
Not applicable
I get this error when I don´t pass through a ""Resume Stage"". I recommend to you to pass through this stage before the ""Next Stage"" that you want to execute.

IanClowery
Level 4
Stack imbalances can most often occur when an exception is thrown while another exception is still alive. As Miguel said, if you already have a 'live' exception, kill it with the Resume stage, and that should hopefully help. Your stage will most likely still throw an exception, but you'll be able to recover and resume it as normal, instead of getting a stack imbalance.