Compilation error NoSuchMethodError: xsbti.compile.ClasspathOptions.of(ZZZZZ)Lxsbti/compile/ClasspathOptions;

Hi,

We are running into the following compilation error from the zinc compiler since trying to update to Gatling 3.2.1:

09:58:41.043 [ERROR] [main] i.g.c.ZincCompiler$ - Compilation crashed

java.lang.NoSuchMethodError: xsbti.compile.ClasspathOptions.of(ZZZZZ)Lxsbti/compile/ClasspathOptions;

at xsbti.compile.ClasspathOptionsUtil.auto(ClasspathOptionsUtil.java:46)

at io.gatling.compiler.ZincCompiler$.doCompile(ZincCompiler.scala:135)

at io.gatling.compiler.ZincCompiler$.delayedEndpoint$io$gatling$compiler$ZincCompiler$1(ZincCompiler.scala:215)

at io.gatling.compiler.ZincCompiler$delayedInit$body.apply(ZincCompiler.scala:39)

at scala.Function0.apply$mcV$sp(Function0.scala:39)

at scala.Function0.apply$mcV$sp$(Function0.scala:39)

at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)

at scala.App.$anonfun$main$1$adapted(App.scala:80)

at scala.collection.immutable.List.foreach(List.scala:392)

at scala.App.main(App.scala:80)

at scala.App.main$(App.scala:78)

at io.gatling.compiler.ZincCompiler$.main(ZincCompiler.scala:39)

at io.gatling.compiler.ZincCompiler.main(ZincCompiler.scala)

Any ideas?

Cheers

Ben

Nope. This issue is most likely with what you’ve done when upgrading.
You might have mixed old and new components.