简体   繁体   中英

While running UploadJars utility in OIM following exception is coming

While running UploadJars utility after giving all the parameters, utility is failing with following exception:

Logging configuration class "oracle.core.ojdl.logging.LoggingConfiguration" failed
java.lang.ClassNotFoundException: oracle.core.ojdl.logging.LoggingConfiguration
Error occurred in performing the operation:
Exception in thread "main" java.lang.NullPointerException
        at oracle.iam.platformservice.utils.JarUploadUtility.main(JarUploadUtility.java:232)

Any help will be appreciated :)

We had the same problem. We added

ORACLE_COMMON/modules/oracle.odl_11.1.1/ojdl.jar

(where ORACLE_COMMON is your oracle_common directory) to the start of our CLASSPATH and the error went away. I think UploadJars.sh worked anyway, it was just writing out a problem with logging what it was doing.

btw, Note you might need to use UpdateJars.sh if an earlier version of the file already exists. You can check if the upload/update was successful by looking at the date in OIMHOME_JARS.UPDATED_ON.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM