Unable to run Sandbox

0
Hi Guys, I am not able to run Sanbox, locally everything is starting and working fine. The cause seems a runtime issue, anyone knows how to solve and what the cause is? 12:05:07 app INFO at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) 12:09:33 app INFO Started Mendix Cloud Foundry Buildpack 12:09:33 app INFO mendix runtime version 6.3.1 is missing in this rootfs 12:09:33 app INFO unable to use rootfs for mendix runtime version 6.3.1 12:09:39 app WARNING Runtime is being started in Development Mode. Set DEVELOPMENT_MODE to "false" (currently "true") to set it to production. 12:09:39 app INFO WARNING:m2ee:Runtime is being started in Development Mode. Set DEVELOPMENT_MODE to "false" (currently "true") to set it to production. 12:09:39 app INFO S3 config detected, activating external file store 12:09:39 app INFO INFO:m2ee:S3 config detected, activating external file store 12:09:39 app INFO INFO:m2ee:Successfully updated backup service 12:09:39 app INFO Successfully updated backup service 12:09:39 app INFO Trying to start the MxRuntime... 12:09:39 app INFO INFO:m2ee:Trying to start the MxRuntime... 12:09:39 app INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was removed in 8.0 12:09:42 app INFO Logging: Logging to file: /home/vcap/app/log/out.log, max size: 2048KiB, max rotation: 10 12:09:42 app INFO Core: Mendix Runtime 6.3.1 (build 7603). Copyright © 2003-2016 Mendix bv. All rights reserved. 12:09:46 app INFO Core: Storage service: S3 storage, bucket location: cloud-foundry-shared-sandbox-prod 12:09:46 app INFO Core: Clustering is disabled 12:09:46 app INFO ConnectionBus: Database: PostgreSQL 9.4.5, name: '7ec450ed-302b-4f6f-ac41-57ae246a60ac' 12:09:46 app INFO Driver: PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1206) 12:09:46 app INFO Core: Project company name is 'Mendix' 12:09:46 app INFO Core: License expiration date is 'null' 12:09:46 app INFO Core: License type is: 'Perpetual' 12:09:47 app ERROR M2EE: Starting Mendix Runtime failed. 12:09:47 app ERROR M2EE: com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed. 12:09:47 app INFO at com.mendix.core.impl.MxRuntimeImpl.fireZeeMissile(MxRuntimeImpl.java:484) 12:09:47 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 12:09:47 app INFO at com.mendix.core.actionmanagement.ActionManager.executeInTransactionSync(ActionManager.java:143) 12:09:47 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 12:09:47 app INFO at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178) 12:09:47 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 12:09:47 app INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 12:09:47 app INFO Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"CommitAction"}', all database changes executed by this action were rolled back 12:09:47 app INFO at com.mendix.core.actionmanagement.CoreAction.processErrorState(CoreAction.java:303) 12:09:47 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' 12:09:47 app INFO at com.mendix.core.util.license.LicenseUtil.checkUserLimitations(LicenseUtil.java:177) 12:09:47 app INFO at com.mendix.core.action.user.CommitAction.checkUserLimitations(CommitAction.scala:49) 12:09:47 app INFO at com.mendix.core.action.user.CommitAction.executeAction(CommitAction.scala:37) 12:09:47 app INFO at com.mendix.core.action.user.CommitAction.executeAction(CommitAction.scala:23) 12:09:47 app INFO at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 12:09:47 app INFO at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 12:09:47 app INFO at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 12:09:47 app INFO at com.mendix.core.actionmanagement.CustomActionMonitorImpl$$anonfun$run$1.apply(CustomMonitoredAction.scala:14) 12:09:47 app INFO at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) 12:09:47 app INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) 12:09:47 app INFO at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) 12:09:47 app INFO at scala.util.Try$.apply(Try.scala:192) 12:09:47 app INFO at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) 12:09:47 app INFO at akka.actor.Actor$class.aroundReceive(Actor.scala:465) 12:09:47 app INFO at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) 12:09:47 app INFO at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) 12:09:47 app INFO at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) 12:09:47 app INFO at akka.actor.ActorCell.invoke(ActorCell.scala:487) 12:09:47 app INFO at akka.dispatch.Mailbox.run(Mailbox.scala:220) 12:09:47 app INFO at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) 12:09:47 app INFO at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) 12:09:47 app INFO at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) 12:09:47 app INFO at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) 12:09:47 app INFO at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) 12:09:47 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 12:09:47 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 12:09:47 app WARNING start failed, stopping
asked
1 answers
2

Hi Rapido,

It looks like you have more than 10 users in your app. This causes the app to fail starting up in the sandbox. You can search the forum for a solution.

see: https://forum.mendix.com/questions/12532/sandbox-internal-error--Maximum-number-of-users-was-exceeded-this-license-allows-10-users-for-limitation-type-NAMED

answered