-
Bug
-
Resolution: Fixed
-
Medium
-
3.0.3
-
None
-
Linux kernel 2.6.6
java 1.5.0
resin 3.0.9
database MSSQL server 7
-
3
-
if we have subscriptions to filters the Scheduler dies with exception:
Exception in thread "QuartzSchedulerThread" java.lang.ClassCastException: java.util.Date
at java.sql.Timestamp.compareTo(Timestamp.java:474)
at org.quartz.Trigger.compareTo(Trigger.java:611)
at org.quartz.simpl.TriggerComparator.compare(RAMJobStore.java:904)
at java.util.TreeMap.compare(TreeMap.java:1093)
at java.util.TreeMap.getEntry(TreeMap.java:347)
at java.util.TreeMap.remove(TreeMap.java:506)
at java.util.TreeSet.remove(TreeSet.java:223)
at org.quartz.simpl.RAMJobStore.acquireNextTrigger(RAMJobStore.java:735)
at com.atlassian.scheduler.OfBizJobStore.acquireNextTrigger(OfBizJobStore.java:479)
at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:197)
and all the scheduled tasks dont execute not even services so no mails are sent and so on.
if i remove all the subscriptions to filters everything works fine
- duplicates
-
JRASERVER-5412 Make Jira run under Java 1.5
- Closed
- is duplicated by
-
JRASERVER-5750 Exception in thread "QuartzSchedulerThread" java.lang.ClassCastException: java.util.Date
- Closed
-
JRASERVER-6112 Email not sent. Flushing does work.
- Closed
- is related to
-
JRASERVER-5264 'Support' for JDK 1.5
- Closed