Service not running

0
upgrade from 2.4.6 to 2.5.0 went ok. Now upgrade from 2.5.0 to 2.5.3. All looks ok, but the Service Console does not start the Mendix service. I already Un-stalled and Installed the Service again. Manually starting the Service works (but than you can not start the Mendix application via the console). I get no error or warning messages. EDIT: Error from the Event handler: Service cannot be started. System.IO.IOException The process cannot access the file 'E:\Software\Mendix\Acceptance\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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamWriter.CreateFile(String path, Boolean append) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) at System.IO.StreamWriter..ctor(String path, Boolean append) at Mendix.M2EE.M2EERunner.CreateJavaProcess(M2EEConfig m2eeConfig, String logFileLocation) in D:\2.5\Modeler\Mendix.M2EE\M2EERunner.cs:line 117 at Mendix.M2EE.M2EERunner.StartM2EEServer(M2EEConfig m2eeConfig, String logFileLocation) in D:\2.5\Modeler\Mendix.M2EE\M2EERunner.cs:line 49 at Mendix.M2EE.M2EERunner.Start(M2EEConfig m2eeConfig, Func`1 shouldCancel) in D:\2.5\Modeler\Mendix.M2EE\M2EERunner.cs:line 37 at Mendix.MendixService.RuntimeRunner.Start(Boolean askToSyncDatabase, LogLevel autoSubscribeLogLevel) in D:\2.5\Modeler\Mendix.Service\RuntimeRunner\RuntimeRunner.cs:line 77 at Mendix.MendixService.Service.OnStart(String[] args) What can be wrong or checked to solve this ?
asked
1 answers
0

Hi Jacco,

Based on the comments above, you probably do not rewrite http://severname:81/xas to http://severname:82/xas (there are several more that you need to rewrite, but this one should allow your app to start)

answered