[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Quartz trigger is sometime removed for no reason  XML
Forum Index -> Quartz
Author Message
erezn

neo

Joined: 03/09/2010 22:49:19
Messages: 1
Offline

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
baraka

neo

Joined: 03/10/2010 06:04:27
Messages: 1
Offline

Not jboss 1.4.2 but 4.2.3.GA & jdk 1.5
jhouse

consul

Joined: 11/06/2009 15:29:56
Messages: 466
Offline


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.

 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team