ERROR - M2EE: An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table!
0
Hello , Please can you help me with below error INFO: ## . ## ## ## == ## ## ## ## === /""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ \______ o __/ \ \ __/ \____\______/ __ __ _ _ _____ _ | \/ | | || | | __ \ | | | \ / |_ __ | || |_ | | | | ___ ___| | _____ _ __ | |\/| \ \/ / |__ _| | | | |/ _ \ / __| |/ / _ \ '__| | | | |> < | | | |__| | (_) | (__| < __/ | |_| |_/_/\_\ |_| |_____/ \___/ \___|_|\_\___|_| digitalecosystems@mendix.com INFO: Adding uid to /etc/passwd INFO: Mendix Cloud Foundry Buildpack v4.15.4 [56339ad] starting... ERROR: Unable to fixup permissions of directory 'model' with mode 700: [Errno 1] Operation not permitted: '/opt/mendix/build/model', Ignoring. ERROR: Unable to fixup permissions of directory 'web' with mode 755: [Errno 1] Operation not permitted: '/opt/mendix/build/web', Ignoring. ERROR: Unable to fixup permissions of directory 'data' with mode 700: [Errno 1] Operation not permitted: '/opt/mendix/build/data', Ignoring. WARNING: External file store not configured, uploaded files in the app will not persist across restarts. See https://github.com/mendix/cf-mendix-buildpack for file store configuration details. INFO: Using Java version: INFO: openjdk version "11.0.10" 2021-01-19 INFO: OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9) INFO: OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.10+9, mixed mode) INFO: The buildpack is starting the runtime... INFO: Trying to start the MxRuntime... INFO - Logging: Logging to file: /opt/mendix/build/log/out.log, max size: 1099511627776KiB, max rotation: 10 INFO - M2EE: Initializing runtime... INFO - Core: Mendix Runtime 8.17.0.11170 (build 11170). Copyright © 2003-2020 Mendix bv. All rights reserved. INFO - M2EE: Initialized runtime. INFO - M2EE: Creating Runtime server... INFO - M2EE: Setting MaxFormContentSize for Runtime Server to 10485760 INFO - M2EE: Runtime server started. INFO - Configuration: Updating configuration... INFO - Services: Adding 0 authority certificate(s) INFO - Configuration: Configuration updated. INFO - Core: Initializing InternalCore and Modules... INFO - Core: Initialized InternalCore and Modules. INFO - Core: Initializing ConnectionBus... INFO - Core: Initialized ConnectionBus. INFO - ConnectionBus: Database product information: MySQL 5.7.12 INFO - ConnectionBus: Database engine version: 5.7 ERROR - M2EE: An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table! ERROR - M2EE: 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.MxRuntimeImplBase.start(MxRuntimeImplBase.java:348) 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:81) at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getSystemVersionTableContents(SystemVersionTableUtils.scala:75) at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getVersionsAndLastSyncDate(SystemVersionTableUtils.scala:41) at com.mendix.connectionbus.modelsynchronization.analysis.DatabaseSyncVersionInfoFetcher.fetch(DatabaseSyncVersionInfoFetcher.scala:35) at com.mendix.connectionbus.modelsynchronization.analysis.DatabaseAnalyzerBase.analyzeAndFillMigrationCommands(DatabaseAnalyzerBase.scala:44) ERROR: Executing start did not succeed: result: 1, message: An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table!, caused by: Could not retrieve version information from system tables. No records found in the version system table! WARNING: start failed, stopping at com.mendix.connectionbus.modelsynchronization.ModelSynchronizationUpdater.analyzeAndFillMigrationCommands(ModelSynchronizationUpdater.java:153) at com.mendix.connectionbus.modelsynchronization.ModelSynchronizationUpdater.analyzeAndRender(ModelSynchronizationUpdater.java:103) INFO: Waiting for the application to shutdown... at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyzeMappingModel(SynchronizationManager.scala:243) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyzeModel(SynchronizationManager.scala:233) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyzeCurrentDatabase(SynchronizationManager.scala:149) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.$anonfun$stateMachine$3(SynchronizationManager.scala:82) at com.mendix.connectionbus.modelsynchronization.SimpleStateMachine$SimpleStateMachine.effect(SynchronizationManager.scala:56) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyzeCopying(SynchronizationManager.scala:190) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.$anonfun$stateMachine$2(SynchronizationManager.scala:81) at com.mendix.connectionbus.modelsynchronization.SimpleStateMachine$SimpleStateMachine.effect(SynchronizationManager.scala:56) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyzeSourceStructureForCopy(SynchronizationManager.scala:158) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.$anonfun$stateMachine$1(SynchronizationManager.scala:80) at com.mendix.connectionbus.modelsynchronization.SimpleStateMachine$SimpleStateMachine.effect(SynchronizationManager.scala:56) at com.mendix.connectionbus.modelsynchronization.SynchronizationManager.analyze(SynchronizationManager.scala:139) at com.mendix.connectionbus.ConnectionBusImpl.collectDatabaseSynchronizationInformation(ConnectionBusImpl.java:347) at com.mendix.basis.impl.MxRuntimeImplBase.initializeConnectionBusAnyway(MxRuntimeImplBase.java:434) at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:325) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:48) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:30) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) INFO - Core: Mendix Runtime is shutting down now... ERROR - M2EE: An exception occurred during Runtime Shutdown. ERROR - M2EE: java.lang.NullPointerException: null at com.mendix.basis.impl.MxRuntimeImplBase.shutdown(MxRuntimeImplBase.java:792) at com.mendix.m2ee.appcontainer.actions.ShutdownAction.execute(ShutdownAction.java:45) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) INFO: The application has been stopped successfully.
asked
2021-05-17
Chandrashekhar Amle
1 answers
1
answered
2021-11-29
Miguel Realista