You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Dhanush Gopinath (JIRA)" <ji...@apache.org> on 2010/06/15 16:07:23 UTC

[jira] Created: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
------------------------------------------------------------------------------------------

                 Key: ODE-847
                 URL: https://issues.apache.org/jira/browse/ODE-847
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
    Affects Versions: 1.3.4
         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
            Reporter: Dhanush Gopinath


If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 

16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)

After this the flow activity is completed, but no subsequent activities are executed. 

For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 

The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Dhanush Gopinath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dhanush Gopinath updated ODE-847:
---------------------------------

    Attachment: SRSReview.zip

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>         Attachments: SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-847:
----------------------------

    Attachment:     (was: SRSReview-2.zip)

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Dhanush Gopinath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dhanush Gopinath closed ODE-847.
--------------------------------

    Resolution: Not A Problem

This is not an issue

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, ode-axis2.properties, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880230#action_12880230 ] 

Rafal Rusin commented on ODE-847:
---------------------------------

I added comment on how to configure ODE in JBoss here:
https://cwiki.apache.org/confluence/display/ODExSITE/WAR+Deployment


> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Dhanush Gopinath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881316#action_12881316 ] 

Dhanush Gopinath commented on ODE-847:
--------------------------------------

Rafal,

It is fine now. No issues. I installed ODE on Postgres with the SQL build you gave(http://github.com/rafalrusin/ode/downloads) and tried it again. No exceptions. All set. I am closing this issue

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, ode-axis2.properties, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-847:
----------------------------

    Attachment: SRSReview-2.zip

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-847:
----------------------------

    Attachment: SRSReview-2.zip

I created SoapUI test case and run it in Tomcat (both with and without correlations; attached is without correlations). I saw no problem. 
Could you give more informations on how to reproduce it (based on soapui test case I created)? 

I also remember that for JBoss, you need to set ode-axis2.properties
ode-axis2.tx.factory.class=org.apache.ode.axis2.util.JBossFactory 
in order to have transactions committed properly.

Could you provide your current ode-axis2.properties (from ode/WEB-INF/conf)?


> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Dhanush Gopinath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880153#action_12880153 ] 

Dhanush Gopinath commented on ODE-847:
--------------------------------------

Now uploaded

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880151#action_12880151 ] 

Rafal Rusin commented on ODE-847:
---------------------------------

I see there's no deploy.xml file in this process. Could you attach it? (I need something deployable).

Regards

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Dhanush Gopinath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881317#action_12881317 ] 

Dhanush Gopinath commented on ODE-847:
--------------------------------------

Many thanks for your help

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, ode-axis2.properties, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin reassigned ODE-847:
-------------------------------

    Assignee: Rafal Rusin

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-847) Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException

Posted by "Dhanush Gopinath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dhanush Gopinath updated ODE-847:
---------------------------------

    Attachment: deploy.xml

> Flow Execution in a Loop throwing org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity contains parallel activities which are run simultaneously the flow activity is executed properly once. When the condition is not satisfied and the loop is executed again, the flow activity executes but throws the following exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: null type: INVOKE_RESPONSE channel: 99 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)
> 	at org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are executed. 
> For e.g. : if the loop condition fails the second time also, then the flow activity will not execute the third time. 
> The process is attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.