Maven(4) nexus无法启动服务解决方法 The nexus service was launched, but failed to start.

如图无法启动nexus服务

首先去nexus安装路径下的wrapper.log查看错误信息

Maven(4) nexus无法启动服务解决方法 The nexus service was launched, but failed to start._第1张图片

我的是如下错误:

Maven(4) nexus无法启动服务解决方法 The nexus service was launched, but failed to start._第2张图片

解决方法:打开nexus安装路径下的wrapper.conf文件

Maven(4) nexus无法启动服务解决方法 The nexus service was launched, but failed to start._第3张图片

然后找到 wrapper.java.command=java 这行

Maven(4) nexus无法启动服务解决方法 The nexus service was launched, but failed to start._第4张图片

如下,将 java 修改为 自己的jdk目录下的bin路径 + \java   

Maven(4) nexus无法启动服务解决方法 The nexus service was launched, but failed to start._第5张图片

最后重新启动服务成功  nexus start

Maven(4) nexus无法启动服务解决方法 The nexus service was launched, but failed to start._第6张图片

 

 

你可能感兴趣的:(-----,-----,Maven)