You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pallavi Rao (JIRA)" <ji...@apache.org> on 2015/12/30 12:14:49 UTC

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

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

Pallavi Rao updated FALCON-1578:
--------------------------------
    Fix Version/s: 0.9

> post-processing action fails with javax.servlet.jsp.el.ELException
> ------------------------------------------------------------------
>
>                 Key: FALCON-1578
>                 URL: https://issues.apache.org/jira/browse/FALCON-1578
>             Project: Falcon
>          Issue Type: Bug
>          Components: oozie
>    Affects Versions: trunk
>         Environment: QA
>            Reporter: Pragya Mittal
>            Assignee: Venkat Ramachandran
>             Fix For: trunk, 0.9
>
>         Attachments: FALCON-1578.20151103.1.patch
>
>
> While scheduling an entity, post-processing action fails and throws the following error :
> {code}
> variable [datasource] cannot be resolved
> {code}
> Oozie stack trace :
> {noformat}
> 2015-11-02 06:01:00,700  WARN pool-6-thread-8 ActionStartXCommand - SERVER[lda01] USER[pragya] GROUP[-] TOKEN[] APP[FALCON_FEED_RETENTION_LifecycleHourlyTest-inPath-c678988f] JOB[0000003-151030143551663-oozie-oozi-W] ACTION[0000003-151030143551663-oozie-oozi-W@succeeded-post-processing] ELException in ActionStartXCommand
> javax.servlet.jsp.el.ELException: variable [datasource] 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.BinaryOperatorExpression.evaluate(BinaryOperatorExpression.java:154)
>         at org.apache.commons.el.ConditionalExpression.evaluate(ConditionalExpression.java:147)
>         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 06:01:00,703  WARN pool-6-thread-8 ActionStartXCommand - SERVER[lda01] USER[pragya] GROUP[-] TOKEN[] APP[FALCON_FEED_RETENTION_LifecycleHourlyTest-inPath-c678988f] JOB[0000003-151030143551663-oozie-oozi-W] ACTION[0000003-151030143551663-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)