"group" yields error when generating report

Hi - after the test completes executing and Gatling starts generating the report, I’m getting an error.

Error pasted below…started occurring after adding “group” feature to my script. The error occurs after the test completes and as part of generating the report. Below is from gatling-charts-highcharts-2.0.3. . . .have also tried versions 2.1.1 and 2.2.0-SNAPSHOT with same result.

I’ve attached the simulation.log a report was being generated off of when this error occurred…

Thanks in advance for help and guidance!

simulation.log (5.02 KB)

This happens because GROUP records are only logged on exit (something we intend to change).
Your Simulation doesn’t last long enough, so not even one single virtual user gets a chance to complete the “NewGroup” group.

Thank you!

Note that the crash is fixed in 2.1.2. However, you’ll have missing group stats in the reports.