Component bundles are not loaded

1
Hi All  I’m getting the error in the mendix 6.10.5 modeler.Tried out as below, but nothing works. - Cleaning deployment directory - Removing deployment directory - Removing deployment directory and launch file - Removing entire map in Windows and re-download from Team Server - Reinstalling Mendix. But once I have deployed in eclipse the application starts there but not in mendix modeler. Component bundles are not loaded.   -------- com.mendix.m2ee.api.AdminException: Component bundles are not loaded.     at com.mendix.core.impl.MxRuntimeImpl.initializeCore(MxRuntimeImpl.java:338)     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)   Any idea/ solution for this ?
asked
1 answers
0

Hi,

Could you check if there are windows updates and install them. Also, did you plug in your laptop’s power? The CPU power is then maximized.

Kind regards,

answered