weblogic.security.ldaprealm.LDAPRealmException: cannot connect to ldapserver without a principal to authenticate as at weblogic.security.ldaprealm.LDAPDelegate.setupProperties(LDAPDelegate .java, Compiled Code)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3004, 1 year ago
weblogic.security.ldaprealm.LDAPRealmException: cannot connect to ldapserver without a principal to authenticate as at weblogic.security.ldaprealm.LDAPDelegate.setupProperties(LDAPDelegate .java, Compiled Code)
at weblogic.security.ldaprealm.LDAPDelegate.
(LDAPDelegate.java:683) at weblogic.security.ldaprealm.LDAPRealm.
(LDAPRealm.java:34) at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:241)
at weblogic.security.acl.Realm.getRealm(Realm.java:78)
at weblogic.security.acl.Realm.getRealm(Realm.java:56)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1756)