Gatling recorder throwing Exceptions with 2.1.0-SNAPSHOT

Hello,

I used sonatypes repository with Intellij.

groupId: io.gatling.highcharts

artifactId: gatling-highcharts-maven-archetype

version: 2.1.0-SNAPSHOT

repository: https://oss.sonatype.org/content/repositories/snapshots

I am getting the error below when clicking to "Run Recorder’:

Exception in thread “main” java.lang.ExceptionInInitializerError
at Recorder$.delayedEndpoint$Recorder$1(Recorder.scala:7)
at Recorder$delayedInit$body.apply(Recorder.scala:4)
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:76)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.collection.immutable.List.foreach(List.scala:381)
at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
at scala.App$class.main(App.scala:76)
at Recorder$.main(Recorder.scala:4)
at Recorder.main(Recorder.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:134)
Caused by: java.lang.NullPointerException
at IDEPathHelper$.(IDEPathHelper.scala:6)
at IDEPathHelper$.(IDEPathHelper.scala)
… 16 more

Process finished with exit code 1

Please help me how can I fix this? Thank you for your time!

Hi,

Do you have the same issue with issue with the archetype for Gatling 2.0.1 ?

Cheers,

Pierre