我有一个管理服务器和一个受控服务器的WebLogic域。我安装了管理和托管ssl连接的证书,但当我重新启动托管时,出现以下错误:
<May 2, 2016 6:39:24 PM CEST> <Info> <Management> <BEA-141307> <Unable to connect to the Administration Server. Waiting 5 second(s) to retry (attempt number 3 of 3).>
<May 2, 2016 6:39:29 PM CEST> <Info> <Management> <BEA-141298> <Could not register with the Administration Server: java.rmi.RemoteException: [Deployer:149150]An IOException occurred while reading the input.; nested exception is:
javax.net.ssl.SSLHandshakeException: General SSLEngine problem>我更改了此选项:管理控制台服务器->服务器名称->配置SSL选项卡->高级->将主机名验证下拉菜单更改为无
版本12.2.1
你有什么解决方案吗?
谢谢Fabrizio
发布于 2016-05-03 23:51:29
SSL证书可能有问题。我建议仔细检查一下,并将-Dssl.debug添加到Weblogic命令行中重新运行以获取更多信息。然后检查管理和受控服务器日志文件,因为它可能有足够的信息来回答。如果没有,请在这里添加更多信息。
https://stackoverflow.com/questions/36987483
复制相似问题