Hi,
I installed AEM 6.1 instance in my desktop.I am migrating my changes from AEM 6.0 to AEM 6.1.After migrating on wards, facing an issue as attached during startup. Please guide me how to resolve this
I have added the POM dependency as below.It also affects the custom components behavior.
<dependency>
<groupId>com.adobe.cq.commerce</groupId>
<artifactId>cq-commerce-core</artifactId>
<version>5.13.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq.wcm</groupId>
<artifactId>cq-geometrixx-commons-core</artifactId>
<version>1.0.12</version>
<scope>provided</scope>
</dependency>
Thanks,
Kirithi
Solved! Go to Solution.
Views
Replies
Total Likes
Hi All,
Thanks for your reply.I referred the latest version from the repository and added the dependency in pom file.Error remains the same.Please guide me how to solve it.
Thanks,
Kirithi
Views
Replies
Total Likes
ensure that this bundle with correct version is available at runtime
com.adobe.cq.commerce.api)(version>=1.2.0)(!(version>=2.0.0)
Views
Replies
Total Likes
<dependency>
<groupId>com.adobe.cq.commerce</groupId>
<artifactId>cq-commerce-core</artifactId>
<version>5.13.12</version>
<scope>provided</scope>
</dependency>
I think 5.13.12 version is not available ! Make sure you add the right version
Views
Replies
Total Likes
Here is what I found for available versions:
https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/commerce/cq-commerce-core/
Views
Replies
Total Likes
Hi All,
Thanks for your reply.I referred the latest version from the repository and added the dependency in pom file.Error remains the same.Please guide me how to solve it.
Thanks,
Kirithi
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies