quartz scheduler is Failed to trigger in QA Environemnt when same code working fine with local system
quartz scheduler is Failed to trigger in QA Environemnt when same code working fine with local system
I implemented a quartz scheduler and it is working in local environment, but when I move same code to QA, a cron trigger is not working. Here are the logs from QA/Production environment:
[org.springframework.context.support.DefaultLifecycleProcessor]
(Thread-96) Stopping beans in phase 2147483647
[org.quartz.core.QuartzScheduler] (Thread-96) Scheduler
schedulerFactoryBean_$_NON_CLUSTERED paused.
[org.springframework.jmx.export.annotation.AnnotationMBeanExporter]
(Thread-96) Unregistering JMX-exposed beans on shutdown
[io.undertow.servlet] (ServerService Thread Pool — 9) Destroying
Spring FrameworkServlet ‘dispatcherServlet’ io.undertow.servlet]
(ServerService Thread Pool — 9) Closing Spring root
WebApplicationContext 2018-08-28 12:52:17,375 INFO
[org.springframework.scheduling.quartz.SchedulerFactoryBean]
(Thread-96) Shutting down Quartz Scheduler
org.quartz.core.QuartzScheduler] (Thread-96) Scheduler
schedulerFactoryBean_$_NON_CLUSTERED shutting
down.org.quartz.core.QuartzScheduler] (Thread-96) Scheduler
schedulerFactoryBean_$_NON_CLUSTERED paused.
org.quartz.core.QuartzScheduler] (Thread-96) Scheduler
schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
Any idea about what change is required in the code or any thoughts?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.