Not able to delete users in the after Startup microflow Sandbox

0
Hi guys, in Sandbox I exceeded the limit of 10 users, and the app doesnt start. Therefore I tried to delete users in the Startup MF but this didnt work, I think it is even not processed the Startup MF. How can I solve this, anyone an idea? 08:06:18 APP INFO Started Mendix Cloud Foundry Buildpack 08:06:18 APP INFO mendix runtime version 6.3.1 is missing in this rootfs 08:06:18 APP INFO unable to use rootfs for mendix runtime version 6.3.1 08:06:24 APP WARNING Runtime is being started in Development Mode. Set DEVELOPMENT_MODE to "false" (currently "true") to set it to production. 08:06:24 APP INFO WARNING:m2ee:Runtime is being started in Development Mode. Set DEVELOPMENT_MODE to "false" (currently "true") to set it to production. 08:06:24 APP INFO S3 config detected, activating external file store 08:06:24 APP INFO INFO:m2ee:S3 config detected, activating external file store 08:06:24 APP INFO Successfully updated backup service 08:06:24 APP INFO INFO:m2ee:Successfully updated backup service 08:06:24 APP INFO Trying to start the MxRuntime... 08:06:24 APP INFO INFO:m2ee:Trying to start the MxRuntime... 08:06:24 APP INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was removed in 8.0 08:06:27 APP INFO Logging: Logging to file: /home/vcap/app/log/out.log, max size: 2048KiB, max rotation: 10 08:06:27 APP INFO Core: Mendix Runtime 6.3.1 (build 7603). Copyright © 2003-2016 Mendix bv. All rights reserved. 08:06:31 APP INFO Core: Storage service: S3 storage, bucket location: cloud-foundry-shared-sandbox-prod 08:06:31 APP INFO Core: Clustering is disabled 08:06:31 APP INFO ConnectionBus: Database: PostgreSQL 9.4.5, name: '7ec450ed-302b-4f6f-ac41-57ae246a60ac' 08:06:31 APP INFO Driver: PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1206) 08:06:31 APP INFO Core: Project company name is 'Mendix' 08:06:31 APP INFO Core: License expiration date is 'null' 08:06:31 APP INFO Core: License type is: 'Perpetual' 08:06:32 APP ERROR M2EE: Starting Mendix Runtime failed. 08:06:32 APP ERROR M2EE: com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed. 08:06:32 APP INFO at com.mendix.core.impl.MxRuntimeImpl.fireZeeMissile(MxRuntimeImpl.java:484) 08:06:32 APP INFO Caused by: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CommitAction"}', all database changes executed by this action were rolled back 08:06:32 APP INFO at com.mendix.core.actionmanagement.ActionManager.executeInTransactionSync(ActionManager.java:143) 08:06:32 APP INFO Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CommitAction"}', all database changes executed by this action were rolled back 08:06:32 APP INFO at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178) 08:06:32 APP INFO Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CommitAction"}', all database changes executed by this action were rolled back 08:06:32 APP INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 08:06:32 APP INFO Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CommitAction"}', all database changes executed by this action were rolled back 08:06:32 APP INFO at com.mendix.core.actionmanagement.CoreAction.processErrorState(CoreAction.java:303) 08:06:32 APP INFO Caused by: com.mendix.core.util.license.LicenseRuntimeException: Maximum number of users was exceeded, this license allows 10 users for limitation type 'NAMED' 08:06:32 APP INFO at com.mendix.core.util.license.LicenseUtil.checkUserLimitations(LicenseUtil.java:177) 08:06:32 APP INFO at com.mendix.core.action.user.CommitAction.checkUserLimitations(CommitAction.scala:49) 08:06:32 APP INFO at com.mendix.core.action.user.CommitAction.executeAction(CommitAction.scala:37) 08:06:32 APP INFO at com.mendix.core.action.user.CommitAction.executeAction(CommitAction.scala:23) 08:06:32 APP INFO at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 08:06:32 APP INFO at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 08:06:32 APP INFO at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 08:06:32 APP INFO at com.mendix.core.actionmanagement.CustomActionMonitorImpl$$anonfun$run$1.apply(CustomMonitoredAction.scala:14) 08:06:32 APP INFO at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) 08:06:32 APP INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) 08:06:32 APP INFO at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) 08:06:32 APP INFO at scala.util.Try$.apply(Try.scala:192) 08:06:32 APP INFO at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) 08:06:32 APP INFO at akka.actor.Actor$class.aroundReceive(Actor.scala:465) 08:06:32 APP INFO at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) 08:06:32 APP INFO at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) 08:06:32 APP INFO at akka.actor.ActorCell.invoke(ActorCell.scala:487) 08:06:32 APP INFO at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) 08:06:32 APP INFO at akka.dispatch.Mailbox.run(Mailbox.scala:220) 08:06:32 APP INFO at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) 08:06:32 APP INFO at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) 08:06:32 APP INFO at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) 08:06:32 APP INFO at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) 08:06:32 APP INFO at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) 08:06:32 APP ERROR Executing start did not succeed: result: 1, message: Starting Mendix Runtime failed., caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CommitAction"}', all database changes executed by this action were rolled back 08:06:32 APP INFO ERROR:m2ee:Executing start did not succeed: result: 1, message: Starting Mendix Runtime failed., caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CommitAction"}', all database changes executed by this action were rolled back 08:06:32 APP WARNING start failed, stopping 08:06:32 APP INFO WARNING:m2ee:start failed, stopping
asked
1 answers
1

You should try upgrading your app to Mendix 6.4.0. I thought that bug was fixed in that release!

answered