Hi all, I'm trying to build WicketStuff 8.5.0 and got the following error during running the tests:
> [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The > forked VM terminated without properly saying goodbye. VM crash or System.exit > called? > [ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk-8\bin\java.exe" > -Xmx1024m -jar > C:\Users\tschoening\AppData\Local\Temp\surefire899818338470464788\surefirebooter728873680916515324.jar > C:\Users\tschoening\AppData\Local\Temp\surefire899818338470464788 > 2019-09-30T11-28-48_299-jvmRun1 surefire815810429636484508tmp > surefire_461001889288217241939tmp" > [ERROR] Process Exit Code: 0 > [ERROR] Crashed tests: > [ERROR] org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleTest I'm using Java 8 on Windows 10 1903: > openjdk version "1.8.0_222" > OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10) > OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode) Changing "-Xmx1024m" to "-Xmx2048m" in pom.xml didn't help yet. Additionally, the SureFire-reports don't contain any additional stacktrace, error, output on STDERR or anything regarding an errror at all. If the VM would really crash, the exit status would most likely not be 0. But I can't find "System.exit" in the project "Jamon", only "Jamon Examples" contains that statement. Any idea on how to resolve the problem? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project wicketstuff-jamon: There are test failures. [ERROR] [ERROR] Please refer to C:\Users\tschoening\Documents\Eclipse\Java Sm-Mtg\Libs Java 3rd\Apache\Wicket Stuff\8.0.5\src\jamon-parent\jamon\target\surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk-8\bin\java.exe" -Xmx1024m -jar C:\Users\tschoening\AppData\Local\Temp\surefire899818338470464788\surefirebooter728873680916515324.jar C:\Users\tschoening\AppData\Local\Temp\surefire899818338470464788 2019-09-30T11-28-48_299-jvmRun1 surefire815810429636484508tmp surefire_461001889288217241939tmp" [ERROR] Process Exit Code: 0 [ERROR] Crashed tests: [ERROR] org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleTest [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk-8\bin\java.exe" -Xmx1024m -jar C:\Users\tschoening\AppData\Local\Temp\surefire899818338470464788\surefirebooter728873680916515324.jar C:\Users\tschoening\AppData\Local\Temp\surefire899818338470464788 2019-09-30T11-28-48_299-jvmRun1 surefire815810429636484508tmp surefire_461001889288217241939tmp" [ERROR] Process Exit Code: 0 [ERROR] Crashed tests: [ERROR] org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleTest [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:670) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:283) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1161) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1002) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:848) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:192) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.lang.reflect.Method.invoke(Method.java:498) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [ERROR] [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :wicketstuff-jamon
TEST-org.wicketstuff.jamon.component.JamonAdminPageTest.xml
Description: XML document
TEST-org.wicketstuff.jamon.component.JamonProviderTest.xml
Description: XML document
TEST-org.wicketstuff.jamon.component.PropertyModelObjectComparatorTest.xml
Description: XML document
TEST-org.wicketstuff.jamon.monitor.JamonRepositoryTest.xml
Description: XML document
TEST-org.wicketstuff.jamon.monitor.MonitorLabelPrefixSpecificationTest.xml
Description: XML document
TEST-org.wicketstuff.jamon.monitor.MonitorLabelSpecificationTest.xml
Description: XML document