Deployment on LINUX

0
Hi Team, I am trying to deploy my mendix app on linux using m2ee tools, I have added all configurations in m2ee.yaml file and defined microflow constants in the file. When I am trying to rum the application it is giving below error in logfile, what could be a possible solution for the issue. Do I need to add database in linux environment ?   Caused by: java.util.NoSuchElementException: None.get         at scala.None$.get(Option.scala:529)         at scala.None$.get(Option.scala:527)         at com.mendix.connectionbus.ConnectionBusImpl.loadJdbcDataStoreConfigurator(ConnectionBusImpl.java:307)         at com.mendix.connectionbus.connections.jdbc.ConnectionManager.<init>(ConnectionManager.java:28)         at com.mendix.connectionbus.ConnectionBusImpl.initialize(ConnectionBusImpl.java:341)         at com.mendix.basis.impl.MxRuntimeImplBase.initializeConnectionBus(MxRuntimeImplBase.java:501)         at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:315)         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:500)         at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)         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$2.run(ChannelEndPoint.java:117)         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)
asked
0 answers