Nexus无法启动,报如下错误:wrapper | The nexus service was launched, but failed to start.
经过网上查找资料,得到如下解释:
Java 6 Support EOL
Oracle's support for Java 6 ended in February 2013. Consequentially as of version 2.6 Nexus now requires a Java 7 JRE to run.
通过修改\nexus-2.6.2-01-bundle\nexus-2.6.2-01\bin\jsw\conf\wrapper.conf文件中的
wrapper.java.command=wrapper.java.command=E:\Java\jdk1.7.0_21\bin\java.exe
问题解决!!
问题解决!!
本文介绍了Nexus在启动过程中遇到的错误:wrapper | Thenexus服务启动但未能成功运行。问题的根本原因是Java版本不兼容,Nexus 2.6版本需要Java 7 JRE。文章详细说明了解决方案,即修改nexus配置文件中的Java路径到正确的Java 7版本。
1110

被折叠的 条评论
为什么被折叠?



