Expand my Community achievements bar.

SOLVED

Using Image getting class com.adobe.cq.wcm.core.components.internal.link.LinkHandler

Avatar

Level 7

Hi, While authoring the image component in AEMaaCS, I am getting the above error (code 500). I am using the  latest SDK of cloud and core component 2.19.0 

 

Same thing is working on AEM On premise

 

The issue I found is the src pointing to content/project path instead it should point to dam. In the crx node I can view the dam path is authored 

<img src=/content/sampleproject/us/en/home/_jcr_content/root/responsivegrid/teaser.coreimg.jpeg/1665398425996/ANCImage.jpeg>

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Ronnie09 ,

 

I faced this error and found that SDK comes included with core component bundle and my project is having a dependency of core components on pom.xml – which creates a redundancy of same bundle with different versions and that was the issue.

 

quick fixes:
1. Restart the core component bundle on OSGi console

2. Remove dependancy on you pom file and trigger build (if that is the issue you are facing)

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Ronnie09 ,

 

I faced this error and found that SDK comes included with core component bundle and my project is having a dependency of core components on pom.xml – which creates a redundancy of same bundle with different versions and that was the issue.

 

quick fixes:
1. Restart the core component bundle on OSGi console

2. Remove dependancy on you pom file and trigger build (if that is the issue you are facing)