Component bundles are not loaded?

0
Since I started upgrading my projects to 6.10.x I have also started to get 'Component bundles not loaded' messages when trying to run my project locally.  One project in particular is suffering from this. Usually, the problem is solved by simply trying again. Occassionally, cleaning my deployment directory helps.   I have already disabled the 'run optimizations', but still get this message (too) frequently.   Anyone any thought on what is causing this message and how to prevent it from occurring? 
asked
2 answers
4

One of the sollutions that seems to work is to set an exception in your antivirus to exclude the project directory of Mendix.

Regards,

Ronald

 

answered
0

Today I had this error ‘out of the blue’ for a project that worked perfectly fine yesterday. (Version 6.10.2)

Cleaned deployment dir, didn't work

Restarted modeller, didn't work.

After restart of my laptop it worked again. Very strange.

 

Error I received:

com.mendix.m2ee.api.AdminException: Component bundles are not loaded.
    at com.mendix.core.impl.MxRuntimeImpl.initializeCore(MxRuntimeImpl.java:336)
    at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:281)
    at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:243)
    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.content(AbstractHttpConnection.java:953)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
    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:748)


 

 

answered