Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

CQ5.6 Error when starting, core bundles do not get activated

Avatar

Level 4

Happens just after I update content through vault.

See:

25.06.2014 09:06:29.891 *ERROR* [FelixStartLevel] ERROR: Error starting jcrinstall:/apps/geometrixx-commons/install/cq-geometrixx-commons-core-1.0.10.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.wcm.cq-geometrixx-commons-core [150]: Unable to resolve 150.0: missing requirement [150.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.foundation)) org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.wcm.cq-geometrixx-commons-core [150]: Unable to resolve 150.0: missing requirement [150.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.foundation) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896) at org.apache.felix.framework.Felix.startBundle(Felix.java:1938) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298) at java.lang.Thread.run(Thread.java:745)

This appears in the bundles, (they are installed but not activated):

com.day.cq.wcm.foundation -- Cannot be resolved

And this, when trying to load a page, for example the default tools.html

Not Found

Cannot serve request to /tools.html in org.apache.sling.servlets.get.DefaultGetServlet

 

Any hints? Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Whats happening is CQ cannot find com.day.cq.wcm.foundation. What content are you updating. Did it impact the version of this dependency? 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Whats happening is CQ cannot find com.day.cq.wcm.foundation. What content are you updating. Did it impact the version of this dependency? 

Avatar

Level 4

JSP, CSS, JavaScript, stuff like that. Plus some custom bundles. That dependency is not defined in my pom.xml files but they have never been, so that is not the cause.

But, how that could affect the default dependencies of CQ5.6 jars?

Avatar

Level 10

In your bundle's MF file - do you have a version beside:

com.day.cq.wcm.foundation