Announcement

Collapse
No announcement yet.

OTM BPEL inteagration fails with error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • OTM BPEL inteagration fails with error

    Hi

    I am integrating OTM with BPEL to send Voucher information to BPEL but my external system failes with following error

    CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSMISSION OUTBOUND: OTM failed to send BPEL transmission 2,266 from hschbscgn25037.hclt-guindy.co.in to Provider opmnrmi://HSCHBSCGN25037:6016:home/orabpel, Flow OtmVoucherToOracleApInvoice with the following Exception: java.lang.NullPointerException java.lang.NullPointerException at glog.ejb.transmission.db.ITransmissionRefnumPK.has hCode(ITransmissionRefnumPK.java:49) at java.util.HashMap.hash(HashMap.java:261) at java.util.HashMap.put(HashMap.java:379) at glog.util.persistence.LoadingRequirements.processl oadRequirementForContainer(LoadingRequirements.jav a:145) at glog.util.persistence.LoadingRequirements.processl oadRequirementForContainer(LoadingRequirements.jav a:141) at glog.util.persistence.LoadingRequirements.(Loading Requirements.java:71) at glog.util.persistence.LoadingRequirementsInt.(Load ingRequirementsInt.java:33) at glog.util.persistence.GenericContainerLoader.(Gene ricContainerLoader.java:51) at glog.util.genericcontainer.GenericContainerMerger. mergeUpdatedFields(GenericContainerMerger.java:663 ) at glog.integration.xmlbasewrapper.XmlBaseWrapper.get MergedBusinessObject(XmlBaseWrapper.java:356) at glog.integration.xmlbasewrapper.XmlBaseWrapper.per sistViaContainer(XmlBaseWrapper.java:297) at glog.integration.application.transmission.Transmis sionAckInterface.persistXML(TransmissionAckInterfa ce.java:85) at glog.integration.application.transmission.Transmis sionAckInterface.persistTransmissionAckResponse(Tr ansmissionAckInterface.java:72) at glog.integration.application.transmission.Transmis sionAckInterface.persistTransmissionAckResponse(Tr ansmissionAckInterface.java:53) at glog.server.workflow.notify.XMLTransmissionHelper. handleResponseForStatus(XMLTransmissionHelper.java :550) at glog.server.workflow.notify.XMLTransmissionHelper. handleResponseForStatus(XMLTransmissionHelper.java :525) at glog.util.bpel.BPELTransmission$Listener.afterPost Success(BPELTransmission.java:140) at glog.util.bpel.BPELEvent$Listener.trigger(BPELEven t.java:146) at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:111) at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:70) at glog.util.event.EventThread.run(EventThread.java:7 9) at java.lang.Thread.run(Thread.java:534)

    Any Idea why am i getting this error?

    Thanks
    Baji

  • #2
    Re: OTM BPEL inteagration fails with error

    Baji,

    I'm not sure why your receiving this error - unfortunately Java NullPointerException errors are very generic and can have a variety of causes. From the error, it appears to be related to the I_TRANSMISSION Refnum primary key -- is it possible that your DB is inconsistent and these Refnum primary keys are missing for one or more records? Is the standard integration working for you?

    --Chris

    Comment

    Working...
    X