What is the following local deployment error message an indication of?
Mendix.Modeler.M2EEConnector.M2EEException: The server encountered an error.
at Mendix.Modeler.M2EEConnector.M2EEResponse.CheckSuccess() in C:\jenkins\workspace\Modeler-Build-6\modeler\Mendix.Modeler.M2EEConnector\M2EEResponse.cs:line 57
at Mendix.Modeler.M2EEConnector.StartupManager.PerformStartup(StartupInfo info, IM2EEClient client) in C:\jenkins\workspace\Modeler-Build-6\modeler\Mendix.Modeler.M2EEConnector\StartupManager.cs:line 27
at Mendix.Modeler.M2EEConnector.RuntimeController.Start(StartupInfo info, LogLevel autoSubscribeLogLevel) in C:\jenkins\workspace\Modeler-Build-6\modeler\Mendix.Modeler.M2EEConnector\RuntimeController.cs:line 133
at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.<Do>b__0(Object s, DoWorkEventArgs e) in C:\jenkins\workspace\Modeler-Build-6\modeler\Mendix.Modeler.Utility\BackgroundUtil.cs:line 28
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
I am copying a teamserver project source tree into a temp folder and running it from there (for business specific reasons, this is a single application that requires two servers, thus I copy the project, and run it in two modelers to test out the duel server functionality).
It used to work, but now it delivers this error message.
Thankyou.