Deployment job is in error.
2026-04-01T18:50:28.245+02:00 [JobExecutorThread-5] ERROR (com.nolio.platform.server.execution.tasks.InitializeFlowCommandTask:58) - failed to initialize flow on deployer[<servername>], job[<jobid>], jobServerId[<jobserverid>], message[0].
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at com.nolio.platform.shared.communication.NimiCommunicationNetwork.doSendRequest(NimiCommunicationNetwork.java:255)
at com.nolio.platform.shared.communication.NimiCommunicationNetwork.doSendRequest(NimiCommunicationNetwork.java:201)
at com.nolio.platform.shared.communication.CommunicationNetwork.sendRequest(CommunicationNetwork.java:110)
at com.nolio.platform.server.deployerapi.DeployerAPI.initFlow(DeployerAPI.java:90)
In Agent logs in nolio_action_exe.log we could see an error like this :
2026-04-01T18:50:27.892+02:00 [Communication Msg Processor-54] DEBUG (com.nolio.platform.shared.flowcontrol.service.FlowControlService:41) - FlowControlService has been invoked with request:[FLOW_CONTROL_REQUEST:INIT]
2026-04-01T18:50:27.892+02:00 [Communication Msg Processor-54] DEBUG (com.nolio.platform.shared.flowcontrol.service.FlowControlService:45) - job[<jobid>], jobServerId[<jobserverid>], received [INIT] request.
2026-04-01T18:50:27.892+02:00 [Communication Msg Processor-54] DEBUG (com.nolio.platform.shared.datamodel.Action:426) - Next Action Execution State ResolveInParameters
2026-04-01T18:50:27.892+02:00 [Communication Msg Processor-54] ERROR (com.nolio.platform.shared.datamodel.ActionProxy:111) - For input string: "180
"
java.lang.NumberFormatException: For input string: "180
"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:589)
at java.lang.Long.parseLong(Long.java:631)
at com.nolio.platform.shared.utils.ReflectionUtils.tryAssignFromString(ReflectionUtils.java:253)
at com.nolio.platform.shared.utils.ReflectionUtils.setFieldInObject(ReflectionUtils.java:158)
at com.nolio.platform.shared.utils.ReflectionUtils.setFieldInObject(ReflectionUtils.java:119)
at com.nolio.platform.shared.datamodel.ActionProxy.createAction(ActionProxy.java:105)
at com.nolio.platform.shared.flowcontrol.service.FlowActionProxyReplacer.createActionFromActionProxy(FlowActionProxyReplacer.java:74)
...
at java.lang.Thread.run(Thread.java:750)
2026-04-01T18:50:27.892+02:00 [Communication Msg Processor-54] ERROR (com.nolio.platform.shared.flowcontrol.service.FlowControlService:87) - failed initialize flow for job[<jobid>], jobServerId[<jobserverid>].
java.lang.RuntimeException: Failed to create action from ActionProxy[ActionProxy[REMOTE]:ActionProxy]
at com.nolio.platform.shared.flowcontrol.service.FlowActionProxyReplacer.createActionFromActionProxy(FlowActionProxyReplacer.java:77)
at com.nolio.platform.shared.flowcontrol.service.FlowActionProxyReplacer.replaceSingleStepActionProxies(FlowActionProxyReplacer.java:45)
at com.nolio.platform.shared.flowcontrol.service.FlowActionProxyReplacer.replaceActionProxies(FlowActionProxyReplacer.java:38)
at com.nolio.platform.shared.flowcontrol.service.FlowDataFactory.initFlow(FlowDataFactory.java:93)
at com.nolio.platform.shared.flowcontrol.service.FlowDataFactory.create(FlowDataFactory.java:85)
...
at java.lang.Thread.run(Thread.java:750)
Caused by: com.thoughtworks.xstream.converters.ConversionException: Could not setup an action :For input string: "180
"
---- Debugging information ----
message : Could not setup an action :For input string: "180
"
cause-exception : java.lang.NumberFormatException
cause-message : For input string: "180
"
-------------------------------
A non-numeric character (like a line feed) is present in an integer-type action parameter.
Release Automation 6.9.x
Microsoft SQL Server database
A non-numeric character (e.g., a hidden line feed) was introduced into an integer-based action parameter, causing a java.lang.NumberFormatException during flow initialization.
CAUTION: Manual database updates should only be performed after a full database backup.