In case an extra unneeded algorithm job is createed, it will exit after a few seconds when it find out there is no task to for it to be handled.
Since no task was ever assigned to it an innver attribute "algorithm" is never assigned. During invocation of exit an error accures since we expect the algorithm attribute to be filled.
Solution:
Check for algotihm attribute for null before referencing it.
In case an extra unneeded algorithm job is createed, it will exit after a few seconds when it find out there is no task to for it to be handled. Since no task was ever assigned to it an innver attribute "algorithm" is never assigned. During invocation of exit an error accures since we expect the algorithm attribute to be filled.
Solution: Check for algotihm attribute for null before referencing it.