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
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ì)本站的支持!
您可能感興趣的文章:- maven將項(xiàng)目打包上傳到nexus私服的詳細(xì)教程
- 批量將現(xiàn)有Jar包上傳到Maven私服
- 批量上傳Jar包到Maven私服的工具的方法
- Maven入門之使用Nexus搭建Maven私服及上傳下載jar包
- 如何使用nexus在局域網(wǎng)內(nèi)搭建maven私服及idea的使用
- 詳解Maven私服Nexus的安裝與使用
- Maven實(shí)戰(zhàn)之搭建Maven私服和鏡像的方法(圖文)
- 基于maven實(shí)現(xiàn)私服搭建步驟圖解