Crash after error in create_log_subscriber

0
An on-premise app (Windows 2008, Mx5.18) crashes after the stacktrace(s) below. There were 150 users using the app at the moment of the crash which is normal. Anyone an idea where the find the cause? Stacktrace (1) An error occurred while executing action 'createlogsubscriber'. com.mendix.m2ee.api.AdminException: An unhandled exception occurred! at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:142) Caused by: com.mendix.logging.LoggingException: LogSubscriber LogFile already exists! at com.mendix.logging.impl.LogManager.createSubscriber(LogManager.java:116) at com.mendix.m2ee.appcontainer.actions.CreateLogSubscriberAction.execute(CreateLogSubscriberAction.java:56) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:122) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:368) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:647) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Unknown Source) 2015-11-24 13:50:58.575 INFO - Core: Mendix Runtime is shutting down now... Stacktrace (2) The server encountered an error. at Mendix.M2EE.M2EEResponse.CheckSuccess() at Mendix.M2EE.M2EEClient.CreateFileLogSubscriber(String name, LogLevel autoSubscribeLevel, String filePath, Int32 maxSize, Int32 maxRotate) at Mendix.M2EE.RuntimeRunner.SetLogging(M2EEClient client) at Mendix.M2EE.RuntimeRunner.ConfigureAndStartRuntime(M2EEClient client, Dictionary`2 configuration, Action encryptedValuesConfigurator) at Mendix.MendixService.Service.OnStart(String[] args) Server error: An unhandled exception occurred! LogSubscriber LogFile already exists!
asked
1 answers
0

Did you change anything on the server Thijs? Add an application for example?

An older post, but Alistair had the same issue here: Logfile already exists

answered