You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after upgrading to Rundeck 2.6.3 one job fails to start/run:
[workflow] Begin execution: rundeck-workflow-node-first context: null java.lang.NullPointerException at com.dtolabs.rundeck.core.dispatcher.DataContextUtils.replaceDataReferences(DataContextUtils.java:168) at com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeDispatcher.dispatch(OrchestratorNodeDispatcher.java:98) at com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeDispatcher.dispatch(OrchestratorNodeDispatcher.java:74) at com.dtolabs.rundeck.core.execution.ExecutionServiceImpl.dispatchToNodes(ExecutionServiceImpl.java:196) at com.dtolabs.rundeck.core.execution.workflow.NodeFirstWorkflowStrategy.executeWFSectionNodeDispatch(NodeFirstWorkflowStrategy.java:189) at com.dtolabs.rundeck.core.execution.workflow.NodeFirstWorkflowStrategy.executeWorkflowImpl(NodeFirstWorkflowStrategy.java:110) at com.dtolabs.rundeck.core.execution.workflow.BaseWorkflowStrategy.executeWorkflow(BaseWorkflowStrategy.java:182) at com.dtolabs.rundeck.core.execution.WorkflowExecutionServiceThread.run(WorkflowExecutionServiceThread.java:55) Exception: class java.lang.NullPointerException: null [workflow] Finish execution: rundeck-workflow-node-first: [Workflow result: , exception: java.lang.NullPointerException, flow control: Continue, status: failed] null
Downgraded to 2.6.2 and job works again.
The text was updated successfully, but these errors were encountered:
Hi, after upgrading to Rundeck 2.6.3 one job fails to start/run:
[workflow] Begin execution: rundeck-workflow-node-first context: null java.lang.NullPointerException at com.dtolabs.rundeck.core.dispatcher.DataContextUtils.replaceDataReferences(DataContextUtils.java:168) at com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeDispatcher.dispatch(OrchestratorNodeDispatcher.java:98) at com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeDispatcher.dispatch(OrchestratorNodeDispatcher.java:74) at com.dtolabs.rundeck.core.execution.ExecutionServiceImpl.dispatchToNodes(ExecutionServiceImpl.java:196) at com.dtolabs.rundeck.core.execution.workflow.NodeFirstWorkflowStrategy.executeWFSectionNodeDispatch(NodeFirstWorkflowStrategy.java:189) at com.dtolabs.rundeck.core.execution.workflow.NodeFirstWorkflowStrategy.executeWorkflowImpl(NodeFirstWorkflowStrategy.java:110) at com.dtolabs.rundeck.core.execution.workflow.BaseWorkflowStrategy.executeWorkflow(BaseWorkflowStrategy.java:182) at com.dtolabs.rundeck.core.execution.WorkflowExecutionServiceThread.run(WorkflowExecutionServiceThread.java:55) Exception: class java.lang.NullPointerException: null [workflow] Finish execution: rundeck-workflow-node-first: [Workflow result: , exception: java.lang.NullPointerException, flow control: Continue, status: failed] null
Downgraded to 2.6.2 and job works again.
The text was updated successfully, but these errors were encountered: