You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "Kashif Mahmood (Jira)" <ji...@apache.org> on 2020/05/10 17:55:00 UTC

[jira] [Updated] (GRIFFIN-327) Null Exception while triggering griffin Job

     [ https://issues.apache.org/jira/browse/GRIFFIN-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kashif Mahmood updated GRIFFIN-327:
-----------------------------------
    Description: 
h6. Getting exception while triggering a job.

 
h6. java.lang.NullPointerException: null

at org.apache.griffin.core.job.JobInstance.setJobStartTime(JobInstance.java:146) ~[classes!/:0.6.0-SNAPSHOT]
 at org.apache.griffin.core.job.JobInstance.initParam(JobInstance.java:131) ~[classes!/:0.6.0-SNAPSHOT]
 at org.apache.griffin.core.job.JobInstance.execute(JobInstance.java:115) [classes!/:0.6.0-SNAPSHOT]
 at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.2.2.jar!/:?]
 at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.2.2.jar!/:?]

 

 

while debugging it is observed that that "job_triggers" table of quartz database having "prev_fire_time" = -1 which causing this.

when this time is manually updated the job getting work.

  was:
h6. Getting exception while triggering a job.

 
h6. java.lang.NullPointerException: null
at org.apache.griffin.core.job.JobInstance.setJobStartTime(JobInstance.java:146) ~[classes!/:0.6.0-SNAPSHOT]
at org.apache.griffin.core.job.JobInstance.initParam(JobInstance.java:131) ~[classes!/:0.6.0-SNAPSHOT]
at org.apache.griffin.core.job.JobInstance.execute(JobInstance.java:115) [classes!/:0.6.0-SNAPSHOT]
at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.2.2.jar!/:?]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.2.2.jar!/:?]

 

 

while debugging it is observed that that "job_triggers" table of quartz table having "prev_fire_time" = -1 which causing this.

when this time is manually updated the job getting work.


> Null Exception while triggering griffin Job
> -------------------------------------------
>
>                 Key: GRIFFIN-327
>                 URL: https://issues.apache.org/jira/browse/GRIFFIN-327
>             Project: Griffin
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>         Environment: production
>            Reporter: Kashif Mahmood
>            Priority: Critical
>             Fix For: 0.5.0
>
>
> h6. Getting exception while triggering a job.
>  
> h6. java.lang.NullPointerException: null
> at org.apache.griffin.core.job.JobInstance.setJobStartTime(JobInstance.java:146) ~[classes!/:0.6.0-SNAPSHOT]
>  at org.apache.griffin.core.job.JobInstance.initParam(JobInstance.java:131) ~[classes!/:0.6.0-SNAPSHOT]
>  at org.apache.griffin.core.job.JobInstance.execute(JobInstance.java:115) [classes!/:0.6.0-SNAPSHOT]
>  at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.2.2.jar!/:?]
>  at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.2.2.jar!/:?]
>  
>  
> while debugging it is observed that that "job_triggers" table of quartz database having "prev_fire_time" = -1 which causing this.
> when this time is manually updated the job getting work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)