-
Bug
-
Resolution: Fixed
-
P2
-
7.0.0, 7.1.0
-
generic
-
linux
-
JMC 7 Sprint 21
On Ubuntu 16.04 common.test fails with
surefire-reports: Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter
Note : Some call stack with file path is removed
[INFO] flightrecorder.rules ............................... SUCCESS [ 2.446 s]
[INFO] flightrecorder.rules.jdk ........................... SUCCESS [ 3.546 s]
[INFO] missioncontrol.core.tests .......................... SUCCESS [ 0.027 s]
[INFO] common.test ........................................ FAILURE [ 0.822 s]
[INFO] flightrecorder.test ................................ SKIPPED
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project common.test: There are test failures.[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project common.test: There are test failures.[ERROR] [ERROR] Please refer to <PATH>/surefire-reports for the individual test results.[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?...[ERROR] Error occurred in starting fork, check output in log[ERROR] Process Exit Code: 1[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?...[ERROR] Error occurred in starting fork, check output in log[ERROR] Process Exit Code: 1[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)[ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)[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:290)[ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)[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]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project common.test: There are test failures.
- backported by
-
JMC-6435 common.test fails with error Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter
- Resolved