Maven nexus 安裝nexus私服出現的問題和解決辦法,mavennexus
1. 在win10中安裝nexus時提示:wrapper | OpenSCManager failed - 拒絕訪問。 (0x5)
主要是沒有許可權。需要以管理員的身份運行
如果你是直接點擊 start-nexus.bat 來啟動服務的話:
如果你是 通過 cmd視窗來執行的話,需要設定命令提示字元視窗的許可權來執行
2. wrapper | The nexus-webapp service is not installed - The specified service does not exist
第一個問題解決之後,又出現了這個問題。
解決方式是到 D:\Program\nexus-2.0.6-bundle\nexus-2.0.6\conf 目錄下,修改 nexus.properties 在最後添加一行 wrapper.startup.delay=30
然後先運行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
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>
以上就是對安裝nexus 出現的問題及解決辦法,後續繼續整理相關知識,謝謝大家對本站的支援!