程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> 其他數據庫知識 >> 更多數據庫知識 >> Maven nexus 安裝nexus私服出現的問題和解決辦法

Maven nexus 安裝nexus私服出現的問題和解決辦法

編輯:更多數據庫知識

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 出現的問題及解決辦法,後續繼續整理相關知識,謝謝大家對本站的支持!

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved