Starting runtime failed (local & cloud)

0
As of today my app won’t start anymore. In desktop modeler i get the error: Starting the runtime failed. An unknown error occured. Inspecting the console dock: M2EE An error occured while initializing the Runtime: null com.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: null     at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:368) Caused by: java.lang.NullPointerException: null     at com.mendix.basis.objectmanagement.SchemeManagerImplBase.initializeAssociations(SchemeManagerImplBase.java:434)     at com.mendix.basis.objectmanagement.SchemeManagerImplBase.initialize(SchemeManagerImplBase.java:173)     at com.mendix.basis.component.internal.LocalComponentImpl.initializeSchemeManager(LocalComponentImpl.scala:80)     at com.mendix.basis.impl.MxRuntimeImpl.initializeCore(MxRuntimeImpl.java:464)     at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:333)     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.run(EatWhatYouKill.java:126)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)     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)   Please point me some way to resolve this.   Thx Pieter
asked
5 answers
0

Pieter,

 

Have you got an after startup flow? Try removing it if so.

Also try cleaning your deployment directory before running. You could also try redownloading the model from teamserver and then running.

Regards

Simon

 

answered
0

Did some rewind on changes i made in modules and now its running again. Root cause UNKNOWN

answered
0

I am getting this problem.

 

I don’t know how to fix it.

 

I have not added any validation since the last time it was working.

 

How do I clean my deployment directory?

answered
0

Tried renaming My Project then opening it from Term Server.

 

Still has the same error.

answered
0

Cleaning Deployment Directory and Switching Off the Start Up has not worked.

answered