There might be logging problem here. Please verify if your process moves forward. acquireInstanceLock sometimes does rollback and retry transaction.
2010/6/14 Dhanush Gopinath <[email protected]>: > Its still there with 1.3.4. Now I wonder has it something to do with my > process. It has a flow inside a repeat-until > > 19:29:40,807 ERROR [SimpleScheduler] Error while processing a persisted job: > Job hqejbhcnphr5csig61fij2 time: 2010-06-14 19:29:37 IST transacted: true > persisted: true details: JobDetails( instanceId: 3101 mexId: 2941 processId: > null type: INVOKE_RESPONSE channel: 217 correlatorId: null correlationKeySet: > null retryCount: null inMem: false detailsExt: {}) > org.apache.ode.bpel.iapi.Scheduler$JobProcessorException > at > org.apache.ode.bpel.engine.BpelEngineImpl.acquireInstanceLock(BpelEngineImpl.java:394) > at > org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:403) > at > org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:450) > > Attached is my process. > > -----Original Message----- > From: Dhanush Gopinath [mailto:[email protected]] > Sent: Monday, June 14, 2010 5:40 PM > To: [email protected] > Subject: RE: Exception during - Parallel Execution > > I will try 1.3.4 I don't think I have this applied. > > The ODE I am having is the patch you gave sometime in April, which includes > DB Scripts for Postgres (see attached mail). > > > -----Original Message----- > From: Rafal Rusin [mailto:[email protected]] > Sent: Monday, June 14, 2010 5:01 PM > To: [email protected] > Subject: Re: Exception during - Parallel Execution > > Hello, > > do you have this applied? > > commit 75797735770ee3cba63af0cf01d3c8cb598b5c54 > Author: Rafal Konrad Rusin <[email protected]> > Date: Sat May 22 15:21:19 2010 +0000 > > Load immediate fix > > git-svn-id: > https://svn.apache.org/repos/asf/ode/branches/apache_ode_1.3....@94730813f79535-47bb-0310-9956-ffa450edef68 > > > Alternatively, could you try 1.3.4 release? > > On Mon, Jun 14, 2010 at 1:02 PM, Dhanush Gopinath < > [email protected]> wrote: > >> Hi, >> >> At times when I run my process with parallel flows ODE throws out an >> exception and the process execution path in which the exception is >> thrown is kind of stuck >> >> >> >> 16:20:53,186 ERROR [SimpleScheduler] Error while processing a persisted >> job: Job hqejbhcnphr5cs590vb10q time: 2010-06-14 16:20:50 IST >> transacted: true persisted: true details: JobDetails( instanceId: 3900 >> mexId: 3405 processId: null type: INVOKE_RESPONSE channel: 70 >> correlatorId: null correlationKeySet: null retryCount: null inMem: false >> detailsExt: {}) >> >> org.apache.ode.bpel.iapi.Scheduler$JobProcessorException >> >> at >> org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl. >> java:398) >> >> at >> org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl. >> java:450) >> >> at >> org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleSche >> duler.java:518) >> >> at >> org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleSche >> duler.java:513) >> >> at >> org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleSc >> heduler.java:284) >> >> >> >> The process doesn't move forward. This doesn't happen all the time. Any >> idea why this is happening. I am using ODE 1.3.3 (with a patch) on JBOSS >> and Postgres. >> >> >> >> Please help. >> >> >> >> Thanks & Regards >> >> Dhanush Gopinath >> >> >> >> > > -- > Regards, > Rafał Rusin > http://rrusin.blogspot.com > -- Regards, Rafał Rusin http://rrusin.blogspot.com
