You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2016/09/16 00:20:20 UTC

[jira] [Updated] (OOZIE-2525) SchemaChecker fails with NPE

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

Robert Kanter updated OOZIE-2525:
---------------------------------
    Priority: Critical  (was: Major)

> SchemaChecker fails with NPE
> ----------------------------
>
>                 Key: OOZIE-2525
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2525
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Purshotam Shah
>            Assignee: Robert Kanter
>            Priority: Critical
>             Fix For: 4.3.0
>
>         Attachments: OOZIE-2525.001.patch
>
>
> {code}
> 2016-05-03 14:38:03,851  WARN SchedulerService:523 [pool-1-thread-2] - SERVER[-] Error executing runnable [SchemaCheckerRunnable], null
> java.lang.NullPointerException
>         at org.apache.oozie.service.SchemaCheckerService.access$002(SchemaCheckerService.java:29)
>         at org.apache.oozie.service.SchemaCheckerService$SchemaCheckerRunnable.run(SchemaCheckerService.java:120)
>         at org.apache.oozie.service.SchedulerService$2.run(SchedulerService.java:175)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> {code}
> It;s trying to use SchemaCheckerService before it is initialized.
> {code:title=SchemaCheckerService.java}
> Services.get().get(SchemaCheckerService.class).status = "DISABLED (not leader in HA)";
>                 Services.get().get(SchemaCheckerService.class).lastCheck = "N/A";
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)