Deploying Mendix application on Openshift

1
Hi I am getting following error while deploying Mendix application on OpenShift. any idea what is wrong?   thanks Urmil   INFO: ## . ## ## ## == ## ## ## ## === /""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ \______ o __/ \ \ __/ \____\______/ __ __ _ _ _____ _ | \/ | | || | | __ \ | | | \ / |_ __ | || |_ | | | | ___ ___| | _____ _ __ | |\/| \ \/ / |__ _| | | | |/ _ \ / __| |/ / _ \ '__| | | | |> < | | | |__| | (_) | (__| < __/ | |_| |_/_/\_\ |_| |_____/ \___/ \___|_|\_\___|_| digitalecosystems@mendix.com INFO: Setting CF_INSTANCE_INDEX to 0 based on hostname sst-mdx-0 INFO: Started Mendix Cloud Foundry Buildpack v2.2.3 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: Trying to start the MxRuntime... INFO - Logging: Logging to file: /build/log/out.log, max size: 1099511627776KiB, max rotation: 10 INFO - Core: Mendix Runtime 7.22.2.44474 (build 44474). Copyright © 2003-2019 Mendix bv. All rights reserved. INFO - M2EE: Setting MaxFormContentSize for Runtime Server to 10485760 INFO - Services: Adding 0 authority certificate(s) ERROR - M2EE: An error occurred while initializing the Runtime: null ERROR - M2EE: com.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: null at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:333) Caused by: java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.mendix.container.support.EventProcessorDelegate.$anonfun$sendEvent$3(EventProcessorDelegate.scala:19) at scala.collection.Iterator.foreach(Iterator.scala:937) at scala.collection.Iterator.foreach$(Iterator.scala:937) at scala.collection.AbstractIterator.foreach(Iterator.scala:1425) at scala.collection.IterableLike.foreach(IterableLike.scala:70) at scala.collection.IterableLike.foreach$(IterableLike.scala:69) at scala.collection.AbstractIterable.foreach(Iterable.scala:54) at com.mendix.container.support.EventProcessorDelegate.sendEvent(EventProcessorDelegate.scala:16) at com.mendix.container.support.EventProcessor.sendEvent(EventProcessor.scala:24) ERROR: Executing start did not succeed: result: 1, message: An error occurred while initializing the Runtime: null at com.mendix.basis.impl.MxRuntimeImpl.initializeCore(MxRuntimeImpl.java:455) WARNING: start failed, stopping at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:298) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:49) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:30) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:129) INFO: stopping app... at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:502) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) INFO: Waiting for the application to shutdown... at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: Directory '/build/data/files' for parameter 'UploadedFilesPath' is not writable by this process at com.mendix.configuration.ConfigTypes$File$.$anonfun$validate$1(Configuration.scala:105) at com.mendix.configuration.ConfigTypes$File$.$anonfun$validate$1$adapted(Configuration.scala:99) at scala.Option.foreach(Option.scala:257) at com.mendix.configuration.ConfigTypes$File$.validate(Configuration.scala:99) at com.mendix.configuration.Configuration.$anonfun$prependRelativePaths$1(Configuration.scala:191) at scala.collection.mutable.HashMap.$anonfun$foreach$1(HashMap.scala:145) at scala.collection.mutable.HashTable.foreachEntry(HashTable.scala:235) at scala.collection.mutable.HashTable.foreachEntry$(HashTable.scala:228) at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:40) at scala.collection.mutable.HashMap.foreach(HashMap.scala:145) at com.mendix.configuration.Configuration.prependRelativePaths(Configuration.scala:188) at com.mendix.configuration.Configuration.prependRelativePaths$(Configuration.scala:187) at com.mendix.storage.localfilesystem.internal.Configuration.prependRelativePaths(Configuration.scala:11) at com.mendix.configuration.ConfigurationEventHandler.handleModelLoadedConfig$1(ConfigurationEventHandler.scala:45) at com.mendix.configuration.ConfigurationEventHandler.handleEvent(ConfigurationEventHandler.scala:52) at com.mendix.configuration.ConfigurationEventHandler.handleEvent$(ConfigurationEventHandler.scala:31) at com.mendix.storage.localfilesystem.internal.LocalFileSystemStore.handleEvent(LocalFileSystemStore.scala:25) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.mendix.container.support.EventProcessorDelegate.$anonfun$sendEvent$3(EventProcessorDelegate.scala:19) at scala.collection.Iterator.foreach(Iterator.scala:937) at scala.collection.Iterator.foreach$(Iterator.scala:937) at scala.collection.AbstractIterator.foreach(Iterator.scala:1425) at scala.collection.IterableLike.foreach(IterableLike.scala:70) at scala.collection.IterableLike.foreach$(IterableLike.scala:69) at scala.collection.AbstractIterable.foreach(Iterable.scala:54) at com.mendix.container.support.EventProcessorDelegate.sendEvent(EventProcessorDelegate.scala:16) at com.mendix.container.support.EventProcessor.sendEvent(EventProcessor.scala:24) at com.mendix.basis.impl.MxRuntimeImpl.initializeCore(MxRuntimeImpl.java:455) at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:298) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:49) 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:132) at org.eclipse.jetty.server.Server.handle(Server.java:502) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:748) INFO - Core: Mendix Runtime is shutting down now... INFO - Core: Mendix Runtime is now shut down. WARNING: The application did not shutdown by itself... INFO: Waiting for the JVM process to disappear... WARNING: The application process seems not to respond to any command or signal. INFO: Waiting for the JVM process to disappear... ERROR: Stopping the application process failed thorougly.
asked
0 answers