내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Bundle Activation Error

Avatar

Level 4

12neeraj_0-1668099185039.png

Hi all,
I am facing this issue in bundles 
org.apache.sling.api.request,version=[2.7,3) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.13,3) -- Cannot be resolved
I am using Aem cloud version and build this project by archetype 35

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @neeraj_24412 ,
This is because aem.sdk.api dependency is downloaded on your local per your pom.xml.

  • So as per this version of cloud the org.apache.sling.api.request,version is [2.6,3). But if the local cloud version you are using is lesser than the above version, then your bundles will not resolve and will throw the above error.

Please follow the steps mentioned here [0]. as per mentioned by @Saravanan_Dharmaraj

[0]: https://www.linkedin.com/pulse/aem-bundles-resolving-archetype-archetypeversion35-cannot-vikraman/

Hope that helps!

Regards,

Santosh


Santosh Sai

AEM BlogsLinkedIn


원본 게시물의 솔루션 보기

3 답변 개

Avatar

Community Advisor

Avatar

정확한 답변 작성자:
Community Advisor

Hi @neeraj_24412 ,
This is because aem.sdk.api dependency is downloaded on your local per your pom.xml.

  • So as per this version of cloud the org.apache.sling.api.request,version is [2.6,3). But if the local cloud version you are using is lesser than the above version, then your bundles will not resolve and will throw the above error.

Please follow the steps mentioned here [0]. as per mentioned by @Saravanan_Dharmaraj

[0]: https://www.linkedin.com/pulse/aem-bundles-resolving-archetype-archetypeversion35-cannot-vikraman/

Hope that helps!

Regards,

Santosh


Santosh Sai

AEM BlogsLinkedIn


Avatar

Level 4