[
https://jira.jboss.org/jira/browse/JBPM-2368?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-2368:
-----------------------------------
i see this in the logs when making the job executor execute a job:
12:52:05,421 DEBUG [ProcessDefinitionImpl] creating new execution for process
'TimerTransition'
12:52:05,484 DEBUG [DefaultIdGenerator] generated execution id TimerTransition.1
12:52:05,515 DEBUG [ExecuteActivity] executing activity(29815123)
12:52:05,531 DEBUG [DefaultIdGenerator] generated execution id
TimerTransition.1.guardedWait
12:52:05,531 DEBUG [ExecutionImpl] created execution[TimerTransition.1.guardedWait]
12:52:05,531 DEBUG [ScopeInstanceImpl] creating timer on
execution[TimerTransition.1.guardedWait]
12:52:05,578 INFO [JobExecutorThread] starting...
12:52:05,578 INFO [JobExecutorThread] starting...
12:52:05,578 DEBUG [TimerSession] scheduling timer[0|2009-07-01 12:52:10,546|timeout]
12:52:05,578 DEBUG [ExecuteActivity] execution[TimerTransition.1.guardedWait] executes
activity(guardedWait)
12:52:05,593 INFO [JobExecutorThread] starting...
12:52:05,593 INFO [DispatcherThread] starting...
12:52:05,593 DEBUG [AcquireJobsCmd] start querying first acquirable job...
12:52:05,640 DEBUG [AcquireJobsCmd] locking jobs []
12:52:05,656 DEBUG [GetNextDueDateCmd] getting next due date...
12:52:05,671 DEBUG [GetNextDueDateCmd] next due date is 2009-07-01 12:52:10.546
12:52:05,671 DEBUG [DispatcherThread] skipped wait because new message arrived
12:52:05,671 DEBUG [AcquireJobsCmd] start querying first acquirable job...
12:52:05,671 DEBUG [AcquireJobsCmd] locking jobs []
12:52:05,703 DEBUG [GetNextDueDateCmd] getting next due date...
12:52:05,703 DEBUG [GetNextDueDateCmd] next due date is 2009-07-01 12:52:10.546
12:52:05,703 DEBUG [DispatcherThread] DispatcherThread will wait for max 4843ms on
org.jbpm.pvm.internal.jobexecutor.JobExecutor@4f384
12:52:10,546 DEBUG [DispatcherThread] DispatcherThread woke up
12:52:10,546 DEBUG [AcquireJobsCmd] start querying first acquirable job...
12:52:10,546 DEBUG [AcquireJobsCmd] locking jobs [1]
12:52:10,562 DEBUG [DispatcherThread] pushing jobs on the queue [1]
12:52:10,562 DEBUG [JobExecutorThread] took job(s) [1] from queue
12:52:10,562 DEBUG [DispatcherThread] added jobs [1] to the queue
12:52:10,562 DEBUG [ExecuteJobCmd] executing job timer[1|2009-07-01
12:52:10,546|timeout]...
12:52:10,562 DEBUG [TimerImpl] executing timer[1|2009-07-01 12:52:10,546|timeout]
12:52:10,578 DEBUG [TimerImpl] feeding timer signal timeout into
execution[TimerTransition.1.guardedWait]
12:52:10,578 DEBUG [Signal] execution[TimerTransition.1.guardedWait] signals
activity(guardedWait)
12:52:10,578 DEBUG [ExecutionImpl] destroying timers of
execution[TimerTransition.1.guardedWait]
12:52:10,593 DEBUG [AcquireJobsCmd] start querying first acquirable job...
12:52:10,593 DEBUG [AcquireJobsCmd] locking jobs []
12:52:10,593 DEBUG [GetNextDueDateCmd] getting next due date...
12:52:10,593 DEBUG [GetNextDueDateCmd] next due date is null
12:52:10,593 DEBUG [DispatcherThread] DispatcherThread will wait for max 5000ms on
org.jbpm.pvm.internal.jobexecutor.JobExecutor@4f384
12:52:10,625 DEBUG [ExecutionImpl] execution[TimerTransition.1.guardedWait] ends
12:52:10,640 DEBUG [ExecuteActivity] executing activity(escalation)
12:52:10,640 DEBUG [TimerImpl] deleting timer[1|2009-07-01 12:52:10,546|timeout]
12:52:10,640 DEBUG [ExecuteJobCmd] executed job timer[1|2009-07-01 12:52:10,546|timeout]
12:52:15,593 DEBUG [DispatcherThread] DispatcherThread woke up
12:52:15,593 DEBUG [AcquireJobsCmd] start querying first acquirable job...
12:52:15,593 DEBUG [AcquireJobsCmd] locking jobs []
12:52:15,593 DEBUG [GetNextDueDateCmd] getting next due date...
12:52:15,625 DEBUG [GetNextDueDateCmd] next due date is null
12:52:15,625 DEBUG [DispatcherThread] DispatcherThread will wait for max 5000ms on
org.jbpm.pvm.internal.jobexecutor.JobExecutor@4f384
...
verifty job execution transaction integration with jboss
--------------------------------------------------------
Key: JBPM-2368
URL:
https://jira.jboss.org/jira/browse/JBPM-2368
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Tom Baeyens
Assignee: Tom Baeyens
Priority: Blocker
Fix For: jBPM 4.0
13:32:12,680 ERROR [DispatcherThread] exception in job executor thread. waiting 640000
milliseconds
org.jbpm.pvm.internal.wire.WireException: couldn't create object
'org.jbpm.pvm.internal.tx.jta.JtaTr
ansaction':
BaseClassLoader@93b72e{vfszip:/Users/hbraun/Desktop/jbpm-workspace/jbpm-4.0-SNAPSHOT/jbo
ss-5.0.0.GA/server/default/deploy/jbpm/gwt-console-server.war} classLoader is not
connected to a dom
ain (probably undeployed?) for class org.jbpm.pvm.internal.tx.jta.JtaTransaction
at
org.jbpm.pvm.internal.wire.descriptor.ObjectDescriptor.construct(ObjectDescriptor.java:146)
at org.jbpm.pvm.internal.wire.WireContext.construct(WireContext.java:473)
at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:452)
at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:441)
at org.jbpm.pvm.internal.wire.WireContext.get(WireContext.java:421)
at org.jbpm.pvm.internal.wire.WireContext.get(WireContext.java:331)
at org.jbpm.pvm.internal.wire.WireContext.get(WireContext.java:707)
at org.jbpm.pvm.internal.env.BasicEnvironment.get(BasicEnvironment.java:151)
at org.jbpm.pvm.internal.env.BasicEnvironment.get(BasicEnvironment.java:142)
at org.jbpm.pvm.internal.env.Environment.getFromCurrent(Environment.java:200)
at org.jbpm.pvm.internal.env.Environment.getFromCurrent(Environment.java:189)
at
org.jbpm.pvm.internal.tx.jta.JtaRetryInterceptor.execute(JtaRetryInterceptor.java:41)
at
org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
at
org.jbpm.pvm.internal.jobexecutor.DispatcherThread.acquireJobs(DispatcherThread.java:129)
at org.jbpm.pvm.internal.jobexecutor.DispatcherThread.run(DispatcherThread.java:67)
Caused by: java.lang.IllegalStateException:
BaseClassLoader@93b72e{vfszip:/Users/hbraun/Desktop/jbpm
-workspace/jbpm-4.0-SNAPSHOT/jboss-5.0.0.GA/server/default/deploy/jbpm/gwt-console-server.war}
class
Loader is not connected to a domain (probably undeployed?) for class
org.jbpm.pvm.internal.tx.jta.Jt
aTransaction
at
org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:730)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:378)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.jbpm.pvm.internal.util.ReflectUtil.loadClass(ReflectUtil.java:47)
at
org.jbpm.pvm.internal.wire.descriptor.ObjectDescriptor.construct(ObjectDescriptor.java:144)
... 14 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira