This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERROR - Job DEFAULT.jobDetail threw an unhandled Exception:

Hi,

Could you please tell me what does the below error means (general.log):

 [local-scheduler-persisted_Worker-1] (JobRunShell.java:232) ERROR - Job DEFAULT.jobDetail threw an unhandled Exception: java.lang.NullPointerException
at com.hp.oo.scheduler.job.FlowScheduleJob.setRunUserInSecurityContext(FlowScheduleJob.java:118)
at com.hp.oo.scheduler.job.FlowScheduleJob.execute(FlowScheduleJob.java:78)
at org.quartz.core.JobRunShell.run(JobRunShell.java:223)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)

Regards;

  • 0  

    NullPointerException occurs when we are doing an operation on null where an object is required.

    Based on the information you provided, it looks like it is related to the scheduler, either it was not configured correctly or something else wrong. Please check if the same NullPointerException occurs for all scheduled jobs. If that is the case, please open a support ticket and we will investigate it.

    I have searched on our database and do not see the same issue being reported by another customer.