org.identityconnectors.framework.common.exceptions.ConnectorException: Creating LDAP subcontext "uid=tuckl01," outside of the configured base contexts : o=farmers.com
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 921074, 1 year ago
via Oracle Community by 1974526, 1 year ago
via Oracle Community by 2647916, 1 year ago
via Oracle Community by 986922, 1 year ago
org.identityconnectors.framework.common.exceptions.ConnectorException: Creating LDAP subcontext "uid=tuckl01," outside of the configured base contexts : o=farmers.com
at org.identityconnectors.ldap.schema.LdapSchemaMapping.create(LdapSchemaMapping.java:367)
at org.identityconnectors.ldap.modify.LdapCreate$1.access(LdapCreate.java:111)
at org.identityconnectors.ldap.schema.GuardedPasswordAttribute$Simple$1.access(GuardedPasswordAttribute.java:91)
at org.identityconnectors.common.security.GuardedString.access(GuardedString.java:105)
at org.identityconnectors.ldap.schema.GuardedPasswordAttribute$Simple.access(GuardedPasswordAttribute.java:81)
at org.identityconnectors.ldap.modify.LdapCreate.executeImpl(LdapCreate.java:107)
at org.identityconnectors.ldap.modify.LdapCreate.execute(LdapCreate.java:65)
at org.identityconnectors.ldap.LdapConnector.create(LdapConnector.java:119)
at org.identityconnectors.framework.impl.api.local.operations.CreateImpl.create(CreateImpl.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)
at $Proxy1029.create(Unknown Source)