Expand my Community achievements bar.

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

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

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----