0 Replies Latest reply on Sep 27, 2004 3:18 PM by hans.neber

    XA problem with Oracle9i

    hans.neber

      I am upgrading a webapplication that has been productive for 1 year on jboss_3.2.1 to 3.2.3 and get the following log messages:

      2004-09-27 17:06:33,651 180413 [TP-Processor3] WARN jboss.tm.TransactionImpl XAException: tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=chzsol46//25, BranchQual=] errorCode=XAER_NOTA
      oracle.jdbc.xa.OracleXAException
       at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1157)
      .
      .
      .
      2004-09-27 17:06:34,923 181685 [TP-Processor3] WARN xa.oracle.OracleXAExceptionFormatter xa error: -4 (The XID is not valid.); oracle error: 24756; oracle sql error: 0;oracle.jdbc.xa.OracleXAException
      .
      .
      .
      2004-09-27 17:06:34,962 181724 [TP-Processor3] ERROR ejb.plugins.LogInterceptor TransactionRolledbackException in method: public abstract boolean com.zurich.chz.b2b.ftrans.ejb.interfaces.BenutzerAdminSession.doesUserExist(java.lang.String) throws java.rmi.RemoteException, causedBy:
      org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=chzsol46//25, BranchQual=] status=STATUS_NO_TRANSACTION; - nested throwable: (oracle.jdbc.xa.OracleXAException)


      Is there anything I must configure differently in 3.2.3 compared to 3.2.1?