首页 > Windows开发 > 详细

Windows nexus 服务启动失败

时间:2015-11-25 10:07:15      阅读:533      评论:0      收藏:0      [点我收藏+]
日志(wrapper.log)
wrapper  | Unable to execute Java command.  系统找不到指定的文件。 (0x2)
wrapper  |     "java" -Djava.io.tmpdir=./tmp -Djava.net.preferIPv4Stack=true 
wrapper  | Critical error: wait for JVM process failed
wrapper  | The nexus service was launched, but failed to start.
 
解决:
{nexus path}/bin/jsw/conf/wrapper.conf
# Set the JVM executable
# (modify this to absolute path if you need a Java that is not on the OS path)
wrapper.java.command={JAVA_HOME}\jre\bin\java.exe
 
:{*}需替换为你环境中的真实路径
如:
{nexus path} = C:\nexus-2.11.1-01-bundle\nexus-2.11.1-01
{JAVA_HOME} = C:\Program Files\Java\jdk1.7.0_71

Windows nexus 服务启动失败

原文:http://www.cnblogs.com/kuili/p/4993746.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!