Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Custom jar's in OIM CLASSPATH

2924647Apr 7 2015 — edited Apr 8 2015

Hi All,

I am developing a EH , which calls the json Libraries. Basically my EH based on trigger will call the rest API's .

I had my code ready and copied the json libraries in the lib directory( same as of my code) however I am getting below error message. I also tried adding the jars to the startup parameters in Weblogic Managed server( via UI). That didnt worked as well. I have also tried uploading the jars in ThirdParty using UploadJars utility. That didnt work either.

<07/04/2015 10:01:36 AM EST> <Warning> <EJB> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:

java.lang.NoClassDefFoundError: Could not initialize class com.fasterxml.jackson.datatype.joda.deser.DateMidnightDeserializer.

java.lang.NoClassDefFoundError: Could not initialize class com.fasterxml.jackson.datatype.joda.deser.DateMidnightDeserializer

    at com.fasterxml.jackson.datatype.joda.JodaModule.<init>(JodaModule.java:19)

    at com.qubitconsulting.elcom.impl.handlers.ObjectMapperImpl.<init>(ObjectMapperImpl.java:20)

    at com.qubitconsulting.elcom.impl.handlers.ElcomPostProcessEventHandler.execute(ElcomPostProcessEventHandler.java:141)

    at oracle.iam.platform.kernel.impl.OrchProcessData.runPostProcessEvents(OrchProcessData.java:1490)

    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:896)

    Truncated. see log file for complete stacktrace

Any suggestions where else I can try?

Thanks

-Mukul

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2015
Added on Apr 7 2015
3 comments
2,078 views