【发布时间】:2017-02-13 12:00:55
【问题描述】:
我们在 IBM WebSphere 服务器中运行服务时遇到以下错误。 你能告诉我为什么我们会收到以下错误。
[10/5/16 5:58:28:812 UTC] 00000007 XARecoveryDat A WTRN0146I: Obtained 0 xid(s) from xa recover on XAResource: XYZ of which 0 will be processed by this server
[10/5/16 5:58:28:814 UTC] 00000007 XARecoveryDat A WTRN0151I: Preparing to call xa recover on XAResource: ABC
[10/5/16 5:58:28:872 UTC] 00000007 WSRdbXaResour E DSRA0304E: XAException occurred. XAException contents and details are: "".
[10/5/16 5:58:28:872 UTC] 00000007 WSRdbXaResour E DSRA0302E: XAException occurred. Error code is: XAER_RMERR (-3). Exception is: <null>
[10/5/16 5:58:28:872 UTC] 00000007 XARminst E WTRN0037W: The transaction service encountered an error on an xa_recover operation. The resource was com.ibm.ws.rsadapter.spi.WSRdbXaResourceImpl@4966bf0a. The error code was XAER_RMERR. The exception stack trace follows: javax.transaction.xa.XAException
at oracle.jdbc.xa.OracleXAResource.recover(OracleXAResource.java:730)
at com.ibm.ws.rsadapter.spi.WSRdbXaResourceImpl.recover(WSRdbXaResourceImpl.java:1105)
at com.ibm.ws.Transaction.JTA.XARminst.recover(XARminst.java:141)
at com.ibm.ws.Transaction.JTA.XARecoveryData.recover(XARecoveryData.java:716)
at com.ibm.tx.jta.impl.PartnerLogTable.recover(PartnerLogTable.java:432)
at com.ibm.tx.jta.impl.RecoveryManager.resync(RecoveryManager.java:1542)
at com.ibm.tx.jta.impl.RecoveryManager.performResync(RecoveryManager.java:2275)
at com.ibm.ws.tx.jta.RecoveryManager.performResync(RecoveryManager.java:119)
at com.ibm.tx.jta.impl.RecoveryManager.run(RecoveryManager.java:2228)
at java.lang.Thread.run(Thread.java:784)
【问题讨论】:
标签: jdbc oracle11g websphere oracle12c