I should add that we see these exceptions on calls to stateless session beans. All methods have TX attrib TX_REQUIRED.
-----Original Message----- From: Folbrecht, Paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 5:25 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] XAExceptions in 2.4.4 Using the Oracle thin driver (8.1.7) on JBoss 2.4.4, we see occaional XAER_NOTA and XAER_PROTO exceptions. Here is a typical stack trace: [WARN,TxCapsule] XAException: tx=XidImpl [FormatId=257, GlobalId=sispdevora//6303, BranchQual=] errorCode=XAER_NOTA javax.transaction.xa.XAException at org.jboss.pool.jdbc.xa.wrapper.XAResourceImpl.start(Unknown Source) at org.jboss.tm.TxCapsule.startResource(TxCapsule.java:1088) at org.jboss.tm.TxCapsule.enlistResource(TxCapsule.java:615) at org.jboss.tm.TransactionImpl.enlistResource(TransactionImpl.java:111) at org.jboss.pool.jdbc.xa.XAConnectionFactory.prepareObject(Unknown Source) at org.jboss.pool.ObjectPool.getObject(Unknown Source) at org.jboss.pool.ObjectPool.getObject(Unknown Source) at org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(Unknown Source) And here is our datasource configuration: <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=localPoolDataSource"> <attribute name="PoolName">localPoolDataSource</attribute> <attribute name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attr ibute> <attribute name="URL">jdbc:oracle:thin:@192.168.50.118:1521:sispdev</attribute> <attribute name="GCMinIdleTime">1200000</attribute> <attribute name="JDBCUser">sisp_user</attribute> <attribute name="Password">webesisp</attribute> <attribute name="GCEnabled">true</attribute> <attribute name="TimestampUsed">true</attribute> <attribute name="Blocking">true</attribute> <attribute name="GCInterval">120000</attribute> <attribute name="IdleTimeout">180000</attribute> <attribute name="IdleTimeoutEnabled">true</attribute> <attribute name="LoggingEnabled">true</attribute> <attribute name="MaxIdleTimeoutPercent">1.0</attribute> <attribute name="MaxSize">100</attribute> <attribute name="MinSize">5</attribute> </mbean> Researching the issue, I came across others seeing similar problems, but no solutions. Has anybody seen such problems and figured out the cause? TIA. This transmission contains information solely for intended recipient and may be privileged, confidential and/or otherwise protect from disclosure. If you are not the intended recipient, please contact the sender and delete all copies of this transmission. This message and/or the materials contained herein are not an offer to sell, or a solicitation of an offer to buy, any securities or other instruments. The information has been obtained or derived from sources believed by us to be reliable, but we do not represent that it is accurate or complete. Any opinions or estimates contained in this information constitute our judgment as of this date and are subject to change without notice. Any information you share with us will be used in the operation of our business, and we do not request and do not want any material, nonpublic information. Absent an express prior written agreement, we are not agreeing to treat any information confidentially and will use any and all information and reserve the right to publish or disclose any information you share with us. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user This transmission contains information solely for intended recipient and may be privileged, confidential and/or otherwise protect from disclosure. If you are not the intended recipient, please contact the sender and delete all copies of this transmission. This message and/or the materials contained herein are not an offer to sell, or a solicitation of an offer to buy, any securities or other instruments. The information has been obtained or derived from sources believed by us to be reliable, but we do not represent that it is accurate or complete. Any opinions or estimates contained in this information constitute our judgment as of this date and are subject to change without notice. Any information you share with us will be used in the operation of our business, and we do not request and do not want any material, nonpublic information. Absent an express prior written agreement, we are not agreeing to treat any information confidentially and will use any and all information and reserve the right to publish or disclose any information you share with us. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
