Have you set pad="true" in transaction-service.xml file? I'm using Oracle9i with Jboss 3.2.1 and an XA datasource, and everything is working great.
Regards, Marco ----- Original Message ----- From: "Stefano Maestri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 2:03 PM Subject: Re: HA: [JBoss-user] Oracle XA error on 3.2.1 Hi, sorry for late response, but I have some health trouble in last days :( I took a look to udump and I didn't find anything that seems releated to XA. I was a DBA, and I think I looked everywhere a dump could be. Probably I'm taking mistake on what I search and not where. Did you have idea how the dump I'm looking for could appear? If you wnat and if you give a suggestion from where to start I could patch my self the exception formatter to print XA_HEU* exception if havenn't time Thanks a lot Stefano. On Saturday 24 May 2003 16:39, Igor Fedorenko wrote: > Sorry for long response Stefano. > > I really do not know what's going on. For some reason Oracle throws generic > XAException which does not contain any additional information. Given the > stack trace I believe that oracle heuristically rolled back its transaction > branch what caused rollback of the entire transaction. Unfortunately, JBoss > does not log XA_HEU* exceptions so it is difficult to say more. I will fix > logging of XA_HEU* exceptions in CVS in next couple of hours. In the mean > time you could check oracle server logs in admin/$ORACLE_SID/udump. > > > -----Original Message----- > > From: Stefano Maestri [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 23, 2003 3:27 AM > > To: [EMAIL PROTECTED] > > Subject: Re: HA: [JBoss-user] Oracle XA error on 3.2.1 > > > > On Friday 23 May 2003 03:11, Igor Fedorenko wrote: > > > Stefano, > > > > > > Do you see oracle specific error message that looks like > > > > > > <example> > > > 2003-05-14 08:00:01,169 WARN [org.jboss.tm.TransactionImpl] > > > > xa error: -4 > > > > > (The XID is not valid.); oracle error: 24756; oracle sql error: 0; > > > </example> > > > > The much similar error I see is at the end of this message, > > but it dont like > > what you are asking. There isn't ant oracle error. > > > > > If you don't, are you sure that > > > jboss.jca:service=OracleXAExceptionFormatter mbean is > > > > registered and its > > > > > state is "Started"? > > > > Yes, I verified also with webconsole and it is deployed and Started. > > Thanks for your time. There is the exception mentioned before: > > > > 2003-05-22 12:23:23,689 WARN [org.jboss.tm.TransactionImpl] > > XAException: > > tx=TransactionImpl:XidImpl > > [FormatId=257, GlobalId=poseidone//57289, BranchQual=] > > errorCode=XAER_RMERR > > javax.transaction.xa.XAException > > at > > oracle.jdbc.xa.OracleXAResource.disallowLocalTxnMode(OracleXAR > > esource.java:1045) > > at > > oracle.jdbc.xa.OracleXAResource.suspendStacked(OracleXAResourc > > e.java:227) > > at > > oracle.jdbc.xa.client.OracleXAResource.rollback(OracleXAResour > > ce.java:920) > > at > > org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.rollbac > > k(XAManagedConnection.java:1 > > 85) > > at > > org.jboss.tm.TransactionImpl.rollbackResources(TransactionImpl > > .java:1648) > > at > > org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:394) > > at > > org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterc > > eptorCMT.java:369) > > at > > org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxI > > nterceptorCMT.java:253) > > at > > org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT > > .java:104) > > NHY隊X'�n7+h�~V� > ./Z(u�ʋjeƭߊاjjب]j֛jǢv� > 9�ԭ > Z�> > �J�ކ�0��ޝ�q�,ǫx%�,ǫ+-�ǟ��b��y+�b�+-w�6�z -- --------------- all work and no play makes Jack a dull boy --------------- bye Stefano [EMAIL PROTECTED] www.javalinux.it MSN messanger: [EMAIL PROTECTED] ICQ uin: 122192578 Jabber: canezen Yahoo MSN: canezen #jedit IRC channel as <maeste> ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
