Expand my Community achievements bar.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Facing Issue during startup in AEM6.1

Avatar

Former Community Member

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

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

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.

                 

            <groupId>com.adobe.cq.commerce</groupId>
            <artifactId>cq-commerce-core</artifactId>
            <packaging>bundle</packaging>
            <version>5.10.36</version>
            <name>Adobe Communique 5 Commerce Core</name>
           <description>Adobe CQ Commerce API and common classes</description>
 

 

Thanks,

 Kirithi

View solution in original post

4 Replies

Avatar

Level 3

ensure that this bundle with correct version is available at runtime

com.adobe.cq.commerce.api)(version>=1.2.0)(!(version>=2.0.0)

Avatar

Level 10

<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

Avatar

Level 2

Avatar

Correct answer by
Former Community Member

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.

                 

            <groupId>com.adobe.cq.commerce</groupId>
            <artifactId>cq-commerce-core</artifactId>
            <packaging>bundle</packaging>
            <version>5.10.36</version>
            <name>Adobe Communique 5 Commerce Core</name>
           <description>Adobe CQ Commerce API and common classes</description>
 

 

Thanks,

 Kirithi