Hello,
I am trying to create a custom Index.
I have placed Index under apps/_oak_index.
I am using below filter
<filter root="/oak:index">
<include pattern="/oak:index/cqPageLucene-custom-.*(/.*)?"/>
</filter>
I have set allowIndexDefinitions as true.
But while building getting below error
[ERROR] ValidationViolation: "jackrabbit-packagetype: Package of type 'APPLICATION' is not supposed to contain Oak index definitions but has 'allowIndexDefinitions' set to true.", filePath=META-INF\vault\properties.xml
[ERROR] ValidationViolation: "jackrabbit-accesscontrol: Found no access control list, but there is supposed to be one contained as the property 'acHandling' is set to 'MERGE'!"
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @kapant
As per the Adobe documentation, please try to degrade the Jackrabbit Filevault Maven Package Plugin version from 1.1.0 to 1.0. 4 and then try
PFB the link:
Hope this helps!!
Thanks
Hi @kapant
Could you please try with below steps:
As mentioned in https://medium.com/adobetech/using-search-and-indexing-in-aem-as-a-cloud-service-cda0e10c944b
Regards,
Rajashankar
in AEMaaCS, Everything else in the repository, /content, /conf, /var, /etc, /oak:index, /system, /tmp, etc. are all mutable areas, meaning they can be changed at runtime.so should be part of ui.content package.
Hi @kapant
As per the Adobe documentation, please try to degrade the Jackrabbit Filevault Maven Package Plugin version from 1.1.0 to 1.0. 4 and then try
PFB the link:
Hope this helps!!
Thanks
To follow up on this, you can actually resolve this issue without having to downgrade to version 1.0.4 of the filevault plugin.
I've created an article here with more details: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/deploying-oak-indexes-to-a...
Views
Likes
Replies