zoukankan      html  css  js  c++  java
  • weblogic修改控制台密码,admin server 能正常启动,被管server启动权限认证报错的问题---解决

    针对修改控制台密码,admin server 能正常启动,被管server不能启动权限认证失败的问题,管理服务和被管服务之间的安全数据不一致的问题。更简单的解决方法如下:

    因为默认情况下,安全数据(例如密码)存储在嵌入的LDAP中,并且从管理服务器复制到托管服务器。如果管理服务器和托管服务器之间的安全数据不一致,则会发生错误

    临时解决方案:

    将 AdminServer/data/ldap    文件夹替换到被管server 的ldap文件夹。

    参考官方说明:https://community.oracle.com/message/13685706

    终极解决方案:

    Console-域---》Security---》Embedded LDAP---》 Refresh Replica At Startup                                                     

              勾选中刷新副本的LADP配置。

    • · Enable the “Refresh Replica At StartUp” from weblogic admin console. Below is the path of the “Refresh Replica At StartUp”    Navigate to weblogic admin console ->Domain->Security->Embedded LDAP->Refresh Replica At StartUp

    Since Security data (e.g., password) is stored in the Embedded LDAP by default and it is replicated from the admin server to the managed servers. If there is an inconsistency of the security data between the admin and managed servers, the error will occur.Hence you have to refresh all replicated data at boot time, in order to do this you need to set ‘Refresh Replica At Startup’ from the Admin Console. This option specifies whether a Managed Server should refresh all replicated data at boot time.

    What "Refresh Replica At StartUp" Does?

            >> It specifies whether a Managed Server should refresh all replicated data at boot time. (This is useful if you have made a large amount of changes when the Managed Server was not active, and you want to download the entire replica instead of having the Administration Server push each change to the Managed Server.)"  。

  • 相关阅读:
    销售人员个人提升经典书籍推荐
    销售必看的书籍推荐
    我在公司敲代码,你却在家和老王………————程序员的那些梗
    某程序员动了公司的祖传代码"屎山",半年后怒交辞职报告!
    为什么说程序员的前三年不要太看重工资水平?
    好的员工关系应该是怎样的?
    粒子群优化算法(PSO)python 3实现
    Python基础篇-安装python
    Python设置matplotlib.plot的坐标轴刻度间隔以及刻度范围
    空TreeList添加节点不显示
  • 原文地址:https://www.cnblogs.com/vzhangxk/p/11217402.html
Copyright © 2011-2022 走看看