Hi, I'm trying to run a workflow with a coordinator from hue, using oozie version 4.1.0-cdh5.8.0, I get the following error.
The workflow gets stuck on running and I have to kill it. java.lang.IllegalArgumentException: externalId cannot be empty at org.apache.oozie.util.ParamChecker.notEmpty(ParamChecker.java:90) at org.apache.oozie.util.ParamChecker.notEmpty(ParamChecker.java:74) at org.apache.oozie.WorkflowActionBean.setStartData(WorkflowActionBean.java:503) at org.apache.oozie.command.wf.ActionXCommand$ActionExecutorContext.setStartData(ActionXCommand.java:370) at org.apache.oozie.action.ssh.SshActionExecutor.start(SshActionExecutor.java:269) at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:250) 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.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:321) at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:250) at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Then I get this one, it may be related to the previous one. XException, org.apache.oozie.command.CommandException: E0822: Received early callback for action [0000007-161019165236879-oozie-oozi-W@ssh-8a40] while still in PREP state and exhausted all requeues at org.apache.oozie.command.wf.CompletedActionXCommand.execute(CompletedActionXCommand.java:114) at org.apache.oozie.command.wf.CompletedActionXCommand.execute(CompletedActionXCommand.java:39) 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:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)
