ArrayIndexOutOfBoundsException: -69 while generating gatling reports

Hi,

I am facing issue ArrayIndexOutOfBoundsException: -69 while generating gatling repots,could anyone suggest soultion.

xception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -69
	at io.gatling.charts.stats.buffers.SessionDeltaBuffer.$anonfun$distribution$5(SessionDeltaPerSecBuffers.scala:66)
	at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:234)
	at scala.collection.mutable.HashMap.$anonfun$foreach$1(HashMap.scala:138)
	at scala.collection.mutable.HashTable.foreachEntry(HashTable.scala:236)
	at scala.collection.mutable.HashTable.foreachEntry$(HashTable.scala:229)
	at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:40)
	at scala.collection.mutable.HashMap.foreach(HashMap.scala:138)
	at scala.collection.TraversableLike.map(TraversableLike.scala:234)
	at scala.collection.TraversableLike.map$(TraversableLike.scala:227)
	at scala.collection.AbstractTraversable.map(Traversable.scala:104)
	at io.gatling.charts.stats.buffers.SessionDeltaBuffer.distribution(SessionDeltaPerSecBuffers.scala:63)
	at io.gatling.charts.stats.LogFileReader.numberOfActiveSessionsPerSecond(LogFileReader.scala:184)
	at io.gatling.charts.report.AllSessionsReportGenerator.generate(AllSessionsReportGenerator.scala:30)
	at io.gatling.charts.report.ReportsGenerator.$anonfun$generateFor$2(ReportsGenerator.scala:61)
	at io.gatling.charts.report.ReportsGenerator.$anonfun$generateFor$2$adapted(ReportsGenerator.scala:61)
	at scala.collection.immutable.List.foreach(List.scala:389)
	at io.gatling.charts.report.ReportsGenerator.generateFor(ReportsGenerator.scala:61)
	at io.gatling.app.RunResultProcessor.generateReports(RunResultProcessor.scala:76)
	at io.gatling.app.RunResultProcessor.processRunResult(RunResultProcessor.scala:55)
	at io.gatling.app.Gatling$.start(Gatling.scala:64)
	at io.gatling.app.Gatling$.fromMap(Gatling.scala:38)
	at Engine$.delayedEndpoint$Engine$1(Engine.scala:26)
	at Engine$delayedInit$body.apply(Engine.scala:6)
	at scala.Function0.apply$mcV$sp(Function0.scala:34)
	at scala.Function0.apply$mcV$sp$(Function0.scala:34)
	at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
	at scala.App.$anonfun$main$1$adapted(App.scala:76)
	at scala.collection.immutable.List.foreach(List.scala:389)
	at scala.App.main(App.scala:76)
	at scala.App.main$(App.scala:74)
	at Engine$.main(Engine.scala:6)
	at Engine.main(Engine.scala)

Please comply to the requirements on this google group: https://groups.google.com/forum/#!forum/gatling

In particular:

  • Provide the version of Gatling you’re using. Prior to posting, check if you’re running an old one and upgrading to latest version doesn’t fix your problem.
  • If you think you’ve found a bug, provide a Short, Self Contained, Correct (Compilable), Example (see http://sscce.org/)