Error creating account using MxAdmin

0
Hi Team, We are facing problem while creating an user using MxAdmin credentials. Any pointers would be appreciated. Below is the attached stacktrace:   com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"ids":"ArrayBuffer([MendixIdentifier:: id=34339947158700033 objectType=System.User entityID=122], [MendixIdentifier:: id=60235645016080763 objectType=System.TimeZone entityID=214], [MendixIdentifier:: id=33495522228568065 objectType=System.Language entityID=119])","type":"RetrieveIdListAction"}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"ids":"ArrayBuffer([MendixIdentifier:: id=34339947158700033 objectType=System.User entityID=122], [MendixIdentifier:: id=60235645016080763 objectType=System.TimeZone entityID=214], [MendixIdentifier:: id=33495522228568065 objectType=System.Language entityID=119])","type":"RetrieveIdListAction"}', all database changes executed by this action were rolled back at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"ids":"ArrayBuffer([MendixIdentifier:: id=34339947158700033 objectType=System.User entityID=122], [MendixIdentifier:: id=60235645016080763 objectType=System.TimeZone entityID=214], [MendixIdentifier:: id=33495522228568065 objectType=System.Language entityID=119])","type":"RetrieveIdListAction"}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.CoreAction.processErrorState(CoreAction.java:303) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: An exception has occurred for the following request(s): IdentifierGetRequest: Object types: [System.User] at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.java:53) Caused by: com.mendix.core.CoreRuntimeException: 'System.owner' is not a persistable association at com.mendix.connectionbus.DomainModelUtil$.getMetaAssociationOnChild(DomainModelUtil.scala:35) at com.mendix.connectionbus.DomainModelUtil.getMetaAssociationOnChild(DomainModelUtil.scala) at com.mendix.connectionbus.retrieve.ResultCreator.getMetaObjectAccessesWithoutConstraints(ResultCreator.java:513) at com.mendix.connectionbus.retrieve.ResultCreator.setSecurityOnDataRows(ResultCreator.java:419) at com.mendix.connectionbus.retrieve.ResultCreator.getResult(ResultCreator.java:77) at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.java:82) at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.java:62) at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.java:41) at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.java:459) at com.mendix.core.action.user.Retriever$class.retrieveFromDatabase(Retriever.scala:32) at com.mendix.core.action.user.RetrieveIdListAction.retrieveFromDatabase(RetrieveIdListAction.scala:16) at com.mendix.core.action.user.RetrieveIdListAction.com$mendix$core$action$user$RetrieveIdListAction$$retrieve(RetrieveIdListAction.scala:60) at com.mendix.core.action.user.RetrieveIdListAction$$anonfun$8.apply(RetrieveIdListAction.scala:52) at com.mendix.core.action.user.RetrieveIdListAction$$anonfun$8.apply(RetrieveIdListAction.scala:52) at scala.collection.TraversableLike$WithFilter$$anonfun$map$2.apply(TraversableLike.scala:728) at scala.collection.immutable.Map$Map3.foreach(Map.scala:161) at scala.collection.TraversableLike$WithFilter.map(TraversableLike.scala:727) at com.mendix.core.action.user.RetrieveIdListAction.executeAction(RetrieveIdListAction.scala:52) at com.mendix.core.action.user.RetrieveIdListAction.executeAction(RetrieveIdListAction.scala:16) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.retrieveIdList(InternalCore.java:947) at com.mendix.webui.actions.client.RetrieveByIdsAction.getReferredObjects(RetrieveByIdsAction.scala:71) at com.mendix.webui.actions.client.RetrieveByIdsAction.execute(RetrieveByIdsAction.scala:37) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)   Regards, Swathi
asked
1 answers
0

How are you creating the MxAdmin account? Normally this account is already there and you only need to change the password.

Regards,

Ronald

[EDIT]

Note there is a difference between administation accounts and the MxAdmin account. There can only be one MxAdmin account and you can have multiple administration accounts.

answered