Report was not generated when using short period and high request rate

Hi,

So I have simulation that executes for 10 seconds at 60 req/s. I got the following exception:

java.lang.UnsupportedOperationException: There were no requests sent during the simulation, reports won’t be generated

Looking at the simulation.log, I only see USER START and USER END entries and no REQUEST type entries, which looks suspicious. The problem is that looking at the servers logs, the requests are actually being sent but still simulation.log is missing those entries, which seem to indicate a bug in Gatling.

I appreciate your help.

Thanks
– Carlos Torres