strange error when deploying

0
im getting the following error when deploying the model: any ideas? 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: com.mendix.m2ee.api.AdminException: An error occurred while reading the Application Model at com.mendix.core.MxRuntime.B(SourceFile:366) Caused by: hc: An error occurred while storing column data for all existing tables in the SQLite database at fc.a(SourceFile:126) Caused by: java.sql.SQLException: unable to open database file at org.sqlite.DB.execute(DB.java:275) at org.sqlite.PrepStmt.executeQuery(PrepStmt.java:67) at fc.a(SourceFile:117) at fc.<init>(SourceFile:58) at lw.a(SourceFile:42) at ec.a(SourceFile:134) at com.mendix.core.MxRuntime.B(SourceFile:354) at com.mendix.core.MxRuntime.a(SourceFile:192) at lF.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
1 answers
7

Hi Han Pieter, Is searched with a part of the error message on this forum and came across these posts:

Model can not start due to error

An-error-occurred-while-reading-the-Application-Model-run-as-administrator-issue

answered