You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by "Jackson, Douglas" <do...@siemens.com> on 2009/08/11 19:47:41 UTC

Re: Bpel execution in ODE

Hi!
I ran across this same issue with Ode 2 Beta 2 using Oracle as the persistent store.

ode-axis2.db.mode=EXTERNAL
ode-axis2.db.ext.dataSource=comp/env/jdbc/oracle/ode

I used the defaults for all of the other configuration properties (i.e. the dao and transaction factories, etc).

I was running 10 processes simultaneously.
-Doug.


Caused by: java.lang.IllegalArgumentException: No such channel; id=277
        at org.apache.ode.jacob.vpu.ExecutionQueueImpl.findChannelFrame(ExecutionQueueImpl.java:205)

        at org.apache.ode.jacob.vpu.ExecutionQueueImpl.consumeExport(ExecutionQueueImpl.java:232)
        at org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.importChannel(JacobVPU.java:369)
        at org.apache.ode.jacob.JacobObject.importChannel(JacobObject.java:47)
        at org.apache.ode.bpel.rtrep.v2.RuntimeInstanceImpl$4.run(RuntimeInstanceImpl.java:655)
        at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.run(JacobVPU.java:451)
        ... 22 more