コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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)

 

 

元の投稿で解決策を見る

2 返信

Avatar

正解者
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)

 

 

Avatar

Level 7

Hi @B_Sravan 

Still same issue