Mendix 3.0 Upgrade

1
I am in the process of upgrading my application to 3.0. When I try and run it, I get the following error when trying to start up: com.mendix.m2ee.api.AdminException: Initializing the ConnectionBus failed. at com.mendix.core.MxRuntime.C(SourceFile:427) Caused by: f: Could not retrieve version information from system tables at bn.a(SourceFile:148) at bn.a(SourceFile:98) at bm.b(SourceFile:100) at bf.a(SourceFile:38) at a.a(SourceFile:152) at a.a(SourceFile:129) at com.mendix.core.MxRuntime.C(SourceFile:422) at com.mendix.core.MxRuntime.a(SourceFile:197) at com.mendix.core.MxRuntime.b(SourceFile:156) at fz.execute(SourceFile:52) at com.mendix.m2ee.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:121) 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:662) Any ideas?
asked
1 answers
1

Got our DBA to create a brand new empty database for me, and now it is working.

Would look at a solution when we dicide to productionise, but for now it is working.

answered