You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2011/09/10 05:21:10 UTC

[jira] [Created] (OOZIE-511) OOZIE-94: action-actual-time causes CoordActionInputCheckXCommand throws NPE

OOZIE-94: action-actual-time causes CoordActionInputCheckXCommand throws NPE
----------------------------------------------------------------------------

                 Key: OOZIE-511
                 URL: https://issues.apache.org/jira/browse/OOZIE-511
             Project: Oozie
          Issue Type: Bug
            Reporter: Angelo K. Huang
            Assignee: Angelo K. Huang


2011-05-05 00:00:00,024 ERROR CoordActionInputCheckXCommand:533 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000016-110504231135193-oozie-oozi-C] ACTION[0000016-110504231135193-oozie-oozi-C@10] XException,
org.apache.oozie.command.CommandException: E1005: Could not read the coordinator job configuration read from DB, null
        at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:137)
        at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:54)
        at org.apache.oozie.command.XCommand.call(XCommand.java:257)
        at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:148)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException
        at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1235)
        at java.text.DateFormat.parse(DateFormat.java:335)
        at org.apache.oozie.util.DateUtils.parseDateUTC(DateUtils.java:120)
        at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.checkUnresolvedInstances(CoordActionInputCheckXCommand.java:226)
        at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.checkInput(CoordActionInputCheckXCommand.java:160)
        at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:108)
        ... 6 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OOZIE-511) OOZIE-94: action-actual-time causes CoordActionInputCheckXCommand throws NPE

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik resolved OOZIE-511.
------------------------------------

    Resolution: Fixed

> OOZIE-94: action-actual-time causes CoordActionInputCheckXCommand throws NPE
> ----------------------------------------------------------------------------
>
>                 Key: OOZIE-511
>                 URL: https://issues.apache.org/jira/browse/OOZIE-511
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> 2011-05-05 00:00:00,024 ERROR CoordActionInputCheckXCommand:533 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000016-110504231135193-oozie-oozi-C] ACTION[0000016-110504231135193-oozie-oozi-C@10] XException,
> org.apache.oozie.command.CommandException: E1005: Could not read the coordinator job configuration read from DB, null
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:137)
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:54)
>         at org.apache.oozie.command.XCommand.call(XCommand.java:257)
>         at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:148)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>         at java.lang.Thread.run(Thread.java:662)
> Caused by: java.lang.NullPointerException
>         at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1235)
>         at java.text.DateFormat.parse(DateFormat.java:335)
>         at org.apache.oozie.util.DateUtils.parseDateUTC(DateUtils.java:120)
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.checkUnresolvedInstances(CoordActionInputCheckXCommand.java:226)
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.checkInput(CoordActionInputCheckXCommand.java:160)
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:108)
>         ... 6 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira