Pattern Detector report : package has both mutable and immutable content | Community
Skip to main content
February 16, 2021
Solved

Pattern Detector report : package has both mutable and immutable content

  • February 16, 2021
  • 2 replies
  • 1255 views

 

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:
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 Vijayalakshmi_S

Hi @sowripo,

/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-project-content-package-structure.html#mutable-vs-immutable

 

2 replies

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
February 16, 2021

Hi @sowripo,

/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-project-content-package-structure.html#mutable-vs-immutable

 

arunpatidar
Community Advisor
Community Advisor
February 16, 2021

Hi,

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

and ui.content could have rest.

Arun Patidar