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服务

    无报错

  • 相关阅读:
    使用C# 实现串口拨号器的SIM卡通信
    物联网协议Coap协议介绍
    C#实现简单的串口通信
    C#硬件访问(摄像头、麦克风)
    请问在电脑里PNP是什么意思啊?
    原码,反码,补码,及Java中数字表示方法
    3_PHP表达式_5_数据类型转换_类型强制转换
    3_PHP表达式_4_PHP运算符
    3_PHP表达式_5_数据类型转换_类型自动转换
    3_PHP表达式_3_有关变量或常量状态的函数
  • 原文地址:https://www.cnblogs.com/Caleb-NoOnly/p/6228969.html
Copyright © 2011-2022 走看看