Mendix server is not starting to run apps locally ??

0
  Details in the error msg "An unknown error occurred while starting the server":   Mendix.Modeler.M2EEConnector.M2EEException: The server encountered an error. at Mendix.Modeler.M2EEConnector.M2EEResponse.CheckSuccess() in Mendix.Modeler.M2EEConnector\M2EEResponse.cs:line 57 at Mendix.Modeler.M2EEConnector.M2EEClient.UpdateAppContainerConfiguration(Int32 port, String listenAddresses) in Mendix.Modeler.M2EEConnector\M2EEClient.cs:line 161 at Mendix.Modeler.M2EEConnector.StartupManager.<>c__DisplayClass5_0.b__0() in Mendix.Modeler.M2EEConnector\StartupManager.cs:line 39 at Mendix.Modeler.Analytics.RuntimeProfilingAnalyticsScope.<>c__DisplayClass8_0.b__0() in Mendix.Modeler.Analytics\RuntimeProfilingAnalyticsScope.cs:line 59 at Mendix.Modeler.Analytics.RuntimeProfilingAnalyticsScope.Execute[T](IAnalyticsEventManager eventManager, String eventType, String deploymentId, Func`1 op) in Mendix.Modeler.Analytics\RuntimeProfilingAnalyticsScope.cs:line 42 at Mendix.Modeler.M2EEConnector.StartupManager.PerformStartup(StartupInfo info, String deploymentId, IM2EEClient client) in Mendix.Modeler.M2EEConnector\StartupManager.cs:line 38 at Mendix.Modeler.M2EEConnector.RuntimeController.Start(StartupInfo info, String deploymentId, LogLevel autoSubscribeLogLevel) in Mendix.Modeler.M2EEConnector\RuntimeController.cs:line 136 at Mendix.Modeler.Deployment.Local.LocalRunner.<>c__DisplayClass96_0.b__1() in Mendix.Modeler.Deployment\Local\LocalRunner.cs:line 423 at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.b__0(Object s, DoWorkEventArgs e) in Mendix.Modeler.Utility\BackgroundUtil.cs:line 29 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)   My Studio Pro version is actually 10.9, it's not showing in the option while making this post.
asked
1 answers
-1

Hi Priyal kumar,

Occasionally, when running multiple Mendix applications simultaneously, you may encounter issues. To resolve this, follow these steps:

  1. Restart Your System: Close all Mendix applications and restart your computer.
  2. Run the Application Again: After restarting, try running the same application again.

This approach should help resolve any issues you’re experiencing. Let me know if you need any further assistance, Happy Mendix development! 😊

answered