Community
Participate
Working Groups
There is a racing issue in the ConsoleConfigurationConvertor. In its start method a ManagedService is registered and assigned to a global variable. It is then used in the ManagedService's update() method. The problem is that this method seems to be called before the service is assigned to the global variable, resulting in a NPE.
Fixed with commits: nano - 1f0e065 kernel - a1ff906