Getting Issue ERROR: Internal : Exception: A stack imbalance has occurred. Check your process for errors.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-07-18 12:38 PM
I am getting the following Issue : ERROR: Internal : Exception: A stack imbalance has occurred. Check your process for errors.
Basically this particular issue is happening in teh exception block where in my process is checking 3 times and then giving this error.
If I run manually the Process runs fine.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-07-18 01:30 PM
That error can appear when you use Set Next Stage too much - BP loses track of where the flow is going and where it has come from.
Another possibility is that the exception handling is flawed and it's possible for more than 1 'live' exception to exist. Check that every exception is Resumed correctly and that when re-throwing an exception the 'Preserve...' checkbox is ticked (to ensure that the same exception is thrown instead of creating another one).
