Some load generators did not send their simulation info

I have a gatling test project which is implemented using MVN + Java. When I run the tests on Gatling Cloud, the logs have:

[16:25:22.925] Load generator prl_aws_c7g_xl / 1 [id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx] has retrieved its run configuration, now downloading files
[16:25:22.936] All load generators have retrieved their run configuration
[16:30:22.964] Time out after 300 seconds, some load generators did not send their simulation info:
- locationId=prl_aws_c7g_xl, loadGeneratorId=load_generator_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
[16:30:52.986] Stats aggregator shutting down

The simulations run locally. But not on Gatling Enterprise.

Sorry, i didn’t read your message properly.

Your Simulation instantiation either failed to get, or took took long.

Typical reasons:

  • your simulation performs some checks on boot and calls System.exit when they fail
  • your simulation execute some custom code on boot, typically network calls, and they take more than 5 minutes (either expected, or unexpected because they are blocked by a firewall).

Either way, we can’t help with more information, typically about your Simulation’s content.