neoload.Configuration: The project runtime was successfully loaded in 13.143 sec.
ERROR - neoload.Network: Failed to start and register LG: load generator off: process created but not registered after waiting delay (key "lg.start.delay" in agent.properties).
WARN - neoload.Runtime: Can't start the Load Generator localhost com.neotys.nl.controller.p: Failed to start Load Generator on localhost. The Load Generator process has been created but has not registered after waiting delay (key "lg.start.delay" in agent.properties).
at com.neotys.nl.controller.mb.a(mb.java:208)
at com.neotys.nl.controller.gc.a(gc.java:1354)
at com.neotys.nl.controller.k.kc.run(kc.java:401)
As mentioned in the error message, try increasing the connection timeout
After changing the controller property runtime
lg.start.delay=20000---lg.start.delay=120000
com.neotys.nl.controlleruntime.so.timeout=6000
runtime.connection.timeout=300000
r.p: The Load Generator failed to start or register to Controller - null response
at com.neotys.nl.controller.mb.a(mb.java:172)
at com.neotys.nl.controller.gc.a(gc.java:1354)
at com.neotys.nl.controller.k.kc.run(kc.java:401)