Hi guys
Like you , I don't like too have errors preweekend, but this one is totally unknown to me. It became visible after a commit with domain model and mf changes....and I didnt do anything extraordinary...so totally wondering where this came from.
A clean deployment did not help, earlier this weeks I did overwrite the jar files...but that went okay And now (several commits later) I get this one...Any preweekend hero's?
com.mendix.m2ee.api.AdminException: runtime.start() should not throw anything other than AdminException!
at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:55)
Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not retrieve version information from system tables
at com.mendix.connectionbus.modelsynchronization.analysis.DatabaseInformationGetter.getVersionsAndLastSyncDate(DatabaseInformationGetter.java:101)
at com.mendix.connectionbus.modelsynchronization.analysis.DatabaseInformationGetter.getDatabaseinformation(DatabaseInformationGetter.java:58)
at com.mendix.connectionbus.modelsynchronization.analysis.DatabaseAnalyzer.analyzeAndFillMigrationCommands(DatabaseAnalyzer.java:76)
at com.mendix.connectionbus.modelsynchronization.ModelSynchronizationUpdater.analyzeAndRender(ModelSynchronizationUpdater.java:37)
at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyzeModel(SynchronizationManager.scala:156)
at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyzeCurrentDatabase(SynchronizationManager.scala:80)
at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyze(SynchronizationManager.scala:69)
at com.mendix.connectionbus.ConnectionBusImpl.validate(ConnectionBusImpl.java:358)
at com.mendix.connectionbus.ConnectionBusImpl.validateLocalComponent(ConnectionBusImpl.java:297)
at com.mendix.core.impl.MxRuntimeImpl.validateDatabase(MxRuntimeImpl.java:439)
at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:293)
at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:243)
at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:50)
at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:31)
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.content(AbstractHttpConnection.java:953)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
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(Thread.java:745)