简体   繁体   English

无法连接到管理服务器 weblogic 12.2.1

[英]Unable to connect to the Administration Server weblogic 12.2.1

I have a WebLogic domain whit an Admin server and one Managed Server.我有一个带有管理服务器和一个托管服务器的 WebLogic 域。 I installed the certificate for ssl connection beetwen Admin and Managed, but when I restart the Managed I have this error:我为 ssl 连接 beetwen Admin 和 Managed 安装了证书,但是当我重新启动 Managed 时出现此错误:

<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>

I changed this option: admin console Servers -> server name -> Configuration SSL tab -> Advanced -> Change Hostname Verification dropdown to None我更改了此选项:管理控制台服务器 -> 服务器名称 -> 配置 SSL 选项卡 -> 高级 -> 将主机名验证下拉列表更改为无

Version 12.2.1版本 12.2.1

Do you have any solutions?你有什么解决办法?

Thanks Fabrizio谢谢法布里齐奥

There's probably some problem with the SSL certificate. SSL证书可能有问题。 I would recommend to double check that and also rerun with -Dssl.debug added to the Weblogic command line to get more information.我建议仔细检查并重新运行添加到 Weblogic 命令行的 -Dssl.debug 以获取更多信息。 Then check both the admin and managed server log files, as it might have enough information to answer.然后检查管理和托管服务器日志文件,因为它可能有足够的信息来回答。 If not, please and add more information here.如果没有,请在此处添加更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM