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

Bundle Status is not Active in AEM 6.4.0

Avatar

Level 4

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:

Heena91_0-1601991627133.png

 

Please suggest.

 

Thanks,

Heena

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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