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

    无报错

  • 相关阅读:
    Java中读取.properties配置文件的通用类
    静态工厂方法中单例的延迟加载技术
    AVL树C++实现
    初探Java反射机制
    项目中一个 1 毫秒引发的问题
    用Java操作数据库Datetime数据
    【转】Linux中的EAGAIN含义
    【转】关于编译链接——gcc/g++
    《Linux多线程编程手册》读书笔记
    《Linux多线程服务端编程——使用muduo C++网络库》读书笔记
  • 原文地址:https://www.cnblogs.com/Caleb-NoOnly/p/6228969.html
Copyright © 2011-2022 走看看