Hi all, I am trying to create an Account by setting a complete random password all the time, even then the Create Account Action results in following error. com.mendix.modules.microflowengine.MicroflowException: at AIA.SUBCreateNewConcept2 (CreateAndChange : 'Create Account(Name, Password, Email, IsAnonymous, IsExpired, FullName, UserRoles)') at AIA.IVKSubmitRegistration22 (SubMicroflow : 'Call 'SUBCreateNewConcept2'') at AIA.IVKSubmit (SubMicroflow : 'Call 'IVKSubmitRegistration2_2'') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(SourceFile:158) Caused by: java.lang.NullPointerException: null at edu.vt.middleware.password.Password.<init>(Password.java:66) at com.mendix.core.objectmanagement.member.PasswordStrengthVerifier.getVerifiedPasswordResult(SourceFile:107) at com.mendix.core.objectmanagement.member.PasswordStrengthVerifier.verify(SourceFile:58) at com.mendix.core.objectmanagement.member.MendixHashString.setValue(SourceFile:43) at com.mendix.core.objectmanagement.member.MendixHashString.setValue(SourceFile:9) at com.mendix.core.objectmanagement.MendixObjectImpl.setValue(SourceFile:224) at com.mendix.iA$e.a(SourceFile:46) at com.mendix.iA$e.apply(SourceFile:46) at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772) at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771) at com.mendix.iB.a(SourceFile:46) at com.mendix.iE.a(SourceFile:23) at com.mendix.iE.a(SourceFile:43) at com.mendix.iE.execute(SourceFile:23) at com.mendix.iX.a(SourceFile:47) at com.mendix.iW.a(SourceFile:191) at com.mendix.iW.executeAction(SourceFile:152) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:53) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:271) at com.mendix.core.actionmanagement.ActionManager.executeSync(SourceFile:206) at com.mendix.core.component.InternalCore.executeSync(SourceFile:233) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SourceFile:33) at com.mendix.iX.a(SourceFile:47) at com.mendix.iW.a(SourceFile:191) at com.mendix.iW.executeAction(SourceFile:152) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:53) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:271) at com.mendix.core.actionmanagement.ActionManager.executeSync(SourceFile:206) at com.mendix.core.component.InternalCore.executeSync(SourceFile:233) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SourceFile:33) at com.mendix.iX.a(SourceFile:47) at com.mendix.iW.a(SourceFile:191) at com.mendix.iW.executeAction(SourceFile:152) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:53) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:271) at com.mendix.core.actionmanagement.ActionManager.executeSync(SourceFile:206) at com.mendix.core.component.InternalCore.execute(SourceFile:260) at com.mendix.jw.a(SourceFile:135) at com.mendix.pG.a(SourceFile:296) at com.mendix.pG$a.apply$mcI$sp(SourceFile:195) at com.mendix.pG$i.a(SourceFile:211) at com.mendix.pG$i.execute(SourceFile:208) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(SourceFile:132) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:498) at akka.actor.ActorCell.invoke(ActorCell.scala:456) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:237) at akka.dispatch.Mailbox.run(Mailbox.scala:219) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744)
asked
Ganesh
2 answers
1
Maybe your generated password does not conform to the configured password strength.