[jboss-user] [JBoss jBPM] - BPEL Persistence Error
macmacedo
do-not-reply at jboss.com
Thu May 10 07:49:22 EDT 2007
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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044651#4044651
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044651
More information about the jboss-user
mailing list