Expand my Community achievements bar.

SOLVED

AEM 6.5.10 project build is successful, however project-bundle is in installed state.

Avatar

Employee

Hello All,

 

I am experiencing a strange issue in my local setup.

 

1. I have cloned the working directory from the bitbucket and then executed the maven build commands. 

mvn clean install -PautoInstallPackage 

 this is executed successfully. However the project-bundle was on "installed" state I could see some errors. 

I have checked the parentPOM.xml and corePOM.xml and all other POM.XML's too.   I could not  find the jsoup version0.0.0.  

The dependencies are specified as follows.  

Screen Shot 2021-11-08 at 5.12.18 pm.png

Screen Shot 2021-11-08 at 5.09.17 pm.png

 

Please someone advise me, what could be the reason.

P.S: I am using settings.xml as used by all other team-members. 

 

Thank you,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
4 Replies

Avatar

Community Advisor

Hi,

Can you check if this bundle is present in AEM or not?

http://localhost:4504/system/console/depfinder

 

If not then you have to deploy this bundle as well in order to resolved dependency 



Arun Patidar

Avatar

Correct answer by
Community Advisor

Avatar

Community Advisor

@Lavanya_Pejjayi As @arunpatidar mentioned, the reason the bundles are not resolved is because it is not able to find the dependency jars in the Console. If you are adding dependency , make sure you first check it in the depfinder and add them accordingly. In your case if you find it empty , then add the bundles which have the dependency (org.jsoup) jars first to Felix console and restart your bundle.

 

Veena_Vikram_1-1636362267952.png