zoukankan      html  css  js  c++  java
  • Windows nexus 启动失败

    现象:
    nexus Windows系统服务安装成功,但启动失败
    D: exus-2.10.0-02-bundle exus-2.10.0-02in>nexus.bat
    Usage: nexus.bat { console : start : stop : restart : install : uninstall }
    请按任意键继续. . .
    D: exus-2.10.0-02-bundle exus-2.10.0-02in>nexus.bat install
    wrapper  | nexus installed.
    D: exus-2.10.0-02-bundle exus-2.10.0-02in>nexus.bat start
    wrapper  | Starting the nexus service...
    wrapper  | The nexus service was launched, but failed to start.
    请按任意键继续. . .


    日志(wrapper.log)
    wrapper  | Unable to execute Java command.  系统找不到指定的文件。 (0x2)
    wrapper  |     "java" -Djava.io.tmpdir=./tmp -Djava.net.preferIPv4Stack=true 
    wrapper  | Critical error: wait for JVM process failed
    wrapper  | The nexus service was launched, but failed to start.


    解决:
    nexus-2.10.0-02/bin/jsw/conf/wrapper.conf
    # Set the JVM executable
    # (modify this to absolute path if you need a Java that is not on the OS path)
    wrapper.java.command=C:Program FilesJavajdk1.7.0_67jreinjava.exe
  • 相关阅读:
    Codeforces Round #541 (Div. 2) D 并查集 + 拓扑排序
    Educational Codeforces Round 60 D dp + 矩阵快速幂
    Educational Codeforces Round 60 C 思维 + 二分
    Codeforces Round #544 (Div. 3) dp + 双指针
    Codeforces Round #542(Div. 2) CDE 思维场
    UVA
    UVA
    UVA
    UVA
    UVA
  • 原文地址:https://www.cnblogs.com/custa/p/4101724.html
Copyright © 2011-2022 走看看