0 Replies Latest reply on May 10, 2007 7:49 AM by macmacedo

    BPEL Persistence Error

    macmacedo

      Hi,

      I'm using JBoss AS 4.0.5 with jBPM-bpel-1.1.beta3. I made a BPEL process and i'm testing the persistence. If a stop the server when an instance is running, when I start the server again I got an error like this:

      16:58:14,161 ERROR [RequestListener] could not resume process execution
      org.jbpm.graph.def.DelegationException
      at org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:367)
      at org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:358)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:185)
      at org.jbpm.bpel.graph.def.CompositeActivity$$EnhancerByCGLIB$$7683326.raiseException()
      at org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:358)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:185)
      at org.jbpm.bpel.graph.def.CompositeActivity$$EnhancerByCGLIB$$7683326.raiseException()
      at org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:358)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:185)
      at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$ea99b69b.raiseException()
      at org.jbpm.bpel.integration.jms.RequestListener.onMessage(RequestListener.java:126)
      at org.jboss.mq.SpyMessageConsumer.run(SpyMessageConsumer.java:696)
      at java.lang.Thread.run(Thread.java:595)
      Caused by: java.lang.IllegalStateException: faulted: transition=faulted
      at org.jbpm.bpel.graph.exe.ScopeState.newStateException(ScopeState.java:101)
      at org.jbpm.bpel.graph.exe.ScopeState.faulted(ScopeState.java:75)
      at org.jbpm.bpel.graph.exe.ScopeInstance.faulted(ScopeInstance.java:141)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:185)
      at org.jbpm.bpel.graph.exe.ScopeInstance$$EnhancerByCGLIB$$212e8f86.faulted()
      at org.jbpm.bpel.graph.scope.FaultActionHandler.execute(FaultActionHandler.java:33)
      at org.jbpm.graph.def.Action.execute(Action.java:122)
      at org.jbpm.graph.def.ExceptionHandler.handleException(ExceptionHandler.java:60)
      at org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:343)
      ... 23 more



      Any idea what's the problem?


      Best regards,
      André Macedo.