Component bundles are not loaded. Please help

0
cant run my project in local host all of a sudden. started yesterday error: Component bundles are not loaded. com.mendix.m2ee.api.AdminException: Component bundles are not loaded. at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:281) at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:229) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:56) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:34) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:135) 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)
asked
6 answers
3

SOLVED!!!!!!!!!!!

I uninstalled java 7 u45 and then reinstalled it. works

answered
0

I have tried the following already:

  • Fresh copy of project download in anew directory

  • SVN cleanup

  • Enabale runtime optimization = put it on yes and no ( did not work)

Im out of ideas

answered
0

I also tried to clean the deployment dir , did not work

answered
0

Try to remember is you updated a widget. This post gives imho the best answer on finding a sollution: https://forum.mendix.com/questions/8062/Component-bundles-are-not-loaded

Regards,

Ronald

answered
0

I have not updated any widgets.

I tried everything on that forum but nothing works.

Seems to me as if there is no concrete solution.

answered
0

This may relate to the Java runtime/compiler version being used. Try playing with your JDK version being used. We had similar issues in Linux deployments.

answered