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
Cannot serve request to /tools.html in org.apache.sling.servlets.get.DefaultGetServlet
Any hints? Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Whats happening is CQ cannot find com.day.cq.wcm.foundation. What content are you updating. Did it impact the version of this dependency?
Views
Replies
Total Likes
Whats happening is CQ cannot find com.day.cq.wcm.foundation. What content are you updating. Did it impact the version of this dependency?
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
In your bundle's MF file - do you have a version beside:
com.day.cq.wcm.foundation
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies