1. 在win10中安裝nexus時(shí)提示:wrapper | openscmanager failed - 拒絕訪問。 (0x5)
主要是沒有權(quán)限。需要以管理員的身份運(yùn)行
如果你是直接點(diǎn)擊 start-nexus.bat 來啟動(dòng)服務(wù)的話:
如果你是 通過 cmd窗口來執(zhí)行的話,需要設(shè)置命令提示符窗口的權(quán)限來執(zhí)行
2. wrapper | the nexus-webapp service is not installed - the specified service does not exist
第一個(gè)問題解決之后,又出現(xiàn)了這個(gè)問題。
解決方式是到 d:\program\nexus-2.0.6-bundle\nexus-2.0.6\conf 目錄下,修改 nexus.properties 在最后添加一行 wrapper.startup.delay=30
然后先運(yùn)行install-nexus.bat ,start-nexus.bat 就可以了
d:\program\nexus-2.0.6-bundle\nexus-2.0.6\bin\jsw\windows-x86-64>install-nexus.bat
wrapper | nexus installed.
d:\program\nexus-2.0.6-bundle\nexus-2.0.6\bin\jsw\windows-x86-64>start-nexus.bat
1
2
3
4
|
wrapper | starting the nexus service... wrapper | waiting to start... wrapper | waiting to start... wrapper | nexus started. |
d:\program\nexus-2.0.6-bundle\nexus-2.0.6\bin\jsw\windows-x86-64>
以上就是對(duì)安裝nexus 出現(xiàn)的問題及解決辦法,后續(xù)繼續(xù)整理相關(guān)知識(shí),謝謝大家對(duì)本站的支持!