No report generated after simulation

Runng a simulation but the stacktrace in the end clearly suggest that the reportgeneration did not work:

Simulation finished
Generating reports…
Parsing log file(s)…
Parsing log file(s) done
Exception in thread “main” java.lang.UnsupportedOperationException
at io.gatling.charts.component.impl.ComponentLibraryImpl.getAllSessionsJs(ComponentLibraryImpl.scala:31)
at io.gatling.charts.report.AllSessionsReportGenerator.generate(AllSessionsReportGenerator.scala:29)
at io.gatling.charts.report.ReportsGenerator$$anonfun$generateFor$2.apply(ReportsGenerator.scala:52)
at io.gatling.charts.report.ReportsGenerator$$anonfun$generateFor$2.apply(ReportsGenerator.scala:52)
at scala.collection.immutable.List.foreach(List.scala:318)
at io.gatling.charts.report.ReportsGenerator$.generateFor(ReportsGenerator.scala:52)
at io.gatling.app.Gatling.generateReports$1(Gatling.scala:163)
at io.gatling.app.Gatling.start(Gatling.scala:206)
at io.gatling.app.Gatling$.fromMap(Gatling.scala:59)
at Engine$delayedInit$body.apply(Engine.scala:12)
at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
at scala.App$$anonfun$main$1.apply(App.scala:71)
at scala.App$$anonfun$main$1.apply(App.scala:71)
at scala.collection.immutable.List.foreach(List.scala:318)
at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:32)
at scala.App$class.main(App.scala:71)
at Engine$.main(Engine.scala:4)
at Engine.main(Engine.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)

What am I missig here?

Magnus

I’m not what you’re doing.
This (internal) method no longer exists since Gatling 2.0.0-RC3.