Sometimes when a deployment containing several jobs are deployed, one job remains in status "Blocked 100%"
When we click on it we get a message like
"Unexpected error on server [job id : <jobid> isn't a blocked job!]"
In nolio_dm_all.log on NAC we could see something like this
2024-01-23T10:21:22.980+01:00 [eventsProcessingHandler[job:65765489]-1] INFO (com.nolio.platform.server.dataservices.services.execution.control.JobStateManagerImpl:151) - Updating state for job <jobid> from [major=InQueue, minor=None] to [major=Running, minor=Running]2024-01-23T10:21:22.980+01:00 [eventsProcessingHandler[job:65765489]-1] ERROR (com.nolio.platform.server.dataservices.services.execution.fsm.JobStateMachineImpl:247) - cannot change state for job[id=<jobid>] from [[major=InQueue, minor=None]] to [[major=Running, minor=Running]].
And we could see the error "65765489 isn't a blocked job!"
2024-01-23T10:24:34.847+01:00 [http-nio-8080-exec-121] ERROR (com.nolio.releasecenter.controllers.ControllerBase:126) - Controller method error occurred.
java.lang.IllegalStateException: job id : <jobid> isn't a blocked job!
at com.nolio.platform.server.dataservices.services.execution.JobExecutionQueuesMgr.getBlockagesByJobId(JobExecutionQueuesMgr.java:1011) ~[ra-business-logic-services-6.8.0.jar:?]
at com.nolio.platform.server.dataservices.services.execution.JobExecutionQueuesMgr$$FastClassBySpringCGLIB$$b3ba0801.invoke(<generated>) ~[ra-business-logic-services-6.8.0.jar:?]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.27.jar:5.3.27]
at org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386) ~[spring-aop-5.3.27.jar:5.3.27]
Release Automation 6.8, 6.9
Correction of this problem is included in patch 6.8.4
See : Release Notes for 6.8.4
33608377
|
Process blocked during deployment.
|