[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Quartz Jobs not fired and state set to ERROR  XML
Forum Index -> Quartz
Author Message
carolyn

neo

Joined: 05/10/2012 09:52:33
Messages: 1
Offline

We are using Quartz 1.7.3

We are using several schedulers.

One of them, stores a lot of CronTrigger jobs, the other stores SimpleTrigger jobs.

We noticed (using one or more application contexts), that when the SimpleTrigger and the CronTrigger both contain jobs scheduled to run at the same time, that most of the time, the SimpleTrigger will not fire and the job state will be set to ERROR.

We enabled DEBUG level logging, and noticed nothing out of the ordinary, except that at the time the SimpleTrigger is supposed to launch the job, NOTHING is logged for it & nothing is happening, except that its state is set to ERROR.

Note that the job/class exists on our classpath (and when the job is not scheduled to run at the same time as another CronTrigger job, it runs successfully).

Any help would be greatly appreciated!

Thanks in advance :)
CM
light5

ophanim
[Avatar]
Joined: 01/14/2011 20:32:56
Messages: 517
Offline

Hard to tell. Try to post your quartz.properties config and see.

Double check to ensure your Job implementation is working correctly. Have you try replacing a simplier Job impl such as NoOp or one that just log a entry? Will it still error out? Have you tried latest quartz release?

Zemian Deng
---------------
Looking for a web UI to manage Quartz?
Try http://code.google.com/p/myschedule
[WWW]
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team