Microflow configured in Event Handler

0
Hi,   I’m getting the below error while running a Microflow configured in Event Handler. How to resolve this.   Error in execution of monitored action 'RegularClientAction' (execution id: 1584351774987-9, execution type: CLIENT) -------- java.lang.StackOverflowError: null     at java.base/java.util.regex.Pattern$GroupTail.match(Pattern.java:4850)     at java.base/java.util.regex.Pattern$CharPropertyGreedy.match(Pattern.java:4293)     at java.base/java.util.regex.Pattern$GroupHead.match(Pattern.java:4791)     at java.base/java.util.regex.Matcher.match(Matcher.java:1756)     at java.base/java.util.regex.Matcher.matches(Matcher.java:713)     at scala.util.matching.Regex.runMatcher(Regex.scala:354)     at scala.util.matching.Regex.unapplySeq(Regex.scala:282)     at com.mendix.datastorage.oqltree.OqlWriter.combineWithoutOptionalPart$1(OqlWriter.scala:42)     at com.mendix.datastorage.oqltree.OqlWriter.combine(OqlWriter.scala:58)     at com.mendix.datastorage.oqltree.OqlWriter.combine$(OqlWriter.scala:36)     at com.mendix.datastorage.query.plans.Table.combine(relations.scala:15)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.combine$1(OqlWriter.scala:66)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.$anonfun$q$1(OqlWriter.scala:69)     at scala.collection.TraversableOnce.$anonfun$foldLeft$1(TraversableOnce.scala:162)     at scala.collection.TraversableOnce.$anonfun$foldLeft$1$adapted(TraversableOnce.scala:162)     at scala.Function$.$anonfun$untupled$1(Function.scala:110)     at scala.runtime.Tuple2Zipped$.$anonfun$foreach$1(Tuple2Zipped.scala:113)     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)     at scala.runtime.Tuple2Zipped.foreach(Tuple2Zipped.scala:111)     at scala.runtime.ZippedTraversable2$$anon$1.foreach(Tuple2Zipped.scala:35)     at scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:162)     at scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:160)     at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:108)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.q(OqlWriter.scala:69)     at com.mendix.datastorage.query.plans.Table.toString(relations.scala:16)     at java.base/java.lang.String.valueOf(String.java:2951)     at scala.collection.mutable.StringBuilder.append(StringBuilder.scala:203)     at scala.collection.TraversableOnce.$anonfun$addString$1(TraversableOnce.scala:364)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableOnce.addString(TraversableOnce.scala:362)     at scala.collection.TraversableOnce.addString$(TraversableOnce.scala:358)     at scala.collection.AbstractTraversable.addString(Traversable.scala:108)     at scala.collection.TraversableOnce.mkString(TraversableOnce.scala:328)     at scala.collection.TraversableOnce.mkString$(TraversableOnce.scala:327)     at scala.collection.AbstractTraversable.mkString(Traversable.scala:108)     at com.mendix.datastorage.oqltree.OqlWriter.combineWithList$1(OqlWriter.scala:46)     at com.mendix.datastorage.oqltree.OqlWriter.combine(OqlWriter.scala:59)     at com.mendix.datastorage.oqltree.OqlWriter.combine$(OqlWriter.scala:36)     at com.mendix.datastorage.query.plans.From.combine(queryExpressions.scala:124)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.combine$1(OqlWriter.scala:66)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.$anonfun$q$1(OqlWriter.scala:69)     at scala.collection.TraversableOnce.$anonfun$foldLeft$1(TraversableOnce.scala:162)     at scala.collection.TraversableOnce.$anonfun$foldLeft$1$adapted(TraversableOnce.scala:162)     at scala.Function$.$anonfun$untupled$1(Function.scala:110)     at scala.runtime.Tuple2Zipped$.$anonfun$foreach$1(Tuple2Zipped.scala:113)     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)     at scala.runtime.Tuple2Zipped.foreach(Tuple2Zipped.scala:111)     at scala.runtime.ZippedTraversable2$$anon$1.foreach(Tuple2Zipped.scala:35)     at scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:162)     at scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:160)     at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:108)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.q(OqlWriter.scala:69)     at com.mendix.datastorage.query.plans.From.toString(queryExpressions.scala:125)     at java.base/java.lang.String.valueOf(String.java:2951)     at java.base/java.lang.StringBuilder.append(StringBuilder.java:168)     at com.mendix.datastorage.oqltree.OqlWriter.combineDefault$1(OqlWriter.scala:53)     at com.mendix.datastorage.oqltree.OqlWriter.combine(OqlWriter.scala:60)     at com.mendix.datastorage.oqltree.OqlWriter.combine$(OqlWriter.scala:36)     at com.mendix.datastorage.query.plans.Select.combine(queryExpressions.scala:56)     at com.mendix.datastorage.oqltree.OqlWriter.combineWithOptionalPart$1(OqlWriter.scala:38)     at com.mendix.datastorage.oqltree.OqlWriter.combine(OqlWriter.scala:57)     at com.mendix.datastorage.oqltree.OqlWriter.combine$(OqlWriter.scala:36)     at com.mendix.datastorage.query.plans.Select.combine(queryExpressions.scala:56)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.combine$1(OqlWriter.scala:66)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.$anonfun$q$1(OqlWriter.scala:69)     at scala.collection.TraversableOnce.$anonfun$foldLeft$1(TraversableOnce.scala:162)     at scala.collection.TraversableOnce.$anonfun$foldLeft$1$adapted(TraversableOnce.scala:162)     at scala.Function$.$anonfun$untupled$1(Function.scala:110)     at scala.runtime.Tuple2Zipped$.$anonfun$foreach$1(Tuple2Zipped.scala:113)     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)     at scala.runtime.Tuple2Zipped.foreach(Tuple2Zipped.scala:111)     at scala.runtime.ZippedTraversable2$$anon$1.foreach(Tuple2Zipped.scala:35)     at scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:162)     at scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:160)     at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:108)     at com.mendix.datastorage.oqltree.OqlWriter$QueryBuilder.q(OqlWriter.scala:69)     at com.mendix.datastorage.query.plans.Select.toString(queryExpressions.scala:87)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluatorInternal$.toStr$1(QueryResultEvaluator.scala:260)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluatorInternal$.compare(QueryResultEvaluator.scala:263)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluatorInternal$.compareWithDependentQueries(QueryResultEvaluator.scala:121)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluatorInternal$.$anonfun$compareWithDependentQueries$4(QueryResultEvaluator.scala:148)     at scala.collection.immutable.List.flatMap(List.scala:338)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluatorInternal$.compareWithDependentQueries(QueryResultEvaluator.scala:146)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluatorInternal$.$anonfun$evaluate$1(QueryResultEvaluator.scala:86)     at scala.util.Success.$anonfun$map$1(Try.scala:255)     at scala.util.Success.map(Try.scala:213)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluatorInternal$.evaluate(QueryResultEvaluator.scala:62)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluator$.evaluateAwait(QueryResultEvaluator.scala:430)     at com.mendix.connectionbus.retrieve.newquery.QueryResultEvaluator$.evaluateQueryResult(QueryResultEvaluator.scala:398)     at com.mendix.connectionbus.retrieve.OqlRequestHandler.handleRequest(OqlRequestHandler.scala:91)     at com.mendix.connectionbus.retrieve.DataStoreCaller.processOqlGetRequest(DataStoreCaller.scala:41)     at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$getResult$1(DataStoreCaller.scala:35)     at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:245)     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)     at scala.collection.TraversableLike.flatMap(TraversableLike.scala:245)     at scala.collection.TraversableLike.flatMap$(TraversableLike.scala:242)     at scala.collection.AbstractTraversable.flatMap(Traversable.scala:108)     at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.scala:35)     at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.scala:33)     at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.java:66)     at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.java:49)     at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.java:512)     at com.mendix.basis.action.user.RetrieveXPathRawAction.retrieveXPathRaw(RetrieveXPathRawAction.java:133)     at com.mendix.basis.action.user.RetrieveXPathRawAction.executeAction(RetrieveXPathRawAction.java:73)     at com.mendix.basis.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.java:59)     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:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.retrieveXPathQuery(InternalCoreBase.java:918)     at com.mendix.modules.microflowengine.actions.mxobject.RetrieveByXPathAction.execute(retrieveActions.scala:96)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     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:152)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116)     at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189)     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.collection.TraversableLike.map(TraversableLike.scala:238)     at scala.collection.TraversableLike.map$(TraversableLike.scala:231)     at scala.collection.immutable.List.map(List.scala:298)     at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23)     at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23)     at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:42)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15)     at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152)     at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:412)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:93)     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47)     at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:98)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)  
asked
3 answers
0

I think you are in a infinitive loop. Are you anywhere recalling that microflow? Are you committing again in this microflow?

 

answered
0

The most common cause for stack overflow errors is if the microflow calls itself recursively. In an event handler, this can occur if you have a before commit event handler and you commit the object in the before commit flow. This leads to a situation where you commit an object, the before commit event handler is executed, which commits the object, which executes the event handler etc. You should not commit the input object in a before commit event handler – it gets committed after the event handler finishes anyway – or if you do, you should commit it without events.

answered
0

Hi,

I’m trying a pretty Simple Microflow. Entity “OneTable” has two attributes “OneValue” and “OneCount”. I’m calculating the Records Count in the Entity “OneTable” and updating the Results in “OneCount” attribute. I’ve configured the Microflow in the Event Handlers to run “After” Moment.

 

answered