Advertisement
mugs

Unable to notify JobListener

May 26th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.98 KB | None | 0 0
  1. 2015-05-26 15:44:57,544 [scheduler_Worker-8] u:/d: ERROR org.quartz.core.ErrorLogger - Unable to notify JobListener(s) of Job to be executed: (Job will NOT be executed!). trigger= unscheduled.fiscalYearMakerJob job= unscheduled.fiscalYearMakerJob
  2. org.quartz.SchedulerException: JobListener 'jobListener' threw exception: null [See nested exception: java.lang.NullPointerException]
  3.     at org.quartz.core.QuartzScheduler.notifyJobListenersToBeExecuted(QuartzScheduler.java:1930)
  4.     at org.quartz.core.JobRunShell.notifyListenersBeginning(JobRunShell.java:357)
  5.     at org.quartz.core.JobRunShell.run(JobRunShell.java:190)
  6.     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
  7. Caused by: java.lang.NullPointerException
  8.     at org.kuali.kfs.sys.batch.JobListener.initializeLogging(JobListener.java:97)
  9.     at org.kuali.kfs.sys.batch.JobListener.jobToBeExecuted(JobListener.java:70)
  10.     at org.quartz.core.QuartzScheduler.notifyJobListenersToBeExecuted(QuartzScheduler.java:1928)
  11.     ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement