osgiconfig and install folders are not visible in aem cloud | Community
Skip to main content
Mario248
New Participant
September 27, 2023
Solved

osgiconfig and install folders are not visible in aem cloud

  • September 27, 2023
  • 2 replies
  • 1053 views

I have osgiconfig folder inside /apps/kb and I have install folder inside /apps/kb-packages. I could see these folders and files(config, jar, zip) files in local as below (local AEM )

 

But when I deploy the code to AEM cloud, I dont see "osgiconfig" folder and install folder is not appearing in aem cloud as like below 

AEM cloud instance

 

Also I have installed wcm core components in the cloud and I don't see any entry for /apps/core/wcm/components but I have this hierarchy present in my local aem. Can anyone explain what are the folders that will not appear in aem cloud ? is there any to check ? It is really confusing whether wcm core component is present or not and osgiconfig is present or not.

 

 

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 EstebanBustamante

Hi, 

 

The important thing here is that AEM SDK is not a mirror to the AEM Cloud instance, although there are some "changes" to make it more likely the Cloud, it is not exactly the same.

 

Now, the core components in AEM Cloud are located under "/libs" because they are available ootb[1]. In regards to the packaging process, I think this documentation can add some light to such behavior: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/deploying/overview.html?lang=en#deployments-via-cloud-manager. If you are trying to check if one of your OSGI config "was taken" you should use the "Developer Console" to check which configuration is being used in the instance instead. 

 

Hope this helps.

 

[1]. https://github.com/adobe/aem-core-wcm-components

 

2 replies

arunpatidar
New Participant
September 27, 2023

This is expected behaviour , you will not see the osgiconfig folder in AEMaaCS crxde.

you can see the osgi config from developer console.

Arun Patidar
EstebanBustamante
EstebanBustamanteAccepted solution
New Participant
September 27, 2023

Hi, 

 

The important thing here is that AEM SDK is not a mirror to the AEM Cloud instance, although there are some "changes" to make it more likely the Cloud, it is not exactly the same.

 

Now, the core components in AEM Cloud are located under "/libs" because they are available ootb[1]. In regards to the packaging process, I think this documentation can add some light to such behavior: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/deploying/overview.html?lang=en#deployments-via-cloud-manager. If you are trying to check if one of your OSGI config "was taken" you should use the "Developer Console" to check which configuration is being used in the instance instead. 

 

Hope this helps.

 

[1]. https://github.com/adobe/aem-core-wcm-components

 

Esteban Bustamante