【发布时间】:2018-07-29 00:11:56
【问题描述】:
我的环境是 Ubuntu 14.04.1 LTS 和 java 版本 1.7.0_79,Apache Maven 3.0.5,nexus 2.10.0-02。
我已经执行了 ./nexus start ,似乎没问题。但是十秒钟后,我检查了 nexus 的状态,它没有运行。而且我总是无法访问网站“http://localhost:8081/nexus”。
root@iZ94lnn03ejZ:/opt/nexus-2.10.0-02/bin# ./nexus start
****************************************
WARNING - NOT RECOMMENDED TO RUN AS ROOT
****************************************
Starting Nexus OSS...
Started Nexus OSS.
root@iZ94lnn03ejZ:/opt/nexus-2.10.0-02/bin# ./nexus status
****************************************
WARNING - NOT RECOMMENDED TO RUN AS ROOT
****************************************
Nexus OSS is not running.
root@iZ94lnn03ejZ:/opt/nexus-2.10.0-02/bin#
【问题讨论】: