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.
Can anyone, please, help?
Views
Replies
Total Likes
Hi ,
Even I am facing the same issue.
If anyone has found the solution please suggest
Views
Replies
Total Likes
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>
Views
Replies
Total Likes
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.
Both the bundles are not present in 6.2 GA.
Views
Replies
Total Likes
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>
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies