Description
While scheduling an entity, post-processing action fails and throws the following error :
variable [systemJMSNotificationEnabled] cannot be resolved
Oozie stack trace :
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]
Attachments
Attachments
Issue Links
- relates to
-
FALCON-1564 Provide an option for users to disable system post-processing JMS notification
- Resolved