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)
  • 相关阅读:
    如何解决由于启动用户实例的进程时出错,导致无法生成 SQL Server 的用户实例。该连接将关闭。
    客户端中检测到有潜在危险的Request.Form 值的处理办法 VS2010 .NET 4.0
    VS2010中解决数据集和ObjectDataSource无法自动生成UPDATA和DELETE方法
    使用Eclipse的几个必须掌握的快捷方式
    使用OjectDataSource数据源绑定ListView 高效分页
    NVIDIA SDK 10
    [转]我要的不多
    本月推荐电影
    加/解密
    GDC 2007 Presentations of NV now available.
  • 原文地址:https://www.cnblogs.com/itjunjun/p/13038360.html
Copyright © 2011-2022 走看看