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)
  • 相关阅读:
    pythonchallenge 2
    js动态改变img元素src在IE无效的问题
    自己设计的java web消息提示机制
    eclipse+PyDev里面import win32api报错的问题解决
    windows动态磁盘导致的分区问题
    sqlserver 遇到以零作除数错误的处理 不报错的解决方法
    iis7 运行 php5.5 的方法
    应用程序试图执行安全策略不允许的操作。要授予此应用程序所需的权限,请与系统管理员联系,或在配置文件中更改该应用程序
    C# 模拟用户登录
    ListBoxControl 删除选择的项的方法
  • 原文地址:https://www.cnblogs.com/itjunjun/p/13038360.html
Copyright © 2011-2022 走看看