博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Maven nexus 安装nexus私服出现的两个问题
阅读量:4352 次
发布时间:2019-06-07

本文共 863 字,大约阅读时间需要 2 分钟。

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>

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

你可能感兴趣的文章
Vue开发微信H5 微信分享签名失败问题解决方案
查看>>
Linux - 配置SSH免密通信 - “ssh-keygen”的基本用法
查看>>
Python(2.7.6) glob - 匹配指定模式的文件
查看>>
HTTP - 持久连接
查看>>
添加路由时啥时候是dev啥时候是gw
查看>>
redis 中文字符显示
查看>>
登录日志分析常用查询
查看>>
Codeforces Round #228 (Div. 1) 388B Fox and Minimal path
查看>>
【nosql实现企业网站系列之一】mongodb的安装
查看>>
短信服务供应商价格总览
查看>>
获取本机IP(考虑多块网卡、虚拟机等复杂情况)
查看>>
笔记之_java整理ORM框架
查看>>
CentOS下安装python3.x版本
查看>>
CAP定理(原则)以及BASE理论
查看>>
「玩转树莓派」搭建属于自己的云盘服务
查看>>
有道语料库爬虫
查看>>
VS2019 实用设置
查看>>
for循环语句之求和,阶乘,求偶,求n次篮球蹦起高度
查看>>
CFileDialog
查看>>
[转载]EXTJS学习
查看>>