Hello,
We’ve been trying for a long time to upgrade our project from Gatling 2.2.3 to version 2.3.1. Unfortunately we are always running in the same error.
`
[…]
[DEBUG] [C:\Progra~1\Java\jdk1.8.0_101\jre\bin\java, -jar, C:\Users\Zoe\AppData\Local\Temp\gatlingbooter8345810722978821538.jar, io.gatling.compiler.ZincCompiler, C:\Users\Zoe\AppData\Local\Temp\gatling-maven-plugin-5777009354460983065.args]
error: java.lang.AbstractMethodError: scala.reflect.internal.SymbolPairs$Cursor.matches(Lscala/reflect/internal/Symbols$Symbol;)Z
[…]
`
My coworkers reproduce the same error on their machines.
We launch our tests with this command line:
gatling:execute -Dgatling.simulationClass=simulations.CheckCheck -X
POM in attachment.
If anyone has an idea… (other than clean / install / deleting our .m2 folders, which we did of course!)
Thanks in advance.
zzz-pom.xml (6.28 KB)