GatlingSystem-akka.actor.default-dispatcher-2 error – crashed with ‘j.l.NullPointerException’ when running Karate Gatling test

For the benefit of anyone else who faces this issue, the solution is to keep your pom.xml consistent with same version of Karate. My karate-gatling was 0.9.5.RC4 where as karate-apache was 0.9.4. When I made them both 0.9.5.RC4, I did not face these issues. Make sure pom.xml is consistent.

Leave a Comment