Environment details: The architecture has OAS 10.1.4.3, OAM 10.1.4.3, and OIM 9.1.0.2 and installed in production server node. The OID version is 10.1.4.3. OID is used as user store for OAM. User can reset the password through lost password redirect URL.
Problem: Got bug report error while user tired to reset the password through lost password redirect URL.
Note: Password gets updated in OID.
Recent change, we have implemented reverse password synchronization OAM to OIM. More info clicks here.
Regarding this implementation we have deployed supportive jars for client program under /u01apps/oaminstall/identity/_jvmIdentity/lib/ext and restarted IS.
After further research, I found the solution for this issue. This problem happened because of JARS.
Solution: Removed unwanted jars from this location /u01apps/oaminstall/identity/_jvmIdentity/lib/ext. (Jar name: log4j-1.2.8.jar).
The above issue gets disappeared after restarted the IS.