ClassNotFoundException: scala/collection/Seq with latest Gatling 2 Snapshot build

Hi,

after updating to the latest snapshot build I’m facing some java.lang.ClassNotFoundException:

Stacktrace:

Exception in thread “main” java.lang.NoClassDefFoundError: scala/collection/Seq
at io.gatling.app.ZincCompiler.main(ZincCompiler.scala)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
… 1 more
Compilation failed

Greetings
Niko

Hi,

We did a change in the SNAPSHOT, please apply this patch to your Engine.scala file.
https://github.com/excilys/gatling-highcharts-maven-archetype/commit/09e072534c317667f15dc1852b8ed8cf98974636

Thanks
Nicolas

Hi Nicolas,

yep works :slight_smile: thx for the quick response.

Niko