Hello, I'm facing an issue while installing Tika using: mvn clean install
The error message is as follows: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project tika-parsers: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/lewistre/dr/test/tika/tika-parsers && /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Xmx2048m -Duser.timezone=UTC -jar /home/lewistre/dr/test/tika/tika-parsers/target/surefire/surefirebooter8275716603817255248.jar /home/lewistre/dr/test/tika/tika-parsers/target/surefire/surefire5376400286558364255tmp /home/lewistre/dr/test/tika/tika-parsers/target/surefire/surefire_15955553591470617358tmp [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :tika-parsers I feel the error might be with my Maven as I did not make any chages in tika-parser: $ mvn --version Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.7.0_95, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.19.0-58-generic", arch: "amd64", family: "unix" Also, I tried reinstalling Maven and deleting the .m2 directory. Has anyone faced a similar issue and how did you'll fix it? Thanks for any help, Trevor