In mendix modeller - >
Go to project settings -> Configurations tab -> Edit (configuration name) -> Go to server tab -> Change Runtime port from 8080 to 8888 -> Click on OK
Try running locally.
This worked for me.
This means that the port is already in use by something else (or another instance of Mendix). Goto Project / Setting and edit your active setting to localhost:8000 for instance. If you use postgres use the portnumber of your postgres settings (most of the time 5432).
Regards,
Ronald
Hi guys, I'm having a similar issue as above and I have changed the localhost port several times but that doesn't seem to help at all. Any ideas what I should be looking at next?
Exact error message is... Mendix.Modeler.M2EEConnector.M2EEException: The server encountered an error. at Mendix.Modeler.M2EEConnector.M2EEResponse.CheckSuccess() in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.M2EEConnector\M2EEResponse.cs:line 57 at Mendix.Modeler.M2EEConnector.M2EEClient.ExecuteDdlCommands(DdlCommands ddlCommands, String ddlCommandsLogDir) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.M2EEConnector\M2EEClient.cs:line 247 at Mendix.Modeler.M2EEConnector.StartupManager.StartRuntime(IM2EEClient client, StartupInfo info) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.M2EEConnector\StartupManager.cs:line 104 at Mendix.Modeler.M2EEConnector.StartupManager.PerformStartup(StartupInfo info, IM2EEClient client) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.M2EEConnector\StartupManager.cs:line 47 at Mendix.Modeler.M2EEConnector.RuntimeController.Start(StartupInfo info, LogLevel autoSubscribeLogLevel) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.M2EEConnector\RuntimeController.cs:line 139 at Mendix.Modeler.Utility.BackgroundUtil.<>cDisplayClass6`1.<do>b4(Object s, DoWorkEventArgs e) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Utility\BackgroundUtil.cs:line 28 at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
In mendix studio pro 8.18.1 go to Language>Language settings>> Configurations tab and
Go to Language-->Language settings--> Configurations tab --> Edit (configuration name) -> Go to server tab -> Change Runtime port from 8080 to 8888 -> Click on OK
Try running locally.
This worked for me.
Hi guys,
I'm facing a similar issue as above where I using postgresql and I have changed the localhost port several times but that doesn't seem to help at all. Can you help me out with this issue?
Mendix.Modeler.M2EEConnector.M2EEException: The server encountered an error.
at Mendix.Modeler.M2EEConnector.M2EEResponse.CheckSuccess() in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.M2EEConnector\M2EEResponse.cs:line 57
at Mendix.Modeler.M2EEConnector.StartupManager.PerformStartup(StartupInfo info, IM2EEClient client) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.M2EEConnector\StartupManager.cs:line 27
at Mendix.Modeler.M2EEConnector.RuntimeController.Start(StartupInfo info, LogLevel autoSubscribeLogLevel) in C:\jenkins-ci\workspace\AppStudio3.0-Build\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-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Utility\BackgroundUtil.cs:line 28
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Run as administrator in cmd
netstat -a -b
Using this command you can see the name of the executable already using 8080 (Listening) on the top of the list. (scroll up)
I Have the same type of error could anyone be of assistance on solving it
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.ExecuteDdlCommands(IFileSystem fileSystem, DdlCommands ddlCommands, String ddlCommandsLogDir) in Mendix.Modeler.M2EEConnector\M2EEClient.cs:line 306
at Mendix.Modeler.M2EEConnector.StartupManager.StartRuntime(IM2EEClient client, StartupInfo info) in Mendix.Modeler.M2EEConnector\StartupManager.cs:line 110
at Mendix.Modeler.M2EEConnector.StartupManager.PerformStartup(StartupInfo info, IM2EEClient client) in Mendix.Modeler.M2EEConnector\StartupManager.cs:line 53
at Mendix.Modeler.M2EEConnector.RuntimeController.Start(StartupInfo info, 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 420
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)