Unable to build Mendix project

0
Unable to start Mendix after building it in a new branch:   Starting Mendix Runtime failed. -------- com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed.     at com.mendix.basis.impl.MxRuntimeImplBase.fireZeMissiles(MxRuntimeImplBase.java:479) Caused by: com.mendix.m2ee.api.InfoAdminException: The after-startup-action failed with an exception or returned false.     at com.mendix.basis.impl.MxRuntimeImplBase.doFire(MxRuntimeImplBase.java:522)
asked
1 answers
1

Hi Anushka,

 

please check your After startup flow. If this returns false, the app won’t start. 

“The after-startup-action failed with an exception or returned false.”

 

EDIT:

Based on the attached image, the return boolean of the submicroflow is probably false or the submicroflow crashes. You can write a logmessage containing the return value of the submicroflow " LoginConfig" and set the endpoint of the ASU itself to true. This will get the application to start, but you still have to find out why the return of the subflow is false.

answered