Java NullPointerException During AD-OID DIP Synchronization
(Doc ID 368920.1)
Last updated on AUGUST 18, 2021
Applies to:
Oracle Internet Directory - Version 10.1.2 and laterInformation in this document applies to any platform.
Symptoms
Active Directory -> OID synchronization has been configured in OID. After creating a new test user in the synchronized Active Directory domain, synchronization of this user to OID fails with a NullPointerException.
After starting odisrv with debug=63 flag and setting the profile debug level to 63, the ldap/odi/log/<profilename>.trc file shows e.g.:
.......
DN : cn=<USERNAME USERNAME>,ou=users,ou=<OU>,cn=users,dc=<COMPANY_NAME>,dc=com
Normalized DN : cn=<USERNAME USERNAME>,ou=users,ou=<OU>,cn=users,dc=<COMPANY_NAME>,dc=com
Processing modifyRadd Operation ..
Entry Not Found. Converting to an ADD op..
Processing Insert Operation ..
COntext before create javax.naming.ldap.InitialLdapContext@698403
COntext now is javax.naming.ldap.InitialLdapContext@698403
Error in executing mapping java.lang.NullPointerException
java.lang.NullPointerException
at java.io.Writer.write(Writer.java:126)
.......................
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |