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
|