Hi,
We are using Quartz version 1.5.2 with JBoss 1.4.2.
We are using both simple and cron triggers, but for no reason, after sometime (not consistent) some of the triggers are removed.
These triggers (both cron and simple) are defined to run indefinitely.
We are using RAMStore.
Our scheduler is being initialized using the Quartz API's.
We also put the Quartz log on debug and there were no exceptions there.
Any help will be greatly appreciated, we are out of ideas how to solve it. Thanks,
Erez
Quartz 1.5.2 is quite old (four years) so it's pretty hard to try to support that (my memory of it is well faded, and I don't have the codebase setup and handy to review).
But I can't recall any previous reports of anything like this.
You may want to turn all quartz logging to debug level and add the history logging plugins (org.quartz.plugins.history.LoggingTriggerHistoryPlugin, etc.) to the configuration to get even more logging. I'd then wait for the problem to occur again and review the logs to see if there is anything noting why the deletion occurred.