我是靠谱客的博主 轻松路灯,最近开发中收集的这篇文章主要介绍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:Programnexus-2.0.6-bundlenexus-2.0.6conf 目录下,修改 nexus.properties
在最后添加一行 wrapper.startup.delay=30
然后先运行install-nexus.bat ,start-nexus.bat 就可以了

D:Programnexus-2.0.6-bundlenexus-2.0.6binjswwindows-x86-64>install-nexus.bat

        wrapper  | nexus installed.

D:Programnexus-2.0.6-bundlenexus-2.0.6binjswwindows-x86-64>start-nexus.bat
        wrapper  | Starting the nexus service...
        wrapper  | Waiting to start...
        wrapper  | Waiting to start...
        wrapper  | nexus started.

D:Programnexus-2.0.6-bundlenexus-2.0.6binjswwindows-x86-64>

转载于:https://www.cnblogs.com/longshiyVip/p/5582347.html

最后

以上就是轻松路灯为你收集整理的Maven nexus 安装nexus私服出现的两个问题的全部内容,希望文章能够帮你解决Maven nexus 安装nexus私服出现的两个问题所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部