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

异常信息:

<2011-1-13 下午09时21分44秒 CST>
<2011-1-13 下午09时21分44秒 CST>
<2011-1-13 下午09时21分44秒 CST>
***************************************************************************
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

你可能感兴趣的:(weblogic,Weblogic,Security,UP)