An unknown error occurred while starting the server
0
when I try to run the app, I get the below error message in Mendix 20 for Mac: Mendix.Modeler.RuntimeConnector.M2EEException: The server encountered an error. at Mendix.Modeler.RuntimeConnector.M2EEResponse.CheckSuccess() at Mendix.Modeler.RuntimeConnector.M2EEClient.ExecuteDdlCommands(IFileSystem fileSystem, DdlCommands ddlCommands, String ddlCommandsLogDir) at Mendix.Modeler.RuntimeConnector.StartupManager.StartRuntime(IM2EEClient client, StartupInfo info, String deploymentId) at Mendix.Modeler.RuntimeConnector.StartupManager.PerformStartup(StartupInfo info, String deploymentId, IM2EEClient client) at Mendix.Modeler.RuntimeConnector.RuntimeController.Start(StartupInfo info, String deploymentId, LogLevel autoSubscribeLogLevel) at Mendix.Modeler.Deployment.Local.LocalRunner.<>c__DisplayClass97_0.<RuntimeLaunched>b__1() at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.<Do>b__0(Object s, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) I've tried cleaning the deployment directory, changing the ports, deleting Mendix and reinstalling, and nothing. Interesting to note that this error happens when I try to run one of two apps I have. The other runs fine. How can I fix this? Any help is much appreciated!!