zoukankan      html  css  js  c++  java
  • ERROR c.m.q.u.AbstractQuartzJob

    16:25:54.311 [HisScheduler_Worker-3] ERROR c.m.q.u.AbstractQuartzJob - [execute,49] - 任务执行异常  - :
    java.lang.reflect.InvocationTargetException: null
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.msunsoft.quartz.util.JobInvokeUtil.invokeMethod(JobInvokeUtil.java:62)
        at com.msunsoft.quartz.util.JobInvokeUtil.invokeMethod(JobInvokeUtil.java:39)
        at com.msunsoft.quartz.util.QuartzDisallowConcurrentExecution.doExecute(QuartzDisallowConcurrentExecution.java:19)
        at com.msunsoft.quartz.util.AbstractQuartzJob.execute(AbstractQuartzJob.java:43)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
    Caused by: java.lang.NullPointerException: null
        at com.msunsoft.quartz.task.ArsAppointmentTask.copyAppointmentInfoByStatusCondation(ArsAppointmentTask.java:27)
        ... 10 common frames omitted
    16:25:54.314 [HisScheduler_Worker-3] DEBUG c.m.q.m.S.insertJobLog - [debug,159] - ==>  Preparing: insert into sys_job_log( job_name, job_group, invoke_target, job_message, status, exception_info, create_time )values( ?, ?, ?, ?, ?, ?, sysdate() ) 
    16:25:54.316 [HisScheduler_Worker-3] DEBUG c.m.q.m.S.insertJobLog - [debug,159] - ==> Parameters: 定时备份预约表信息到预约信息字典表(String), DEFAULT(String), com.msunsoft.quartz.task.ArsAppointmentTask.copyAppointmentInfoByStatusCondation()(String), 定时备份预约表信息到预约信息字典表 总共耗时:6毫秒(String), 1(String), java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.msunsoft.quartz.util.JobInvokeUtil.invokeMethod(JobInvokeUtil.java:62)
        at com.msunsoft.quartz.util.JobInvokeUtil.invokeMethod(JobInvokeUtil.java:39)
        at com.msunsoft.quartz.util.QuartzDisallowConcurrentExecution.doExecute(QuartzDisallowConcurrentExecution.java:19)
        at com.msunsoft.quartz.util.AbstractQuartzJob.execute(AbstractQuartzJob.java:43)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
    Caused by: java.lang.NullPointerException
        at com.msunsoft.quartz.task.ArsAppointmentTask.copyAppointmentInfoByStatusCondation(ArsAppointmentTask.java:27)
  • 相关阅读:
    windows系统使用sketch设计的设计稿
    移动端点击按钮复制链接
    设置display:inline-block 元素间隙
    修改url中参数值
    fiddler主要图标说明
    fiddler抓包工具
    数据库删除
    having的用法
    left join on和where
    Statement和PreparedStatement有什么区别?哪个效率高?
  • 原文地址:https://www.cnblogs.com/itjunjun/p/13038360.html
Copyright © 2011-2022 走看看