3

I am getting an error like the following with Weblogic 10.3.6 when I try to start a managed server:

Server subsystem failed. Reason: weblogic.ldap.EmbeddedLDAPException: Unable to open     
initial replica url: http://<host ip>:<admin port>/bea_wls_management_internal2/wl_management
weblogic.ldap.EmbeddedLDAPException: Unable to open initial replica url: http://<host ip>:<admin port>/bea_wls_management_internal2/wl_management
    at weblogic.ldap.EmbeddedLDAP.getInitialReplicaFromAdminServer(EmbeddedLDAP.java:1388)
    at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:251)

That is followed by a bind exception with address already in use. I ran netstat and that address is definitely not in use for this box. The only thing running is the node manager. Any ideas?

I've googled around a bit and tried removing the ldap, cache, and tmp folder with no luck. The host ip and port are correct, I can bring up the admin console.

4

2 回答 2

1

托管服务器在启动时与管理服务器通信以获取 LDAP 的副本。无法打开初始副本...意味着托管服务器无法连接到您通过启动脚本提供的 ip:port 上的管理服务器。

在启动托管服务器之前检查管理服务器是否已启动并正在运行。确保您从正确的域/文件夹启动托管服务器。

于 2013-06-28T21:26:20.590 回答
1

我相信关键是地址在使用异常,而不是副本 URL 问题。

我的猜测(我之前也犯过这个错误)是你试图在错误的主机上启动托管服务器。如果没有,请发布完整的堆栈跟踪。

于 2013-06-28T20:04:29.453 回答