zoukankan      html  css  js  c++  java
  • weblogic.security.SecurityInitializationException: Authentication for user weblogic denied(详见下面具体报错信息)

    在使用nodemanager启动受管服务器时,报错

    <Dec 25, 2016 5:54:31 PM CST> <Error> <NodeManager> <BEA-300033> <Could not execute command "getVersion" on the node manager. Reason: "Connection refused. Could not connect to NodeManager. Check that it is running at 10.9.38.221:5556.".>
    <Dec 25, 2016 5:55:13 PM CST> <Error> <NodeManager> <BEA-300033> <Could not execute command "getVersion" on the node manager. Reason: "Connection refused. Could not connect to NodeManager. Check that it is running at 10.9.38.221:5556.".>
    <Dec 25, 2016 6:00:10 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 10.9.79.29:51,102 during the configured idle timeout of 5 secs>
    <Dec 25, 2016 6:00:10 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 10.9.79.29:51,101 during the configured idle timeout of 5 secs>
    <Dec 25, 2016 6:00:10 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 10.9.79.29:51,099 during the configured idle timeout of 5 secs>
    <Dec 25, 2016 6:00:10 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 10.9.79.29:51,104 during the configured idle timeout of 5 secs>
    <Dec 25, 2016 6:00:10 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 10.9.79.29:51,103 during the configured idle timeout of 5 secs>


    解决方法:1、看日志,确定错误原因:因为安全加密的问题配置节点管理器的时候 最好走 普通的监听;
    修改:/usr/local/odrive/odrive_chen/Middleware/wlserver_10.3/common/nodemanager

    2、然后 终端启动设置如下:

    3、最后重启weblogic和nodemanger服务

    无报错

  • 相关阅读:
    Centos7上安装docker
    docker部署mysql5.6.40
    centos7上部署spring boot并保存日志
    [转载]Ocelot简易教程(一)Ocelot是什么
    浅谈Surging服务引擎中的RabbitMQ组件和容器化部署
    [转载]Surging教学视频资源汇总
    [转载]netcore 使用surging框架发布到docker
    [转载]Surging 分布式微服务框架使用入门
    [转载]Surging Demo 项目之一
    [转载]剥析surging的架构思想
  • 原文地址:https://www.cnblogs.com/Caleb-NoOnly/p/6228969.html
Copyright © 2011-2022 走看看