无法连接到管理服务器 weblogic 12.2.1
Posted
技术标签:
【中文标题】无法连接到管理服务器 weblogic 12.2.1【英文标题】:Unable to connect to the Administration Server weblogic 12.2.1 【发布时间】:2016-08-27 12:22:51 【问题描述】:我有一个带有管理服务器和一个托管服务器的 WebLogic 域。我为 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>
我改变了这个选项: 管理控制台服务器 -> 服务器名称 -> 配置 SSL 选项卡 -> 高级 -> 将主机名验证下拉列表更改为无
版本 12.2.1
你有什么解决办法吗?
谢谢 法布里奇奥
【问题讨论】:
【参考方案1】:SSL 证书可能存在一些问题。我建议仔细检查并重新运行添加到 Weblogic 命令行的 -Dssl.debug 以获取更多信息。然后检查管理和托管服务器日志文件,因为它可能有足够的信息来回答。如果没有,请在此处添加更多信息。
【讨论】:
以上是关于无法连接到管理服务器 weblogic 12.2.1的主要内容,如果未能解决你的问题,请参考以下文章
如何从 Websphere 服务器连接到 Weblogic JMS?
在客户端用cmd窗口telnet连接到远程linux,启动weblogic,闭客户端cmd窗口后,远程weblogic也会停掉,咋回事?