Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 81216

Starting Mendix Runtime failed

$
0
0

Hi, My app doesn't run locally anymore.

I have had the problem of a locked svn issue which I solved with TortoiseSVN.

I cleaned the deployment directory and clean/unlocked/committed with TortoiseSVN. After this I received the stacktrace below when I try to run my app locally

Does anyone have any suggestions?

 

 

com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed.
    at com.mendix.basis.impl.MxRuntimeImpl.fireZeeMissile(MxRuntimeImpl.java:549)

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$2.apply(EventProcessorDelegate.scala:19)
    at scala.collection.Iterator$class.foreach(Iterator.scala:742)
    at scala.collection.AbstractIterator.foreach(Iterator.scala:1194)
    at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
    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.doFire(MxRuntimeImpl.java:629)
    at com.mendix.basis.impl.MxRuntimeImpl.fireZeeMissile(MxRuntimeImpl.java:543)
    at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:337)
    at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:272)
    at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:50)
    at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:31)
    at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:122)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle(Server.java:368)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:647)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
    at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.NullPointerException: null
    at com.mendix.webui.pages.SchemaHelper$$anonfun$referencesVirtualAttribute$1.apply(SchemaHelper.scala:38)
    at com.mendix.webui.pages.SchemaHelper$$anonfun$referencesVirtualAttribute$1.apply(SchemaHelper.scala:38)
    at scala.collection.Iterator$class.exists(Iterator.scala:768)
    at scala.collection.AbstractIterator.exists(Iterator.scala:1194)
    at scala.collection.IterableLike$class.exists(IterableLike.scala:77)
    at scala.collection.AbstractIterable.exists(Iterable.scala:54)
    at com.mendix.webui.pages.SchemaHelper$.referencesVirtualAttribute(SchemaHelper.scala:38)
    at com.mendix.webui.pages.SchemaHelper$.hasVirtualAttribute(SchemaHelper.scala:20)
    at com.mendix.webui.pages.SchemaCollector$.com$mendix$webui$pages$SchemaCollector$$toWidgetSchema(SchemaCollector.scala:44)
    at com.mendix.webui.pages.SchemaCollector$$anonfun$collect$1.apply(SchemaCollector.scala:16)
    at com.mendix.webui.pages.SchemaCollector$$anonfun$collect$1.apply(SchemaCollector.scala:15)
    at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
    at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
    at scala.collection.Iterator$class.foreach(Iterator.scala:742)
    at scala.collection.AbstractIterator.foreach(Iterator.scala:1194)
    at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
    at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
    at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
    at scala.collection.AbstractTraversable.map(Traversable.scala:104)
    at com.mendix.webui.pages.SchemaCollector$.collect(SchemaCollector.scala:15)
    at com.mendix.webui.internal.WebUIImpl.loadModel(WebUIImpl.scala:139)
    at com.mendix.webui.internal.WebUIImpl.handleRuntimeBeforeRunningEvent(WebUIImpl.scala:168)
    at com.mendix.webui.internal.OSGiEventHandler.handleRuntimeBeforeRunningEvent(OSGiEventHandler.scala:82)
    at com.mendix.webui.internal.OSGiEventHandler.handleEvent(OSGiEventHandler.scala:50)
    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$2.apply(EventProcessorDelegate.scala:19)
    at scala.collection.Iterator$class.foreach(Iterator.scala:742)
    at scala.collection.AbstractIterator.foreach(Iterator.scala:1194)
    at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
    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.doFire(MxRuntimeImpl.java:629)
    at com.mendix.basis.impl.MxRuntimeImpl.fireZeeMissile(MxRuntimeImpl.java:543)
    at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:337)
    at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:272)
    at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:50)
    at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:31)
    at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:122)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle(Server.java:368)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:647)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
    at java.lang.Thread.run(Thread.java:745)
 


Viewing all articles
Browse latest Browse all 81216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>