【问题标题】:not able to run wsadmin command through docker无法通过 docker 运行 wsadmin 命令
【发布时间】:2018-02-21 15:07:31
【问题描述】:

Docker 文件

COPY ./webapps/testserver.war /tmp
RUN wsadmin.sh -lang jython -conntype NONE -c "AdminApp.install('/tmp/testserver.war', '[ -appname testserver -contextroot /testserver -MapWebModToVH [[ testserver.war testserver.war,WEB-INF/web.xml default_host]]]')"

当我建造时

docker build -t testserver .

出现以下错误。有什么想法吗?

** ASSERTION FAILED ** j9scar.209 at jvm.c:1740 Assert_SC_true((j2seVersion >= 0x1700))
** ASSERTION FAILED ** j9util.41 at vmargs.c:700 Assert_Util_unreachable((0 ))
JVMJ9VM011W Unable to load jclscar_28: /opt/IBM/WebSphere/AppServer/java/jre/lib/amd64/compressedrefs/libjclscar_28.so: cannot open shared object file: No such file or directory
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

【问题讨论】:

    标签: java spring docker websphere


    【解决方案1】:

    我已经重新安装了 docker。现在好了。

    【讨论】:

      猜你喜欢
      • 2019-06-25
      • 1970-01-01
      • 2019-05-25
      • 2015-07-12
      • 1970-01-01
      • 2020-06-24
      • 1970-01-01
      • 1970-01-01
      • 2020-08-16
      相关资源
      最近更新 更多