Community
Participate
Working Groups
When I try to start a resource manager, I get an error popup after a couple seconds 'Unable to start resource manager'. In stepping thru the code, I found that the InvocationTargetException resulting in this popup results from a NullPointerException at line 155 of RSEProcessBuilder in the getSpawnerSubsystem() method. This line calls getDStoreConnectorService() which returns null since the only RSE connection I have configured is a SSH-only connection.
Created attachment 176800 [details] patch
I applied this patch to my copy of latest HEAD and no longer get the 'Unable to start resource manager' popup. So I believe this is fixed.
Fix applied to ptp_4_0 and HEAD