[
https://issues.apache.org/jira/browse/OOZIE-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15395449#comment-15395449
]
abhishek bafna commented on OOZIE-2583:
---------------------------------------
Failure log:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12.2:test (default-test) on
project oozie-core: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.12.2:test failed: The forked
VM terminated without saying properly goodbye. VM crash or System.exit called ?
-> [Help 1]
[ERROR] Failed to execute goal on project oozie-workflowgenerator: Could not
resolve dependencies for project
org.apache.oozie:oozie-workflowgenerator:war:4.3.0-SNAPSHOT: Failure to find
com.orange.links:gwt-links:jar:1.3-SNAPSHOT in
http://gwt-links.googlecode.com/svn/repository was cached in the local
repository, resolution will not be reattempted until the update interval of
gwt-links has elapsed or updates are forced -> [Help 2]
{code}
I will re-trigger the Jenkins. Thanks.
> oozie throws EL Exception when reference variable name containing dot
> ---------------------------------------------------------------------
>
> Key: OOZIE-2583
> URL: https://issues.apache.org/jira/browse/OOZIE-2583
> Project: Oozie
> Issue Type: Bug
> Components: core
> Affects Versions: 4.3.0
> Reporter: zhixun he
> Assignee: abhishek bafna
> Priority: Blocker
> Fix For: 4.3.0
>
> Attachments: OOZIE-2583-00.patch, OOZIE-2583-01.patch,
> OOZIE-2583-02.patch, OOZIE-2583-03.patch, OOZIE-2583-04.patch
>
>
> 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)