Authentication for user weblogic denied
默认情况下,安全数据(例如密码)存储在嵌入的LDAP中,并且从管理服务器复制到托管服务器。如果管理服务器和托管服务器之间的安全数据不一致,则会发生错误
解决方案:
将 AdminServer/data/ldap 文件夹替换到被管server 的ldap文件夹。
[root@hdp-03 ~]# find /weblogic/ -name ldap
/weblogic/bea/user_projects/domains/ipap/servers/AdminServer/data_2019bak/ldap
/weblogic/bea/user_projects/domains/ipap/servers/AdminServer/data/ldap
/weblogic/bea/user_projects/domains/ipap/servers/Server1/data/ldap
终极解决方案:
Console-à域àSecurityàEmbedded LDAP-à Refresh Replica At Startup 勾选中
勾选中刷新副本的LADP配置。
参考官方说明:https://community.oracle.com/message/13685706
- 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.)" 。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 因为Apifox不支持离线,我果断选择了Apipost!
· 通过 API 将Deepseek响应流式内容输出到前端