AEM CIF core bundle - installed state | Community
Skip to main content
Balu_M
October 9, 2022
Solved

AEM CIF core bundle - installed state

  • October 9, 2022
  • 2 replies
  • 3127 views

Hi, 

We are installing AEM CIF core components package but bundle is not in active state.

 

Error: com.adobe.cq.cif.common.associatedcontent,version=[1.0,2) -- Cannot be resolved

AEM version : 6.5(Service pack: 6.5.12)

CIF component version : 2.12

Core component version : 2.18.6

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @balu_m,

According to the documentation you will need 2 more dependencies, which are:

  1. AEM CIF Add-on, you can download it from Adobe Software Distribution, you will need proper level of permissions for you Adobe ID - https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html?package=/content/software-distribution/en/details.html/content/dam/aem/public/aem-commerce-addon-65-2022.08.02.00.zip
    Please be aware that you have to first unpack above archive - it contains crx package and README file inside.
  2. Commerce CIF Magento graphql - https://github.com/adobe/commerce-cif-magento-graphql/tree/magento-graphql-9.1.0-magento242ee - you will have to download source code and build it on your own. The result will be a bundle that have to be installed on your AEM via system/console/bundles console

Having above installed, you should be able to start CIF core components bundle successfully.

Additional resources that could be useful:

2 replies

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
October 9, 2022

Hi @balu_m,

According to the documentation you will need 2 more dependencies, which are:

  1. AEM CIF Add-on, you can download it from Adobe Software Distribution, you will need proper level of permissions for you Adobe ID - https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html?package=/content/software-distribution/en/details.html/content/dam/aem/public/aem-commerce-addon-65-2022.08.02.00.zip
    Please be aware that you have to first unpack above archive - it contains crx package and README file inside.
  2. Commerce CIF Magento graphql - https://github.com/adobe/commerce-cif-magento-graphql/tree/magento-graphql-9.1.0-magento242ee - you will have to download source code and build it on your own. The result will be a bundle that have to be installed on your AEM via system/console/bundles console

Having above installed, you should be able to start CIF core components bundle successfully.

Additional resources that could be useful:

joerghoh
Adobe Employee
Adobe Employee
October 9, 2022

Which AEM version are you using? Did you follow the instructions on https://github.com/adobe/aem-core-cif-components/blob/master/README.md?