Error Running Mendix 6 application Locally

0
Hi, I am getting the below error when i try to run a Mendix application locally. System.IO.IOException: The process cannot access the file '\abcd\ProfileData$\abcd\Documents\Mendix Source\abcd\deployment\log\m2eelog.txt' because it is being used by another process. at System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITYATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost) at Mendix.Modeler.M2EEConnector.RuntimeLauncher.EnsureStarted(String logFileLocation, Int32 serverPort, M2EEClient client) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.M2EEConnector\RuntimeLauncher.cs:line 195 at Mendix.Modeler.M2EEConnector.RuntimeLauncher.LaunchRuntime(LaunchConfig launchConfig) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.M2EEConnector\RuntimeLauncher.cs:line 47 at Mendix.Modeler.Deployment.Local.LocalRunner.<>cDisplayClass6.<launchruntime>b3() in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Deployment\Local\LocalRunner.cs:line 149 at Mendix.Modeler.Utility.BackgroundUtil.<>cDisplayClass6`1.<do>b__4(Object s, DoWorkEventArgs e) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Utility\BackgroundUtil.cs:line 28 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) Could you please help? Thanks, Aravind
asked
1 answers
3

m2eelog.txt is locked by another proces, mendix needs this file to write data to if necessary.

At which location did you install Mendix?

answered