You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "zhixun he (JIRA)" <ji...@apache.org> on 2016/06/23 21:47:16 UTC

[jira] [Updated] (OOZIE-2583) oozie test case test_BundleApppath failed b/c javax.servlet.jsp.el.EL Exception : variable [oozie] cannot be resolved

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

zhixun he updated OOZIE-2583:
-----------------------------
    Description: 
TestOozieRegression.test_BundleApppath test case failed due to following error:

{noformat}
2016-06-21 06:34:02,116 WARN ActionStartXCommand:523 - SERVER[xxxxl] USER[hrt_qa] GROUP[-] TOKEN[] APP[test_4591177_1] JOB[0000075-160621052006550-oozie-oozi-W] ACTION[0000075-160621052006550-oozie-oozi-W@subwf] EL Exception in ActionStartXCommand 
. javax.servlet.jsp.el.EL Exception : variable [oozie] 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.ComplexValue.evaluate(ComplexValue.java:140)
. 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:193)
. at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:63)
. at org.apache.oozie.command.XCommand.call(XCommand.java:287)
. at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:331)
. at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:260)
. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
. at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:178)
. 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)
{noformat}

  was:
TestOozieRegression.test_BundleApppath test case failed due to following error:

2016-06-21 06:34:02,116 WARN ActionStartXCommand:523 - SERVER[xxxxl] USER[hrt_qa] GROUP[-] TOKEN[] APP[test_4591177_1] JOB[0000075-160621052006550-oozie-oozi-W] ACTION[0000075-160621052006550-oozie-oozi-W@subwf] EL Exception in ActionStartXCommand 
. javax.servlet.jsp.el.EL Exception : variable [oozie] 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.ComplexValue.evaluate(ComplexValue.java:140)
. 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:193)
. at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:63)
. at org.apache.oozie.command.XCommand.call(XCommand.java:287)
. at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:331)
. at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:260)
. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
. at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:178)
. 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)



> oozie test case test_BundleApppath failed b/c javax.servlet.jsp.el.EL Exception : variable [oozie] cannot be resolved
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-2583
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2583
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: zhixun he
>            Priority: Blocker
>
> TestOozieRegression.test_BundleApppath test case failed due to following error:
> {noformat}
> 2016-06-21 06:34:02,116 WARN ActionStartXCommand:523 - SERVER[xxxxl] USER[hrt_qa] GROUP[-] TOKEN[] APP[test_4591177_1] JOB[0000075-160621052006550-oozie-oozi-W] ACTION[0000075-160621052006550-oozie-oozi-W@subwf] EL Exception in ActionStartXCommand 
> . javax.servlet.jsp.el.EL Exception : variable [oozie] 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.ComplexValue.evaluate(ComplexValue.java:140)
> . 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:193)
> . at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:63)
> . at org.apache.oozie.command.XCommand.call(XCommand.java:287)
> . at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:331)
> . at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:260)
> . at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> . at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:178)
> . 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)
> {noformat}



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