Internal server error while starting app locally

0
I got internal server error  while running mendix app locally. I tried cleaning deployment directory, cleared cache of browser, hard refreshed system, changed default port no for localhost, redownloaded the code from version control even tried reinstalled new studio pro but it isn't helping. please suggest a way to work this   below are error details.   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 158   at Mendix.Modeler.M2EEConnector.StartupManager.<>c__DisplayClass5_0.<PerformStartup>b__0() in Mendix.Modeler.M2EEConnector\StartupManager.cs:line 39   at Mendix.Modeler.Analytics.RuntimeProfilingAnalyticsScope.<>c__DisplayClass8_0.<Execute>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.Analytics.RuntimeProfilingAnalyticsScope.Execute(IAnalyticsEventManager eventManager, String eventType, String deploymentId, Action op) in Mendix.Modeler.Analytics\RuntimeProfilingAnalyticsScope.cs:line 57   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.<RuntimeLaunched>b__1() in Mendix.Modeler.Deployment\Local\LocalRunner.cs:line 423   at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.<Do>b__0(Object s, DoWorkEventArgs e) in Mendix.Modeler.Utility\BackgroundUtil.cs:line 29   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
asked
2 answers
0

When logs don't help you out enough, retracing your steps is a good way to find the cause and solution. Create a branch of the last commit and run it.

If it does run without error, re-apply the changes you made, one by one. This will get you to the change where the error started.

If it does not run, go back one more commit. Good luck!

answered
0

thank you. I tried this. it worked. 

answered