LDAPmigration.sh Fails With Error 'Exception in thread "main" java.lang.NoClassDefFoundError: org/owasp/esapi/codecs/Codec'
(Doc ID 2872450.1)
Last updated on JUNE 07, 2022
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.7.7.0 and laterOracle Financial Services Asset Liability Management - Version 8.0.7.4.0 and later
Oracle Financial Services Funds Transfer Pricing - Version 8.0.7.4.0 and later
Oracle Financial Services Profitability Management - Version 8.0.7.4.0 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Symptoms
After applying the 8.0.7.7 OFSAA Infrastructure patch, the LDAP user synchronization process stops working. When you execute the command line utility for LDAP Migration, ldapmigration.sh, from $FIC_DB_HOME/bin, you get the error below in the Unix console:
Exception in thread "main" java.lang.NoClassDefFoundError: org/owasp/esapi/codecs/Codec
at com.iflex.fic.client.SMSServices.validateSingleField(SMSServices.java:11621)
at com.iflex.fic.client.SMSServices.getFSMBean(SMSServices.java:2210)
at com.ofs.aai.migration.ldap.LDAPMigration.main(LDAPMigration.java:96)
Caused by: java.lang.ClassNotFoundException: org.owasp.esapi.codecs.Codec
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 3 more
The script worked correctly prior to applying this patch.
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 |
Cause |
Solution |
References |