You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pragya Mittal (JIRA)" <ji...@apache.org> on 2015/11/02 08:18:27 UTC

[jira] [Created] (FALCON-1579) post-processing action fails with javax.servlet.jsp.el.ELException

Pragya Mittal created FALCON-1579:
-------------------------------------

             Summary: post-processing action fails with javax.servlet.jsp.el.ELException
                 Key: FALCON-1579
                 URL: https://issues.apache.org/jira/browse/FALCON-1579
             Project: Falcon
          Issue Type: Bug
          Components: oozie
    Affects Versions: 0.8
         Environment: QA
            Reporter: Pragya Mittal
             Fix For: 0.8


While scheduling an entity, post-processing action fails and throws the following error :
{code}
variable [systemJMSNotificationEnabled] cannot be resolved
{code}

Oozie stack trace :
{noformat}
2015-11-02 07:07:47,525  WARN pool-6-thread-7 ActionStartXCommand - SERVER[lda01] USER[pragya] GROUP[-] TOKEN[] APP[FALCON_FEED_RETENTION_LifecycleHourlyTest-inPath-1802a31b] JOB[0000003-151102065020029-oozie-oozi-W] ACTION[0000003-151102065020029-oozie-oozi-W@succeeded-post-processing] ELException in ActionStartXCommand
javax.servlet.jsp.el.ELException: variable [systemJMSNotificationEnabled] cannot be resolved
        at org.apache.oozie.util.ELEvaluator$Context.resolveVariable(ELEvaluator.java:107)
        at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
        at org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
        at org.apache.oozie.util.ELEvaluator.evaluate(ELEvaluator.java:204)
        at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:207)
        at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:64)
        at org.apache.oozie.command.XCommand.call(XCommand.java:286)
        at org.apache.oozie.command.XCommand.call(XCommand.java:356)
        at org.apache.oozie.command.wf.SignalXCommand.execute(SignalXCommand.java:434)
        at org.apache.oozie.command.wf.SignalXCommand.execute(SignalXCommand.java:76)
        at org.apache.oozie.command.XCommand.call(XCommand.java:286)
        at org.apache.oozie.command.XCommand.call(XCommand.java:356)
        at org.apache.oozie.command.wf.ActionEndXCommand.execute(ActionEndXCommand.java:280)
        at org.apache.oozie.command.wf.ActionEndXCommand.execute(ActionEndXCommand.java:61)
        at org.apache.oozie.command.XCommand.call(XCommand.java:286)
        at org.apache.oozie.command.XCommand.call(XCommand.java:356)
        at org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:244)
        at org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:56)
        at org.apache.oozie.command.XCommand.call(XCommand.java:286)
        at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175)
        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)
2015-11-02 07:07:47,528  WARN pool-6-thread-7 ActionStartXCommand - SERVER[lda01] USER[pragya] GROUP[-] TOKEN[] APP[FALCON_FEED_RETENTION_LifecycleHourlyTest-inPath-1802a31b] JOB[0000003-151102065020029-oozie-oozi-W] ACTION[0000003-151102065020029-oozie-oozi-W@succeeded-post-processing] Failing Job due to failed action [succeeded-post-processing]

{noformat}



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