Still looking for an answer to this. My previous post via the web seem to have gotten reformatted really narrow, so I am sending this via e-mail to see
if it get formatted better. Also, I think I sent the output for the original example, which has a lot of extra garbage in it. Here is a better (hopefully) view of it.
I tried to
bold the next fire time values to make them easy to see. I don't know if that will go across.
15:51:54:312 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - ------- Initializing -------------------
15:51:54:421 [INFO] Quartz.Core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl
15:51:54:421 [INFO] Quartz.Core.QuartzScheduler - Quartz Scheduler v.1.0.2.3 created.
15:51:54:421 [INFO] Quartz.Simpl.RAMJobStore - RAMJobStore initialized.
15:51:54:421 [INFO] Quartz.Impl.StdSchedulerFactory - Quartz scheduler 'ExampleDefaultQuartzScheduler' initialized
15:51:54:421 [INFO] Quartz.Impl.StdSchedulerFactory - Quartz scheduler version: 1.0.2.3
15:51:54:421 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - ------- Initialization Complete -----------
15:51:54:421 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - ------- Scheduling Jobs -----------
15:51:54:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - group1.statefulJob1 will run at: Mon, 14 Jun 2010 20:51:55 GMT and repeat: 5 times, every 8 seconds
15:51:54:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - ------- Starting Scheduler ----------------
15:51:54:437 [INFO] Quartz.Core.QuartzScheduler - Scheduler ExampleDefaultQuartzScheduler_$_NON_CLUSTERED started.
15:51:54:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - ------- Started Scheduler -----------------
15:51:55:015 [DEBUG] Quartz.Simpl.SimpleJobFactory - Producing instance of Job 'group1.statefulJob1', class=Quartz.Examples.Example5.StatefulDumbJob
15:51:55:031 [DEBUG] Quartz.Core.JobRunShell - Calling Execute on job group1.statefulJob1
---group1.statefulJob1 executing.[Mon, 14 Jun 2010 15:51:55 GMT]
15:51:57:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM
-group1.statefulJob1 complete (1).
15:51:59:046 [DEBUG] Quartz.Core.JobRunShell - Trigger instruction : NoInstruction
15:52:00:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM
15:52:03:015 [DEBUG] Quartz.Simpl.SimpleJobFactory - Producing instance of Job 'group1.statefulJob1', class=Quartz.Examples.Example5.StatefulDumbJob
15:52:03:015 [DEBUG] Quartz.Core.JobRunShell - Calling Execute on job group1.statefulJob1
---group1.statefulJob1 executing.[Mon, 14 Jun 2010 15:52:03 GMT]
15:52:03:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM15:52:06:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM
-group1.statefulJob1 complete (2).
15:52:07:015 [DEBUG] Quartz.Core.JobRunShell - Trigger instruction : NoInstruction
15:52:09:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM
15:52:11:000 [DEBUG] Quartz.Simpl.SimpleJobFactory - Producing instance of Job 'group1.statefulJob1', class=Quartz.Examples.Example5.StatefulDumbJob
15:52:11:000 [DEBUG] Quartz.Core.JobRunShell - Calling Execute on job group1.statefulJob1
---group1.statefulJob1 executing.[Mon, 14 Jun 2010 15:52:11 GMT]
15:52:12:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM -group1.statefulJob1 complete (3).
15:52:15:000 [DEBUG] Quartz.Core.JobRunShell - Trigger instruction : NoInstruction
15:52:15:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM15:52:18:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM
15:52:19:000 [DEBUG] Quartz.Simpl.SimpleJobFactory - Producing instance of Job 'group1.statefulJob1', class=Quartz.Examples.Example5.StatefulDumbJob
15:52:19:000 [DEBUG] Quartz.Core.JobRunShell - Calling Execute on job group1.statefulJob1
---group1.statefulJob1 executing.[Mon, 14 Jun 2010 15:52:19 GMT]
15:52:21:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM -group1.statefulJob1 complete (4).
15:52:23:000 [DEBUG] Quartz.Core.JobRunShell - Trigger instruction : NoInstruction
15:52:24:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb -
Next Fire Time: 6/14/2010 3:51:55 PM15:52:24:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - ------- Shutting Down ---------------------
15:52:24:437 [INFO] Quartz.Core.QuartzScheduler - Scheduler ExampleDefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
15:52:24:437 [INFO] Quartz.Core.QuartzScheduler - Scheduler ExampleDefaultQuartzScheduler_$_NON_CLUSTERED paused.
15:52:24:437 [DEBUG] Quartz.Simpl.SimpleThreadPool - shutdown complete
15:52:24:437 [INFO] Quartz.Core.QuartzScheduler - Scheduler ExampleDefaultQuartzScheduler_$_NON_CLUSTERED Shutdown complete.
15:52:24:437 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - ------- Shutdown Complete -----------------
15:52:24:453 [INFO] Quartz.Examples.Example5.MisfireExample_vcb - Executed 4 jobs.
Example run successfully.
15:52:24:500 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:500 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:515 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:562 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:906 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:906 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:906 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:906 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:906 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
15:52:24:906 [DEBUG] Quartz.Simpl.SimpleThreadPool - WorkerThread is shut down
--
Thanks,
Valentin Briones