CQ5.6 Error when starting, core bundles do not get activated | Community
Skip to main content
ronnyfm
Level 4
October 16, 2015
Solved

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

  • October 16, 2015
  • 3 replies
  • 1358 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

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

ronnyfm
ronnyfmAuthor
Level 4
October 16, 2015

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?

smacdonald2008
Level 10
October 16, 2015

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

com.day.cq.wcm.foundation