Error Message:
Error Invoking BAM JMS Adapter:
ESB Dispatch failed with error An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: esb:///ESB_Projects/ESB_BAMJMSProducer/BAMJMSProducer.wsdl [ Produce_Message_ptt::Produce_Message(AuditLog) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: ERRJMS_ERR_CR_QUEUE_PROD.
Error while creating Queue producer:.
; nested exception is:
ORABPEL-12137
ERRJMS_ERR_CR_QUEUE_PROD.
Error while creating Queue producer:.
Please examine the log file to determine the problem.
Solution:
In my case required queue was missing. So I created the queue and it started working. I also suggest to verify from your oc4j-ra.xml that the adapter JNDI entries are correct.
Error Invoking BAM JMS Adapter:
ESB Dispatch failed with error An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: esb:///ESB_Projects/ESB_BAMJMSProducer/BAMJMSProducer.wsdl [ Produce_Message_ptt::Produce_Message(AuditLog) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: ERRJMS_ERR_CR_QUEUE_PROD.
Error while creating Queue producer:.
; nested exception is:
ORABPEL-12137
ERRJMS_ERR_CR_QUEUE_PROD.
Error while creating Queue producer:.
Please examine the log file to determine the problem.
Solution:
In my case required queue was missing. So I created the queue and it started working. I also suggest to verify from your oc4j-ra.xml that the adapter JNDI entries are correct.
No comments:
Post a Comment