not sure what to do. even after setting log4j to debug i still can't see any exception thrown and after initializing quartz the container simply shuts down with no error:
Oct-01-2005 14:23:55 DEBUG (AbstractAutowireCapableBeanFactory.java:1056) - Invoking afterPropertiesSet() on bean with name 'schedulerFactory'
Oct-01-2005 14:23:55 INFO (ShutdownHookPlugin.java:131) - Registering Quartz shutdown hook.
Oct-01-2005 14:23:55 INFO (JobStoreSupport.java:487) - Using thread monitor-based data access locking (synchronization).
Oct-01-2005 14:23:56 INFO (JobStoreSupport.java:617) - Removed 9 Volatile Trigger(s).
Oct-01-2005 14:23:56 INFO (JobStoreSupport.java:625) - Removed 9 Volatile Job(s).
Oct-01-2005 14:23:56 INFO (JobStoreSupport.java:663) - Freed 0 triggers from 'acquired' / 'blocked' state.
Oct-01-2005 14:23:56 INFO (JobStoreSupport.java:676) - Recovering 0 jobs that were in-progress at the time of the last shut-down.
Oct-01-2005 14:23:56 INFO (JobStoreSupport.java:690) - Recovery complete.
Oct-01-2005 14:23:56 INFO (JobStoreSupport.java:696) - Removed 0 'complete' triggers.
Oct-01-2005 14:23:56 INFO (JobStoreSupport.java:702) - Removed 0 stale fired job entries.
Oct-01-2005 14:23:56 INFO (JobStoreTX.java:76) - JobStoreTX initialized.
Oct-01-2005 14:23:56 INFO (StdSchedulerFactory.java:919) - Quartz scheduler 'GTPersistentScheduler' initialized from an externally provided properties instance.
Oct-01-2005 14:23:56 INFO (StdSchedulerFactory.java:923) - Quartz scheduler version: 1.4.5
Oct-01-2005 14:23:56 INFO (AbstractBeanFactory.java:550) - Destroying singletons in factory {org.springframework.beans.factory.support.Default ListableBeanFactory defining beans...
can anyone please advise on how to get better visibility to the actual error?
thanks,
NY


Reply With Quote