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

Mark Solution

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

해결됨

Resolving missing OSGI bundle dependencies

Avatar

Level 2

Hi All,

I have some installed OSGI bundles on an AEM server , which are not starting due to missing dependencies , when I goto http://localhost:4502/system/console/bundles.

The missing dependencies are :-

com.day.cq.dam.api,version=[1.27,2) -- Cannot be resolved

org.apache.sling.api.servlets,version=[2.3,3) -- Cannot be resolved

com.day.cq.dam.commons.util,version=[1.55,2) -- Cannot be resolved

Do you know how I can resolve these missing dependencies ?

Thank you for your time and best regards.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

Resolved by updating AEM from 6.5.0 to 6.5.2

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 2

The bundle not starting is a custom bundle?

If so, check if you are declaring the correct uber-jar version dependency for your instance. 

Avatar

Level 2
Yes it is a custom bundle. It is using uber-jar version 6.5.2.0

Avatar

Employee Advisor

You need to compile the code with correct uber jar. Example: If you are running AEM 6.4.4, you need to use uber jar version 6.4.4

Avatar

정확한 답변 작성자:
Level 2

Resolved by updating AEM from 6.5.0 to 6.5.2