Component bundles not loaded

0
Hi all, Often I have a problem with running one of my projects. My fellow team member does not have the same issue (the difference between our local projects is that I use gulp and he does not). When running, in the end i get the error pasted below this message. Usually I take the time consuming steps to solve this issue: 1. deploy project to mendix cloud test environment 2. download database 3. restore local database 4. dump project 5. restart computer 6. download project from team server  7. run However, it is time consuming.. Does any one know how to solve this issue more permanently?    --------  Component bundles are not loaded. -------- 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:745)    
asked
2 answers
2

In the forum some people mentioning reinstall the Java runtime fixed this problem, you can uninstall the java runtime and install the mendix modeleragain, that will check for the java runtime and install if needed.

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