Community
Participate
Working Groups
If I try to start the RM on my local machine (which doesn't have PBS installed), I get a dialog saying "get-queues encountered a problem", however the RM state is still set to started. It should really be set to indicate an error condition.
This bug was related to 345107. I've regularized the handling of exceptions thrown by internal Jobs vs. those not. When an internal Job (run by the Platform) returns and ERROR status, the exception is now handled internally and the RM state is set accordingly, but it is not rethrown because there has already been one ErrorDialog from the platform, and rethrowing causes a second dialog to appear. However, if the error occurs (as with the aforementioned bug) from an initialization procedure, it is rethrown so that the RM handling will display an error message.