I'm running AEM 6.5.17 (with uber-jar 6.5.17) and I've gone through the steps to install a third party package in my local author instance. However the bundle is not active and I see the following issues under imported packages:
However the bundle is not active and I see the following issues under imported packages:
org.apache.commons.text,version=[1.10,2) -- Cannot be resolved
org.apache.sling.api.request,version=[2.7,3) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.13,3) -- Cannot be resolved
Solved! Go to Solution.
Views
Replies
Total Likes
You can search in dependency finder if any other version for these dependencies is not installed on your instance.
http://localhost:4502/system/console/depfinder
Put package id like this in serach box :
org.apache.commons.text
If it's not installed, then install it manually from bundles console.
Hope this helps!
Views
Replies
Total Likes
Hi @stiegjo22
Can you please system console bundles screen snapshot which have this bundle dependency errors which is stoping this bundle to be active?
Views
Replies
Total Likes
Please see screenshot.
Views
Replies
Total Likes
You can search in dependency finder if any other version for these dependencies is not installed on your instance.
http://localhost:4502/system/console/depfinder
Put package id like this in serach box :
org.apache.commons.text
If it's not installed, then install it manually from bundles console.
Hope this helps!