Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

OSGI Bunde Error

Avatar

Level 3

Hi,

I'm working on CQ5.4 with the below example

http://helpx.adobe.com/adobe-cq/using/querying-experience-manager-data-using.html

Here i'm able to build the bundle successfully but when i upload the bundle in CQ it gives the below error also PFA image

org.apache.jackrabbit.commons,version=[2.4,3) -- Cannot be resolved
 

I'm in assumption that this works well in cq5.5 and not cq5.4 or is there a mistake i'm doing installing in cq.Please give me the right direction here.

Thanks in advance!!

1 Accepted Solution

Avatar

Correct answer by
Level 10

The article indicates tested with 5.5 onwards.   Looking at error change the maven jackrabbit-jcr-commons dependency from 2.4.3 to one comes with cq 5.4 I guess it is 2.2.4 & you can verify the same from http://<host>:<port>/system/console/bundles/org.apache.jackrabbit.jackrabbit-jcr-commons

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

The article indicates tested with 5.5 onwards.   Looking at error change the maven jackrabbit-jcr-commons dependency from 2.4.3 to one comes with cq 5.4 I guess it is 2.2.4 & you can verify the same from http://<host>:<port>/system/console/bundles/org.apache.jackrabbit.jackrabbit-jcr-commons