Exception in execution of monitored action - Action Manager

4
Hi Community,   I am facing the below-mentioned issue in my application. This error occurs exactly right after the list of queue jobs gets completed.  Note: all the queue get completed successfully and status moved to done. as soon as queue jobs finished, I am facing this error as follows.   com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"ClusterLeaderManagementAction"}', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:159) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"ClusterLeaderManagementAction"}', all database changes executed by this action were rolled back at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"ClusterLeaderManagementAction"}', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:160) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: The provided entity id '1' has no corresponding meta object name at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:159) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: The provided entity id '1' has no corresponding meta object name at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreRuntimeException: The provided entity id '1' has no corresponding meta object name at com.mendix.basis.objectmanagement.SchemeManagerImplBase.getObjectType(SchemeManagerImplBase.java:1423) at com.mendix.basis.objectmanagement.MendixIdentifier.getObjectType(MendixIdentifier.java:94) at com.mendix.basis.objectmanagement.MendixObjectImpl.setId(MendixObjectImpl.java:313) at com.mendix.basis.objectmanagement.SchemeManagerImplBase.getInstance(SchemeManagerImplBase.java:939) at com.mendix.basis.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.java:62) at com.mendix.basis.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.java:16) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155) at com.mendix.basis.component.InternalCoreBase.retrieveXPathQuery(InternalCoreBase.java:1242) at com.mendix.basis.component.InternalCoreBase.retrieveXPathQuery(InternalCoreBase.java:1207) at com.mendix.basis.component.InternalCoreBase.retrieveXPathQuery(InternalCoreBase.java:1196) at com.mendix.basis.action.system.ClusterLeaderManagementAction.checkXASInstancesTimeout(ClusterLeaderManagementAction.scala:99) at com.mendix.basis.action.system.ClusterLeaderManagementAction.execute(ClusterLeaderManagementAction.scala:44) at com.mendix.basis.action.system.ClusterLeaderManagementAction.execute(ClusterLeaderManagementAction.scala:29) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155) at com.mendix.basis.actionmanagement.SystemScheduledAction.executeScheduledAction(ScheduledAction.scala:42) at com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.$anonfun$run$1(ScheduledAction.scala:141) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) at com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.monitor(ScheduledAction.scala:132) at com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.run(ScheduledAction.scala:141) at com.mendix.basis.actionmanagement.ScheduledAction.execute(ScheduledAction.scala:130) at com.mendix.basis.actionmanagement.ScheduledAction.run(ScheduledAction.scala:111) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)   I am unable to find the cause of the error, Any clue how to resolve this error?   Thanks, Krishna    
asked
3 answers
1

Entity id ‘1’? Did you manually change something in your database?

answered
0

Are you deleting the generalised Job entity in your queued microflow?

answered
0

Hi, Did you get the solution for this as I am facing the same issue.

Thanks,

Dhrubo

answered