`
Dead_knight
  • 浏览: 1193779 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
博客专栏
752c8642-b795-3fe6-946e-a4e845bffdec
Spring Securi...
浏览量:238200
33caa84e-18a6-3036-a82b-6e2106a4de63
clojure专题
浏览量:48049
E17ca077-44df-3816-a3fe-471c43f6e1e5
WebLogic11g
浏览量:235915
社区版块
存档分类
最新评论

BEA-000342 this server is unable to establish a connection to the node manager

阅读更多
异常信息:
<2011-1-13 下午09时21分44秒 CST> <Warning> <Security> <BEA-090504> <Certificate chain received from localhost - 127.0.0.1 failed hostname verification check. Certificate contained imep1 but check expected localhost> 
<2011-1-13 下午09时21分44秒 CST> <Warning> <NodeManager> <BEA-300038> <The node manager is unable to monitor this server. Could not create an SSL connection to the node manager. Reason : [Security:090504]Certificate chain received from localhost - 127.0.0.1 failed hostname verification check. Certificate contained imep1 but check expected localhost> 
<2011-1-13 下午09时21分44秒 CST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.> 
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.'
Reason: weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.
***************************************************************************


解决方案1(推荐):
解除host1的weblogic文件共享;
同时重装host2上的weblogic。
然后,在按本文档前面有关主机2上主机的操作进行即可。
解决方案2:
进入http://localhost:9001/console;
打开portalClusterDomain> Servers> adminServer,进入Configuration 的 Keystores & SSL,展开Advanced Options,将  Hostname Verification的值改为”None”;
打开portalClusterDomain> Servers> host2-server1,进入Configuration 的 Keystores & SSL,展开Advanced Options,将  Hostname Verification的值改为”None”;
打开portalClusterDomain> Servers> host2-server2,进入Configuration 的 Keystores & SSL,展开Advanced Options,将  Hostname Verification的值改为”None”;
注意:上面操作中只修改了adminServer、host2-server1、host2-server2,没有对host1-server1、host2-server2进行修改,因为,host2-server1、host2-server2本身就是在host1主机上,可以不修改。
解决方案3:
给host1主机上的startWebLogic.sh添加如下启动参数:-Dweblogic.security.SSL.ignoreHostnameVerification=true
同时,在控制台,为host2-server1、host2-server2增加启动参数:-Dweblogic.security.SSL.ignoreHostnameVerification=true
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics