Thanks. There's definitely a database locking issue here so I'll have to eat my own words! Definitely looks fishy. We're investigating... stand by!
alex On 2/8/07, Raja Balasubramanian/MAXIMUS <[EMAIL PROTECTED]> wrote:
Alex, I have already posted the thread dump in one my posting. Anyway, I'm attaching the thread dump again now. Thank you Raja -----Original Message----- From: Alex Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:43 PM To: [email protected] Subject: Re: Ode under different Appserver/database server I don't see a deadlock proper in your log files. And Oracle doesn't deadlock easily since it's based on MVCC. You really have to force it into a corner and use explicit locking... The typical behavior is to get RollbackExceptions upon commit instead of lock ups. Could you try doing a thread dump (CTRL-Break on Windows, CTRL-\ on Unix) when Ode hangs? It might help uncover some issue in the Java code itself. alex On 2/8/07, Raja Balasubramanian/MAXIMUS <[EMAIL PROTECTED]> wrote: > > Alex, > > I have created a Jira issue for this deadlock. > Please check the Jira issue ODE-96 > Thank you > Raja > > -----Original Message----- > From: Alex Boisvert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 07, 2007 8:35 PM > To: [email protected] > Subject: Re: Ode under different Appserver/database server > > BTW, we run Ode pretty much as-is on all databases and application server > combinations that we support. We use the same SQL schema as in Subversion > plus the indexes that Matthieu sent earlier on this list. There's no > secret > sauce involved... As discussed, there are known database deadlock > situations that we are trying to resolve right now. This is the bleeding > edge, so if you run into issues please send in as much diagnostic > information as you can. We'll try to help! > > alex > > > On 2/7/07, victor panizza < [EMAIL PROTECTED]> wrote: > > > > Hello All > > > > Intalio have a BPM Enterprise Edition based on ODE, may be there could > be > > some answers to the Database questions. > > I don't know Intalio BPM on deep, but in the products feature I can see > > the > > support to many App Servers and a couple of databases. If is based on > ODE, > > > > may be many functionality already exist. > > > > It could get us a clue about what to do. > > > > any idea, just share it. > > > > this is the link http://www.intalio.com/ > > > > > > > > > > > > On 2/7/07, Raja Balasubramanian/MAXIMUS > <[EMAIL PROTECTED]> > > wrote: > > > > > > Hello, > > > > > > Does Ode tested under different > > > 1. App servers (Other than Tomcat and Geronimo 1.1.1) > > > 2. Database servers (Other than Derby and MySQL) > > > > > > I tried with Geronimo 2.0M2 and IBM Websphere CE (Which is Geronimo > 1.1). > > > Both didn't work for me. > > > I tried with Oracle and still trying..! > > > If anybody has different app servers and database server > configurations, > > > Could you please share the information? > > > > > > That would be a great help. > > > > > > Thank you > > > Raja > > > > > >
