stack imbalance
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-03-18 08:47 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-03-18 03:01 PM
You can get this error if you manually jump around from page to page too much using 'Set Next Stage'.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-03-18 06:18 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-03-18 01:16 PM
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.
