How can I access AEM as Cloud service system console for both author and publish instance | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kishore_Kumar_

Hi @ashish_mittal ,

 

We can't access system console directly in AEMaaCS. If it's for any OSGI configuration it has to be deployed via code.

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/deploying/configuring-osgi.html?lang=en

 

If we need to debug anything like to check the status of bundles, configuration etc we can make use of developer console.

 

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/developer-console.html?lang=en

 

 

2 replies

Kishore_Kumar_
Kishore_Kumar_Accepted solution
Level 9
August 20, 2021

Hi @ashish_mittal ,

 

We can't access system console directly in AEMaaCS. If it's for any OSGI configuration it has to be deployed via code.

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/deploying/configuring-osgi.html?lang=en

 

If we need to debug anything like to check the status of bundles, configuration etc we can make use of developer console.

 

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/developer-console.html?lang=en

 

 

Asutosh_Jena_
Community Advisor
Community Advisor
August 21, 2021

Hi @ashish_mittal 

 

AEM as a Cloud Service provides a Developer Console for each environment that exposes various details of the running AEM service that are helpful in debugging.

Each AEM as a Cloud Service environment has it’s own Developer Console.

 

To access and use the Developer Console the following permissions must be given to the developer’s Adobe ID via Adobe’s Admin Console.

 

  1. Ensure the Adobe Org that has effected Cloud Manger and AEM as a Cloud Service products is active in the Adobe Org switcher.
  2. The developer must be a member of the Cloud Manager Product’s Developer - Cloud Service Product Profile.
    If this membership does not exist, the developer will not be able to log in to Developer Console.
  3. The developer must be a member of the AEM Users or AEM Administrators Product Profile on AEM Author and/or Publish.
    If this membership does not exist, the status dumps will timeout with a 401 Unauthorized error.

 

Status provides options for outputting specific AEM runtime state in text or JSON output. The Developer Console provides similar information as the AEM SDK’s local quickstart’s OSGi Web console, with the marked difference that Developer Console is read-only.

 

Detailed info here:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/deploying/configuring-osgi.html?lang=en

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/developer-console.html?lang=en#bundles

 

Thanks!