maven install时出错望好心人解决一下。小弟先谢谢了

问题描述

maven install时出错望好心人解决一下。小弟先谢谢了

T E S T S

Forking command line: cmd.exe /X /C ""C:Program FilesJavajdk1.7.0jrebinjava" -jar E:工作我的代码workspaceCollab2AAAtargetsurefiresurefirebooter4742801322268775008.jar E:工作我的代码workspaceCollab2AAAtargetsurefiresurefire6598622082065573176tmp E:工作我的代码workspaceCollab2AAAtargetsurefiresurefire_07796347708207276805tmp"
????: ????????E:?????????????workspaceCollab2AAAtargetsurefiresurefirebooter4742801322268775008.j????????????

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.642 s
[INFO] Finished at: 2016-01-20T16:45:04+08:00
[INFO] Final Memory: 15M/38M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project eosgi-report: 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 ? -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project eosgi-report: 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 ?
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.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:347)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:154)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:582)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
at org.codehaus.classworlds.Launcher.main(Launcher.java:46)
Caused by: org.apache.maven.plugin.PluginExecutionException: 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 ?
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:143)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 20 more
Caused by: java.lang.RuntimeException: The forked VM terminated without saying properly 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(ForkStarter.java:301)
at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:116)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:740)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:682)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:648)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:586)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
... 21 more
[ERROR]
[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

解决方案

http://stackoverflow.com/questions/23260057/the-forked-vm-terminated-without-saying-properly-goodbye-vm-crash-or-system-exi

时间: 2024-07-28 15:14:30

maven install时出错望好心人解决一下。小弟先谢谢了的相关文章

centos-Linux CentOS6.4中configure运行时出错,如何解决?

问题描述 Linux CentOS6.4中configure运行时出错,如何解决? #./configure --prefix=/usr/bin/ -bsh: ./configure:没有那个目录或文件 而且whereis找不到configure. 解决方案 看你的意思是要编译安装一个软件包, 你先查看下你当前目录有没有configure文件: 解决方案二: ./configure是源代码安装的第一步,主要的作用是对即将安装的软件进行配置,检查当前的环境是否满足要安装软件的依赖关系,但并不是所有

新建java项目异常-在eclipse新建java项目时出错,怎么解决

问题描述 在eclipse新建java项目时出错,怎么解决 解决方案 因为新project引用jar包的路径你本地找不到所以出错,至于怎么解决,最好的办法就是新project上右键选择最后一项(Properties),然后选择java build path 点击进入,然后在右边的窗口上选择Libraries,找到有黄色感叹号的jar包,把它删掉然后重新加载下你所删掉jar包的本地路径就OK了,还有一种方法就是新project不用使用user library的功能,直接把所要使用的jar包拷贝到工

苹果ios10无法安装更新怎么办 安装ios10时出错原因以及解决方法

安装ios10时出错解决方法:   ios10正式版更新提示无法安装什么原因?   随着苹果ios10系统的推出,有很多用户的设备已经被淘汰了,尽管还能继续在低版本的状态下使用,不过又有部分用户升级失败了,并且一直显示更新失败,出现这样的问题通是手机得保持充足的内存.网络通畅且手机指纹功能良好的状况才可以升级的,更新失败的用户快去检查一下吧.    ios10正式版升级失败解决办法:   如果你更新失败了,点击打开链接下载最新固件,重新下载固件,然后通过电脑更新吧!   1.先下载iOS10正式

c# 创建窗口句柄时出错,求解决办法

问题描述 这是看书上做的一个加载窗口的例子,但按按书上原封不动做的,但就是出不来.出错提示就是"创建窗口句柄时出错,未处理win31exception"WaittingForm.cs文件usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSyste

加载XX.dll时出错的一般解决方法

你有遇到开机时提示加载某某dll文件出错的情况么,来看看如何解决这个问题吧 一.关闭启动程序法 开始菜单→运行→输入"msconfig"→确定→打开系统配置实用程序→启动选择卡→在命令里找到含该某某dll的那一项,把前边的勾去掉,然后确定就可以了. 二.注册表法 开始→运行→输入"regedit"→确定→打开注册表编辑器.找到以下的位置 ,删除含某某dll的相应键值: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentV

Windows时间同步时出错该怎么解决?

  一.解决时间不同步的问题 1.同时按住键盘上的Windows图标和R,调用出运行窗口. 2.在窗口输入栏里,敲入service.msc,然后回车键或者点击一下确定按钮. 3.进入系统的服务窗口,我们需要把Windows Time的属性找出来,如果一个个去看的话会显得很麻烦,大家不烦点击一下上方的名称按钮,对所有服务进行名称排列. 4.如下图所示,我们按照W开头去找,马上就可以搜出来,Windows Time的属性目前是处于手动状态,选中双击打开它. 5.进入Windows Time的属性的设

JXL操作一个两万多条数据的EXCEL文件时出错!怎么解决?(急...)

问题描述 在创建WORKBOOK对象的时候就出错了...outofmemory了怎么解决,要把这些数据导入到数据库,有什么高一点效率的方法没? 解决方案 解决方案二:没人知道吗?问题急着解决呢...解决方案三:分批量导入嘛--!解决方案四:恭喜啊几万条的数据也用第三方库去写撑死系统内存啊要不就用csv文件代替要不就写多个excelzip后发出去解决方案五:该回复于2011-05-10 13:02:45被版主删除解决方案六:用JDBC.....写入excel不过connection到一定的量的时候

SQL Server 2005建立与服务器的连接时出错的解决方案

  打开新安装好的网站后却显示了如下错误: 在建立与服务器的连接时出错.在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败. (provider: SQL 网络接口, error: 26 - 定位指定的服务器/实例时出错) 解决办法: 1.在"外围配置"工具把"仅TCP/IP"选上. 2.然后从"配置管理器"中找到"...2005网络配置"->"

maven编译时出现读取XXX时出错invalid LOC header (bad signature)

一.发现问题右击pom.xml,run as -> maven install,会看到console中有时报mavenRepository\repos\org\mortbay\jetty\servlet-api-2.5\6.1H.14.1\servlet-api-2.5-6.1H.14.1.jar时出错等某些包的报错等类似信息,pom.xml显示红叉.   二.原因分析该包没有下载正确.   三.解决办法找到该包的目录,删除该包重新下载即可.重新下载后用maven test测试一下,红叉就消失了