Update administrator password problem

0
I would like to reset password of MxAdmin account in Mendix Service Console(1.0.7.0). Step: 1.Select item "Create or update administrator" from the parent menu name is "Advance" it's on the right-top of Mendix Service Console 2.Fill in a valid new password 3.Press "Create" button I got an error message in the Mendix Service Console show An error occurred while executing action 'create_admin_user'. and the Stack trace show com.mendix.m2ee.api.AdminException: An unhandled exception occurred! at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:103) Caused by: java.lang.NullPointerException at dc.a(SourceFile:167) at dc.e(SourceFile:186) at dC.execute(SourceFile:75) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Unknown Source) Does anyone know why I can't update it successfully?
asked
0 answers