Facing Issue during startup in AEM6.1 | Community
Skip to main content
November 3, 2015
Solved

Facing Issue during startup in AEM6.1

  • November 3, 2015
  • 4 replies
  • 1214 views

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

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

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

4 replies

Level 3
November 3, 2015

ensure that this bundle with correct version is available at runtime

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

Lokesh_Shivalingaiah
Level 10
November 3, 2015

<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

Level 2
November 3, 2015
Accepted solution
November 4, 2015

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