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

    无报错

  • 相关阅读:
    Discuz!NT代码阅读笔记(4)一切皆可配置:页面的显示
    WAP网站开发

    Discuz!NT代码阅读笔记(2)网站安装自动化论坛程序安装及初始化过程
    Discuz!NT代码阅读笔记(1)从HttpModule开始
    c#使用Transactions类完成多个数据库的事务操作(分布式事务处理)
    自我介绍 简历
    Discuz!NT 系统架构分析
    缓存应用Memcached分布式缓存简介(二)
    数组类型EDT的元素个数
  • 原文地址:https://www.cnblogs.com/Caleb-NoOnly/p/6228969.html
Copyright © 2011-2022 走看看