Expand my Community achievements bar.

SOLVED

OSGI Bundles not active after code deployment

Avatar

Level 4

I am facing issues intermittently after code deployment to AEM server, bundles are not active(they are in following state installed, resolved etc...), Uber jar version is also matching with the AEM version which i am using, Please suggest how to resolve it.

 

 
 

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi @Prashanth_02a 

Try to replicate the same issue in local instance, and please check dependencies to make sure there is nothing missing.
http://localhost:4502/system/console/depfinder

If it's not AEMaaCS then you can directly check it over actual AEM instance. Based on that modify POM and add required dependencies if anything is missing.

View solution in original post

5 Replies

Avatar

Community Advisor

Hi,

 

please check package dependencies to make sure there is nothing missing:
http://localhost:4502/system/console/depfinder

Could you please check error.log when you upload the jar file to system console

Could you please check the error.log showing what happens when you manually try to start the bundle?

 

 

Avatar

Community Advisor

Are you trying in local or actual AEM server.

If it is in local then provide more help size to AEM instance.

Example - https://www.linkedin.com/pulse/ways-start-aem-sumit-srivastava/?trk=public_profile_article_view 



Arun Patidar

Avatar

Community Advisor

check the logs to see what is happening ?



Arun Patidar

Avatar

Correct answer by
Level 3

Hi @Prashanth_02a 

Try to replicate the same issue in local instance, and please check dependencies to make sure there is nothing missing.
http://localhost:4502/system/console/depfinder

If it's not AEMaaCS then you can directly check it over actual AEM instance. Based on that modify POM and add required dependencies if anything is missing.