• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Weblogic Bridge - XAException(Integrating weblogic 10.3 JMS with IBM MQ 6.0)

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

To Send message from weblogic application to IBM MQ,

I have configured weblogic bridge between weblogic 10.3 JMS and MQ JMS. sending first message to weblogic JMS while the MQ server was down causes the following exception.

After the MQ server came up also that message is not getting transfer from weblogic JMS to MQ JMS. But after restarting the weblogic server, the stucked message is cleared off from weblogic JMS and went to MQ.


Does any body face this exception?.

Could somebody tell me the solution to resolve this message




failed on resource 'eis/jms/WLSConnectionFactoryJNDIXA':
XAER_RMERR : A resource manager error has occured in the transaction branch
javax.transaction.xa.XAException: XA operation failed, see errorCode
at com.ibm.mq.MQXAResource.start(MQXAResource.java:451)
at weblogic.connector.security.layer.AdapterLayer.start(AdapterLayer.jav
a:513)
at weblogic.connector.transaction.outbound.XAWrapper.start(XAWrapper.jav
a:466)
at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerReso
urceInfo.java:1183)
at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerRe
sourceInfo.java:1116)
 
KasiMurugan Ramasamy
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have resolved this issue after putting Patch for this issue. We got it from Oracle Weblogic support Team.

Patch Info,
CR364493, Bug 8066979
 
I've never won anything before. Not even a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic