An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table!

0
An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table! -------- com.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table!    at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.scala:190) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not retrieve version information from system tables. No records found in the version system table!    at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getVersionDetail(SystemVersionTableUtils.scala:80)    at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getSystemVersionTableContents(SystemVersionTableUtils.scala:74)    at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getVersionsAndLastSyncDate(SystemVersionTableUtils.scala:40)    at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader$.getDatabaseMappingModel(DatabaseMappingReader.scala:30)    at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader$.$anonfun$getDatabaseMappingModel$1(DatabaseMappingReader.scala:21)    at scala.util.Using$.resource(Using.scala:262)    at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader$.getDatabaseMappingModel(DatabaseMappingReader.scala:21)    at com.mendix.connectionbus.ConnectionBusImpl.fillMappingCache(ConnectionBusImpl.scala:398)    at com.mendix.connectionbus.ConnectionBusImpl.getInitialDatabaseCommands(ConnectionBusImpl.scala:393)    at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$collectDdlCommands(MxRuntimeImpl.scala:599)    at com.mendix.basis.impl.MxRuntimeImpl$DbAnalyze$.onEntry(MxRuntimeImpl.scala:357)    at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204)    at com.mendix.basis.impl.MxRuntimeImpl$DbCheck$.onEntry(MxRuntimeImpl.scala:304)    at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204)    at com.mendix.basis.impl.MxRuntimeImpl$CoreInit$.onEntry(MxRuntimeImpl.scala:253)    at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204)    at com.mendix.basis.impl.MxRuntimeImpl$ModelLoad$.onEntry(MxRuntimeImpl.scala:239)    at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204)    at com.mendix.basis.impl.MxRuntimeImpl$Idle$.start(MxRuntimeImpl.scala:221)    at com.mendix.basis.impl.MxRuntimeImpl.$anonfun$start$1(MxRuntimeImpl.scala:186)    at com.mendix.util.startupmeter.StartUpMeter.measure(StartUpMeter.scala:66)    at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.scala:186)    at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.scala:33)    at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.scala:17)    at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandlerBase.service(HttpAdminHandlerBase.java:130)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:590)    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529)    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306)    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)    at org.eclipse.jetty.server.Server.handle(Server.java:563)    at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598)    at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753)    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501)    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287)    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314)    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)    at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199)    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969)    at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194)    at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149)    at java.base/java.lang.Thread.run(Thread.java:1583)
asked
2 answers
1

The DB was issue, 

`mendixsystem$version` was not able to update and creating error so I manually deleted the table and then medix create new table and issue fixed 

answered
0

Issue is resolved 

answered