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.
@arunpatidar please suggest what could be the issue.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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?
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
@arunpatidar I am facing this issue in Actual AEM server, not local server.
check the logs to see what is happening ?
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.