we are evaluating the chouette project. How ever, we cant get it tested, let alone built or deploy.
how to repro:
clone git repo. run: mvn test -DskipWildfly
result:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project mobi.chouette.common: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /home/ilari/GTFS/chouette/chouette/mobi.chouette.common && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djboss.socket.binding.port-offset=300 -XX:MaxPermSize=256m -jar /home/ilari/GTFS/chouette/chouette/mobi.chouette.common/target/surefire/surefirebooter1960409498157060938.jar /home/ilari/GTFS/chouette/chouette/mobi.chouette.common/target/surefire/surefire1764876785266767629tmp /home/ilari/GTFS/chouette/chouette/mobi.chouette.common/target/surefire/surefire_02374666297097149942tmp
Hi,
we are evaluating the chouette project. How ever, we cant get it tested, let alone built or deploy.
how to repro: