Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdstruijk committed Jul 10, 2020
1 parent 4625b63 commit df0ef0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static Scheduler getScheduler(ServletContext context) throws SchedulerExc
context.getAttribute(QuartzInitializerListener.QUARTZ_FACTORY_KEY);
}
if (schedulerFactory == null) {
throw new SchedulerException("No quartz factory available!");
throw new SchedulerException("No quartz factory available! Probably wrong tables -> update Quartz tables.");
}

return schedulerFactory.getScheduler();
Expand Down

0 comments on commit df0ef0a

Please sign in to comment.