Error occurred while reserving the next 100 object identifiers of entity

0
We see the following error in our application log. Does this have to do with the autonumber? com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CreateAction","entityName":"Dossier.CalculationHeader"}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.ActionManager.executeInTransactionSync(ActionManager.java:168) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CreateAction","entityName":"Dossier.CalculationHeader"}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:202) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CreateAction","entityName":"Dossier.CalculationHeader"}', 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":"CreateAction","entityName":"Dossier.CalculationHeader"}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.CoreAction.processErrorState(CoreAction.java:304) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Error occurred while reserving the next 100 object identifiers of entity Dossier.CalculationHeader. at com.mendix.connectionbus.MxObjectIdReserver.reserveIds(MxObjectIdReserver.java:109) at com.mendix.connectionbus.IdentifierPool$IdentifierData.newObjectId(IdentifierPool.scala:35) at com.mendix.connectionbus.IdentifierPool.newObjectId(IdentifierPool.scala:43) at com.mendix.connectionbus.IdentifierPool$$anonfun$newIdentifier$1.apply(IdentifierPool.scala:57) at com.mendix.connectionbus.IdentifierPool$$anonfun$newIdentifier$1.apply(IdentifierPool.scala:57) at com.mendix.connectionbus.IdentifierPool.generateGUID(IdentifierPool.scala:46) at com.mendix.connectionbus.IdentifierPool.newIdentifier(IdentifierPool.scala:57) at com.mendix.connectionbus.ConnectionBusImpl.newIdentifier(ConnectionBusImpl.java:632) at com.mendix.core.action.user.CreateAction.executeAction(CreateAction.scala:32) at com.mendix.core.action.user.CreateAction.executeAction(CreateAction.scala:19) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) at com.mendix.core.actionmanagement.ActionManager.executeInTransactionSync(ActionManager.java:161) at com.mendix.core.component.InternalCore.instantiate(InternalCore.java:731) at com.mendix.webui.actions.client.InstantiateAction.execute(InstantiateAction.scala:17) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:300) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:126) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:128) at scala.util.Try$.apply(Try.scala:191) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:122) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:119) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
asked
0 answers