org.quartz.SchedulerException: JobListener 'Publish Listener' not found.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Terracotta by kannanh, 1 year ago
via Terracotta by aissam, 1 year ago
org.quartz.SchedulerException: JobListener 'Publish Listener' not found.
at org.quartz.core.QuartzScheduler.buildJobListenerList(QuartzScheduler.java:1835)
at org.quartz.core.QuartzScheduler.notifyJobListenersToBeExecuted(QuartzScheduler.java:1922)
at org.quartz.core.JobRunShell.notifyListenersBeginning(JobRunShell.java:357)
at org.quartz.core.JobRunShell.run(JobRunShell.java:190)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)