AdminDaemon.java:This call returns a 'null' object as a/the Server.class instance is never registered with the SystemInstance.
Server server = SystemInstance.get().getComponent(Server.class);
The resulting NullPointerException is not logged, and the server is not shutdown.
The question is, where should this be registered? Regards, Andy.
