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