maven problem to execute a gatling performance in a remote computer.

I could execute a mvn clean install without problems, but when I try to execute de tests, it fails.
this is the error I get. Do anyone know why this could be happening?

[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building geo-performance-test2 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — maven-clean-plugin:2.4.1:clean (default-clean) @ geo-performance-test2 —
[INFO] Deleting /home/jcanavire/geo-performance-test/target
[INFO]
[INFO] — maven-resources-plugin:2.5:resources (default-resources) @ geo-performance-test2 —
[debug] execute contextualize
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jcanavire/geo-performance-test/src/main/resources
[INFO]
[INFO] — maven-compiler-plugin:3.3:compile (default-compile) @ geo-performance-test2 —
[INFO] No sources to compile
[INFO]
[INFO] — maven-resources-plugin:2.5:testResources (default-testResources) @ geo-performance-test2 —
[debug] execute contextualize
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO]
[INFO] — maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geo-performance-test2 —
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] — scala-maven-plugin:3.2.0:testCompile (default) @ geo-performance-test2 —
[INFO] /home/jcanavire/geo-performance-test/src/test/scala:-1: info: compiling
[INFO] Compiling 14 source files to /home/jcanavire/geo-performance-test/target/test-classes at 1436803726140
[INFO] prepare-compile in 0 s
[INFO] compile in 6 s
[INFO]
[INFO] — maven-surefire-plugin:2.10:test (default-test) @ geo-performance-test2 —
[INFO] Surefire report directory: /home/jcanavire/geo-performance-test/target/surefire-reports

Hi,

Could you please provide a procedure to reproduce?

Thanks,

Latest commit might help: https://github.com/gatling/gatling/commit/29a3114ca4104d20d3c427cca2e6f86ac32f0ff5

If not, please explain how to reproduce.

Thanks,

Any success on this issue? I’ve same kind of issue but error is different. having problem in running it locally but it works fine on windows machine