Hi Michael, I have tried skipping the tests. It works then. I just want to build tests.
2013/10/15 Michael Jett <[email protected]> > Cong, Have you tried skipping the tests when building? > > mvn clean install -DskipTests > > - Mike > > > On Sun, Oct 13, 2013 at 11:37 AM, Cong Tran <[email protected] > >wrote: > > > Hey, hier is the stack trace: > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-surefire-plugin:2. > > 12.4:test (default-test) on project rave-core-api: Execution default-test > > of goa > > l org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The > > forked > > VM terminated without saying properly goodbye. VM crash or System.exit > > called ? > > -> [Help 1] > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > > goal o > > rg.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) > on > > proj > > ect rave-core-api: Execution default-test of goal > > org.apache.maven.plugins:maven > > -surefire-plugin:2.12.4:test failed: The forked VM terminated without > > saying pro > > perly goodbye. VM crash or System.exit called ? > > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor > > .java:224) > > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor > > .java:153) > > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor > > .java:145) > > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje > > ct(LifecycleModuleBuilder.java:84) > > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje > > ct(LifecycleModuleBuilder.java:59) > > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBu > > ild(LifecycleStarter.java:183) > > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecycl > > eStarter.java:161) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153) > > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555) > > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:158) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > > sorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Laun > > cher.java:290) > > at > > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.jav > > a:230) > > at > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(La > > uncher.java:414) > > at > > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java: > > 357) > > Caused by: org.apache.maven.plugin.PluginExecutionException: Execution > > default-t > > est of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test > > failed: T > > he forked VM terminated without saying properly goodbye. VM crash or > > System.exit > > called ? > > at > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default > > BuildPluginManager.java:115) > > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor > > .java:208) > > ... 19 more > > Caused by: java.lang.RuntimeException: The forked VM terminated without > > saying p > > roperly goodbye. VM crash or System.exit called ? > > at > > org.apache.maven.plugin.surefire.booterclient.output.ForkClient.close > > (ForkClient.java:257) > > at > > org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkSt > > arter.java:301) > > at > > org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkSta > > rter.java:116) > > at > > org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider > > (AbstractSurefireMojo.java:740) > > at > > org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProvi > > ders(AbstractSurefireMojo.java:682) > > at > > org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPre > > conditionsChecked(AbstractSurefireMojo.java:648) > > at > > org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(Abstrac > > tSurefireMojo.java:586) > > at > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default > > BuildPluginManager.java:106) > > ... 20 more > > [ERROR] > > [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 rea > > d the following articles: > > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutio > > nException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > > command > > > > [ERROR] mvn <goals> -rf :rave-core-api > > > > > > 2013/10/7 Dan Gornstein <[email protected]> > > > > > I was just able to build the latest trunk code with no problems on Win > 7. > > > > > > Could you send over any other information about the error it is giving > > you? > > > > > > Thanks, > > > Dan > > > > > > > > > On Sun, Oct 6, 2013 at 12:11 PM, Matt Franklin < > [email protected] > > > >wrote: > > > > > > > Do you have any additional stack trace you can send? I don't have a > > > > windows machine, but maybe one of the others in the community with > one > > > can > > > > test trunk. > > > > > > > > > > > > On Sat, Oct 5, 2013 at 8:33 AM, Cong Tran < > > [email protected] > > > > >wrote: > > > > > > > > > Hi community, > > > > > > > > > > I'm trying to compile the trunk version of the Rave portal in > > Windows 7 > > > > and > > > > > Maven 3.1 > > > > > > > > > > svn co https://svn.apache.org/repos/asf/rave/trunk rave > > > > > > > > > > By running maven install I got the follwing error: > > > > > > > > > > failed to execute goal > > > > > org.apache.maven.plugins:maven-surefire-plugins:2-12-4:test on > > project > > > > > rave-core-api: Execution default-test of goal > > > > > org.apache.maven,plugins:maven-surefire-plugin:2.12.4:test failed: > > the > > > > > forked VM terminated without saying properly goodbye. VM crash or > > > > > System.exit called? > > > > > > > > > > What ist the problem and how can I resolve this problem? > > > > > > > > > > Thank you in advance > > > > > > > > > > > > > > >
