Expand my Community achievements bar.

SOLVED

Pattern Detector report : package has both mutable and immutable content

Avatar

Level 1

 

Didin't got the actual issue here , should any one having any suggestion for this.

It's CRITICAL issue but not sure regarding the fix.

 

URSunsupported.repository.structureCRITICALThe Adobe/AEM_Managed_Services:ams-healthcheck:6.4-1.0 package has both mutable and immutable content. These should be structured into seppackages.
More info at the
Knowledge Base
.
Referenced by:
Adobe/AEM_Managed_Services:ams-healthcheck:6.4-1.0
Referencing:
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @sowrireddyp,

/apps and /libs are immutable areas and rest of the paths like /content, /conf, /var, /etc, /oak:index etc are mutable areas. 

Your package structure might contain the mix of both the filters and hence the issue. 

Create package structure considering this. More details about the same is detailed in below link for reference.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/developing/aem...

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @sowrireddyp,

/apps and /libs are immutable areas and rest of the paths like /content, /conf, /var, /etc, /oak:index etc are mutable areas. 

Your package structure might contain the mix of both the filters and hence the issue. 

Create package structure considering this. More details about the same is detailed in below link for reference.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/developing/aem...

 

Avatar

Community Advisor

Hi,

This means ui.apps folder should have /apps, /libs and index related nodes

and ui.content could have rest.



Arun Patidar