Advertisement
willa

Untitled

Jan 15th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.1:test (default-test) on project htmlformentry-api-tests: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.1:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1]
  2. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.1:test (default-test) on project htmlformentry-api-tests: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.1:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
  3. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
  4. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  5. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  6. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  7. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  8. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  9. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  10. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  11. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  12. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  13. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  14. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  18. at java.lang.reflect.Method.invoke(Method.java:597)
  19. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  20. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  21. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  22. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  23. Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.1:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
  24. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
  25. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  26. ... 19 more
  27. Caused by: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
  28. at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.close(ForkClient.java:244)
  29. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:281)
  30. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:113)
  31. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:670)
  32. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:647)
  33. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:606)
  34. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:569)
  35. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  36. ... 20 more
  37. [ERROR]
  38. [ERROR]
  39. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  40. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement