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.