Mendix installation corrupted after windows updates install

0
We're getting strange errors while starting a multi-developer project. 2 clients could easily start and deploy the project, the third had an error with something like the application model could not be read. Because the project worked on 2 other notebooks, we assumed this issue was related to deployment folder of the laptop. So we did things like: Remove the deployment folder Remove the deployment location Reboot The error still remains. The last thing we did is reinstalling mendix 2.5.1.1. And then it worked. We saw that only windows updates were installed to day ago. How can it be that windows updates corrupts our mendix installation. Did someone experienced this earlier? Edit: error occured again with this stacktrace: Request action: start Message: An error occurred while reading the Application Model Cause: An error occurred while storing column data for all existing tables in the SQLite database Stack trace: An error occurred while reading the Application Model at com.mendix.core.MxRuntime.B(SourceFile:347) at com.mendix.core.MxRuntime.a(SourceFile:183) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: An error occurred while storing column data for all existing tables in the SQLite database at eO.a(SourceFile:125) at eO.<init>(SourceFile:57) at lk.a(SourceFile:41) at dM.a(SourceFile:125) at com.mendix.core.MxRuntime.B(SourceFile:335) at com.mendix.core.MxRuntime.a(SourceFile:183) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: unable to open database file at org.sqlite.DB.execute(DB.java:275) at org.sqlite.PrepStmt.executeQuery(PrepStmt.java:67) at eO.a(SourceFile:116) at eO.<init>(SourceFile:57) at lk.a(SourceFile:41) at dM.a(SourceFile:125) at com.mendix.core.MxRuntime.B(SourceFile:335) at com.mendix.core.MxRuntime.a(SourceFile:183) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619)
asked
0 answers