BluePrism Runtime issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 07:42 AM
while I am running the process at a specific point the execution gets stopped and blueprism window also gets closed.Anyone faced this issue before and any solution.
------------------------------
sayan saya
------------------------------
------------------------------
sayan saya
------------------------------
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 08:48 AM
you can check logs for action where it stopped/closed.
Also, look into event logs for any event captured during same time in runtime resource.
------------------------------
Manish Kumar
------------------------------
Also, look into event logs for any event captured during same time in runtime resource.
------------------------------
Manish Kumar
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 09:16 AM
This happens for few cases if there are any incorrect arguments passed in any action stage/uncontrolled loops, as a result, the blue prism exe crashes.
This can be caught in unit testing.
------------------------------
Murali Krishna
RPA Consultant
------------------------------
This can be caught in unit testing.
------------------------------
Murali Krishna
RPA Consultant
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 10:34 AM
Thanks for your reply,
I have checked the event viewer log, "System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.". this is the error I have got.
------------------------------
sayan saya
------------------------------
I have checked the event viewer log, "System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.". this is the error I have got.
------------------------------
sayan saya
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 10:35 AM
Thanks for your reply,
I have checked the event viewer log, "System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.". this is the error I have got.
------------------------------
sayan saya
------------------------------
I have checked the event viewer log, "System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.". this is the error I have got.
------------------------------
sayan saya
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 12:14 PM
It can be due to many reasons. The resource PC would likely crash when it encounters an unhandled exception. Have a Recover & Resume block in your master process and on Resume, log an error message with the exception details and continue on with the next run.
------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification and Optimization Designer(Solutions Architect)
Fidelity International
------------------------------
------------------------------
------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification and Optimization Designer(Solutions Architect)
Fidelity International
------------------------------
------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification Developer
Amazon
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 12:16 PM
@sayansaya Please check the below discussion this should help .
------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification and Optimization Designer(Solutions Architect)
Fidelity International
------------------------------
------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification Developer
Amazon
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-21 01:12 PM
hI,
Any process running in 32 bit exe, it can occupied max 1GB. of memory. So please check memory consumption before reaching that point and try to release un necessary objects or collection as much as possible. Try to call GC.Colllect manually using the code stage (forcefully call Garbage collector) .
Regards
Sutirtha Gupta
Kolkata, India
------------------------------
Sutirtha Gupta
RPA Tech Lead
TATA Consultancy Services
America/Toronto
------------------------------
Any process running in 32 bit exe, it can occupied max 1GB. of memory. So please check memory consumption before reaching that point and try to release un necessary objects or collection as much as possible. Try to call GC.Colllect manually using the code stage (forcefully call Garbage collector) .
Regards
Sutirtha Gupta
Kolkata, India
------------------------------
Sutirtha Gupta
RPA Tech Lead
TATA Consultancy Services
America/Toronto
------------------------------
