Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-23 Thread Matt Cleveland
Ok, it took a while, but I can confirm that your test produces the error on JBoss 3.2 from CVS with clustering turned off. Two things you might be missing are 1) increasing the thread count in the client to 100 makes it more likely to happen more quickly and 2) the test client does not receive the

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-23 Thread Igor Fedorenko
Matt Cleveland wrote: We're running 9.2.0.1. Your test passes. There must be something else going on. Any ideas? I can submit a bug if I need to. I just ran 50 threads calling into an EJB that inserts a record into a database. This test ran for about half an hour and created about 52000

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-23 Thread Matt Cleveland
3, 2003 4:29 AM Subject: Re: [JBoss-dev] 3.2RC1 Oracle XA Problem > Matt, > > There seem to be few problems here. > > First, what is full version of your oracle server? I remember we had > occasional XAER_RMERR with 8.1.7.0 but everything works fine with > 8.1.7.3 and 9.2.0.1. I&

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-23 Thread Matt Cleveland
So that leaves the question, why isn't my client seeing this XA exception? Matt Cleveland - Original Message - From: "Bill Burke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 6:54 AM Subject: RE: [JBoss-dev] HA Retrying a Transaction? (was 3.2RC1 Oracle XA

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-23 Thread Igor Fedorenko
Matt, There seem to be few problems here. First, what is full version of your oracle server? I remember we had occasional XAER_RMERR with 8.1.7.0 but everything works fine with 8.1.7.3 and 9.2.0.1. I've attached a simple standalone application that approximates JBoss behavoir. Check if it fail

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-22 Thread Matt Cleveland
Perhaps I've missed something here. I've been so busy watching my log files that I did not recognize that the client is not receiving this error. In fact it is only reported as a warning. Still it's pretty scary to see these flying by in the log file. It leaves you wondering if the transaction

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-22 Thread Matt Cleveland
ay, January 21, 2003 5:46 PM Subject: Re: [JBoss-dev] 3.2RC1 Oracle XA Problem > One more thing. I've noticed that you are using HA invoker. Do you have > a clustered configuration? Is there a chance that bean A calls an > instance of bean B from a different node? > > Matt Cleve

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-22 Thread Matt Cleveland
ssage - From: "Igor Fedorenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 4:35 PM Subject: Re: [JBoss-dev] 3.2RC1 Oracle XA Problem > This sounds like a bug. In order to set up similar test case, can you > explain how many threads run on a

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-21 Thread Igor Fedorenko
One more thing. I've noticed that you are using HA invoker. Do you have a clustered configuration? Is there a chance that bean A calls an instance of bean B from a different node? Matt Cleveland wrote: I'm running into a problem with Oracle XA in 3.2RC1. I'm asking here first because I know th

Re: [JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-21 Thread Igor Fedorenko
This sounds like a bug. In order to set up similar test case, can you explain how many threads run on a client and why do you need bean A. Matt Cleveland wrote: I'm running into a problem with Oracle XA in 3.2RC1. I'm asking here first because I know there are a bunch of frequent problems with

[JBoss-dev] 3.2RC1 Oracle XA Problem

2003-01-21 Thread Matt Cleveland
I'm running into a problem with Oracle XA in 3.2RC1.  I'm asking here first because I know there are a bunch of frequent problems with the Oracle XA driver and I know some of them are supposed to be fixed in 3.2RC1 and I want to see if anyone has experience with this problem.   I have a real