unable to run the application

0
i am unable to run the application i am getting this error   Starting Mendix Runtime failed. -------- com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed.     at com.mendix.basis.impl.MxRuntimeImplBase.fireZeMissiles(MxRuntimeImplBase.java:509) Caused by: com.mendix.m2ee.api.AdminException: An error occurred while initializing modules     at com.mendix.basis.impl.MxRuntimeImplBase.initializeModules(MxRuntimeImplBase.java:595) Caused by: java.util.NoSuchElementException: None.get     at scala.None$.get(Option.scala:627)     at scala.None$.get(Option.scala:626)     at com.mendix.modules.microflowengine.actions.impl.CoreMicroflowActionFactory.createCallMicroflowAction(CoreMicroflowActionFactory.scala:124)     at com.mendix.modules.microflowengine.actions.impl.CoreMicroflowActionFactory.createMicroflowAction(CoreMicroflowActionFactory.scala:42)     at com.mendix.modules.microflowengine.actions.impl.CoreMicroflowActionFactory.create(CoreMicroflowActionFactory.scala:37)     at com.mendix.modules.microflowengine.actions.impl.MicroflowActionRegistry.$anonfun$registerMicroflowActionFactory$2(MicroflowActionRegistry.scala:15)     at com.mendix.modules.microflowengine.actions.impl.MicroflowActionRegistry.createMicroflowAction(MicroflowActionRegistry.scala:34)     at com.mendix.modules.microflowengine.actions.impl.MicroflowActionBuilder.createMicroflowAction(MicroflowActionBuilder.scala:24)     at com.mendix.modules.microflowengine.microflowstructure.MicroflowStructureFactory.processActivity(MicroflowStructureFactory.java:254)     at com.mendix.modules.microflowengine.microflowstructure.MicroflowStructureFactory.createMicroflowStructure(MicroflowStructureFactory.java:132)     at com.mendix.modules.microflowengine.actions.impl.MicroflowActionBuilder.createLoopedNestedMicroflowAction(MicroflowActionBuilder.scala:64)     at com.mendix.modules.microflowengine.actions.impl.MicroflowActionBuilder.createMicroflowAction(MicroflowActionBuilder.scala:23)     at com.mendix.modules.microflowengine.microflowstructure.MicroflowStructureFactory.processActivity(MicroflowStructureFactory.java:254)     at com.mendix.modules.microflowengine.microflowstructure.MicroflowStructureFactory.createMicroflowStructure(MicroflowStructureFactory.java:132)     at com.mendix.modules.microflowengine.internal.MicroflowEngineModuleImpl.$anonfun$reload$2(MicroflowEngineModuleImpl.scala:34)     at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:563)     at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:561)     at scala.collection.AbstractIterable.foreach(Iterable.scala:926)     at scala.collection.IterableOps$WithFilter.foreach(Iterable.scala:896)     at com.mendix.modules.microflowengine.internal.MicroflowEngineModuleImpl.reload(MicroflowEngineModuleImpl.scala:33)     at com.mendix.basis.impl.MxRuntimeImplBase.initializeModules(MxRuntimeImplBase.java:589)     at com.mendix.basis.impl.MxRuntimeImplBase.doFire(MxRuntimeImplBase.java:521)     at com.mendix.basis.impl.MxRuntimeImplBase.fireZeMissiles(MxRuntimeImplBase.java:506)     at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:260)     at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.scala:30)     at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.scala:17)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandlerBase.service(HttpAdminHandlerBase.java:126)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)     at org.eclipse.jetty.server.Server.handle(Server.java:516)     at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)     at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)     at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)     at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)     at java.base/java.lang.Thread.run(Thread.java:834)  
asked
3 answers
7

Refer to the below forum questions with a similar issue

 

  1. https://forum.mendix.com/link/questions/109708
  2. https://forum.mendix.com/link/questions/106297
  3. https://forum.mendix.com/link/questions/108398
  4. https://forum.mendix.com/link/questions/87185
  5. https://forum.mendix.com/link/questions/104531 

 

answered
0

Hi Gafoor, 

Did you do a database restore? Maybe this answer from Erwin 't Hoen will help you:

https://forum.mendix.com/link/questions/106297

answered
0

Hi gafoor,

Create a new database and do clean deployment dir and sync deployment dir once and Run the application.

answered