error: stack imbalance
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-08-16 01:52 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-08-16 05:55 PM
Problem resolved
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-16 09:10 PM
Hello Jochem,
I got the same issue, what did you do to solve the issue ?
Thanks and kind regards,
LJ
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-16 10:37 PM
Jumping around from page to page or diagram to diagram using Set Next Stage can often cause a stack imbalance error.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-16 05:56 PM
Thanks for the info
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-16 03:09 PM
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.
