This week's book giveaway is in the Functional programming forum.
We're giving away four copies of A Functional Approach to Java: Augmenting Object-Oriented Java Code with Functional Principles and have Ben Weidig on-line!
See this thread for details.
  • 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic