Hi,
I have manually installed CIF Core Components and CIF Connector in AEM via CIF Archetype Project, however, I am not able to find then on Web console: http://localhost:4502/system/console/configMgr When I looked at Bundles status tab http://localhost:4502/system/console/bundles I found that status is showing as Installed but Not Active, and below given are the details of the package and its subpackage which is giving error while importing:
Acme Store - Core(com.acme.cif.acme-store.core): Installed
org.apache.sling.api.resource,version=[2.11,3) -- Cannot be resolved
AEM CIF Core Components - Core Bundle(com.adobe.commerce.cif.core-cif-components-core): Installed
com.adobe.granite.ui.components,version=[1.19,2) -- Cannot be resolved
com.adobe.granite.ui.components.ds,version=[1.3,2) -- Cannot be resolved
com.fasterxml.jackson.core,version=[2.9,3) -- Cannot be resolved
com.fasterxml.jackson.databind,version=[2.9,3) -- Cannot be resolved
org.apache.commons.io,version=[2.6,3) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.11,3) -- Cannot be resolved
org.eclipse.jetty.util,version=[9.4,10) -- Cannot be resolved
CIF Connector - GraphQL Bundle(com.adobe.commerce.cif.connector-graphql): Installed
com.adobe.granite.ui.components,version=[1.19,2) -- Cannot be resolved
com.adobe.granite.ui.components.ds,version=[1.3,2) -- Cannot be resolved
com.day.cq.search,version=[1.3,2) -- Cannot be resolved
com.fasterxml.jackson.core,version=[2.9,3) -- Cannot be resolved
com.fasterxml.jackson.core.type,version=[2.9,3) -- Cannot be resolved
com.fasterxml.jackson.databind,version=[2.9,3) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.11,3) -- Cannot be resolved
org.apache.sling.spi.resource.provider,version=[1.2,2) -- Cannot be resolved
CIF Virtual Catalog - Bundle(com.adobe.commerce.cif.virtual-catalog): Installed
com.adobe.granite.ui.components.ds,version=[1.3,2) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.11,3) -- Cannot be resolved
org.apache.sling.spi.resource.provider,version=[1.2,2) -- Cannot be resolved
Generic GraphQL client(com.adobe.commerce.cif.graphql-client): Installed
org.apache.sling.api.resource,version=[2.11,3) -- Cannot be resolved
For Reference:
Please suggest.
Thanks,
Heena
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Heena91
Bundle status shows installed when there are dependencies which are required/not resolved. As specified the unsatisfied dependencies in console in red color, update them to the supported version maven dependencies in pom.xml.
Regards,
Santosh
Hi @Heena91
Bundle status shows installed when there are dependencies which are required/not resolved. As specified the unsatisfied dependencies in console in red color, update them to the supported version maven dependencies in pom.xml.
Regards,
Santosh
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies