Hello,<br><br>When trying to run coaster-service in passive mode, I get a null pointer exception when starting worker nodes. This seems to happen when the worker node tries to register with the coaster service. I get:<br><br>
Failed to process data: Failed to register (service returned error: java.lang.NullPointerException) at /home/davidk/work/<a href="http://worker.pl">worker.pl</a> line 762.<br><br>The exception gets thrown from RegistrationHandler.java. Running a swift script before starting the workers seems to be the workaround.. but I think with the -passive option we shouldn't need to do that anymore, is that correct?<br>
<br>Thanks,<br>David<br><br>