Component bundles not loaded

1
cant run my application in localhost, error ' Component bundles not loaded' run time optimisations turned off . no widgets added . just happend all of sudden. How can this be fixed . Its causing me so much pain! using jdk1.866 jdk1.871 jdk1.8_72 all these jdk's give me the same problem 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.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
4 answers
1

You also didn't add any modules that might contain widgets? And did you already try to clean up the deployment directory via Menu > Project > Cleanup Deployment Directory?

answered
0

Hi friends, even i got the same issue, but then as Mitchel Mol told, i cleaned my deployment directory and restarted the system, then it came to the normal and executing without any errors.

answered
0

What worked for me is ... Deleting the whole directory "deployment" from ur Mendix project directory( C:\....\... MendixProjectName >deployment) . And then re-run ur application. 

answered
0

In my case, killing tsvncache.exe did the trick. I found the culprit using Process Explorer (from Microsoft Sysinternals) and search for the name of the folder that contains my Mendix projects. See also https://serverfault.com/a/1980.

answered