[jboss-user] [JBoss jBPM] - Re: How to create a Timer on a task-node?

dasriharsha do-not-reply at jboss.com
Thu Jan 11 13:32:58 EST 2007


Yes the timer is getting created in JBPM_TIMER table. But the handler is not getting executed. Iam throwing back the exception that is caught in the handler. So i see the following exception in the JBPM_TIMER table.

java.lang.Exception: Exception in the VideoTranscodeMonitorHandler org.jbpm.bytes.ByteArray$$EnhancerByCGLIB$$afee7672
  | 	at com.ge.nbc.content.process.video.handler.VideoTranscodeMonitorHandler.execute(VideoTranscodeMonitorHandler.java:55)
  | 	at org.jbpm.graph.def.Action.execute(Action.java:123)
  | 	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.Action$$EnhancerByCGLIB$$9c43d20f.execute(<generated>)
  | 	at org.jbpm.scheduler.exe.Timer.execute(Timer.java:84)
  | 	at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:118)
  | 	at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:70)
  | 

How do i make sure that the Scheduler is running. Looking at the error trace i think its running.

Is there anything that iam missing. 

Regards
Harsha

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000568#4000568

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000568



More information about the jboss-user mailing list