Search code examples
quartz-scheduler

Quartz scheduled jobs failing without showing anything in scheduler logs


I am using Quartz scheduler to execute jobs. But while trying to schedule jobs for a future time, the jobs get triggered at the right time and immediately goes to failed state without displaying anything in the scheduler logs.


Solution

  • Could not find the root cause for this. But the issue was solved by pointing to a freshly created Quartz database.

    The reason could be that the database might have got corrupted in some way.