Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Day Communique 5 Analytics(com.day.cq.cq-analytics) in installed status when upgrading from AEM 6.1 to AEM 6.2

Avatar

Level 6

Upgrading AEM from 6.1 to 6.2, face this issue. The Day Communique 5 Analytics(com.day.cq.cq-analytics) is installed status because com.day.cq.personalization,version=[5.8,6) -- Cannot be resolved and com.day.cq.replication,version=[5.17,6) -- Cannot be resolved.

I see AEM 6 Analytics Integration Bundle(com.adobe.cq.cq-analytics-integration) is active status.

The question is if AEM 6 analytics integration bundle replacing the The Day Communique 5 Analytics. If yes, can we just delet the Day Communique 5 Analytics bundle? If no, how to fix the issue? Is there a hot fix available?

Thanks.

5 Replies

Avatar

Level 4

Hi ,

Even I am facing the same issue.

If anyone has found the solution please suggest

Avatar

Level 8

have you updated uber jar dependency in pom.xml ?

<!-- https://mvnrepository.com/artifact/com.adobe.aem/uber-jar -->

<dependency>

    <groupId>com.adobe.aem</groupId>

    <artifactId>uber-jar</artifactId>

    <version>6.2.0</version>

    <scope>provided</scope>

</dependency>

also update replication dependency

<dependency>

<artifactId>com.adobe.granite.replication.core</artifactId>

<version>6.2.46</version>

<groupId>com.adobe.granite</groupId>

<scope>provided</scope>

</dependency>

Avatar

Level 4

Hi Hemant,

I am using 6.2.0-SP1 uber jar .

The issue pops up once we install SP1 on migrated instance from 6.1 SP 2 to 6.2.

This SP1 installation also brings Day Communique 5 Search&Promote Integration (com.day.cq.cq-searchpromote) to insalled state.

com.adobe.cq.commerce.png

Both the bundles are not present in 6.2 GA.

Avatar

Level 8

I just installed SP1. Its working fine. I don't see issues with S&P

Just try update this dependency

<dependency>

<groupId>com.adobe.cq.commerce</groupId>

<artifactId>cq-commerce-core</artifactId>

<version>5.14.102</version>

<scope>provided</scope>

</dependency>

1468392_pastedImage_2.png