Hi,
When I was trying to update the RTE component I'm getting the error as shown in below SS.
When I checked the logs, I found the below exception.
org.apache.sling.servlets.post.exceptions.PreconditionViolatedPersistenceException: Resource at '/content/mywebsite/master/en_us/test-page/jcr:content/root/article/text' is not modifiable.
Can anyone please help me with this.
Thanks & Regards,
Sravani
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Jörg_Hoh ,
Thanks for the Reply. I'm having all the permission. I found why the issue happening.
There is property present in the '/content/mywebsite/master/en_us/test-page/jcr:content/root/article' node which is same name as the child node 'text'. After updating the node name its resolved the issue.
Thanks & Regards,
Sravani
Hi @Kiran_Vedantam,
I'm not updating the initial content component in the page. Actually I'm facing the issue only for few pages using this template not all.
This is an exception which is thrown when you try to modify content. As it is a preconditionViolatedException it's not a permanent thing (like a broken repo), but it rather indicates that current request won't be ever succesfull, e.g. because you don't have enough permissions or some other formal reason. You can find more details in the logs.
First thing I would check if you have write permission on that page.
Hi @Jörg_Hoh ,
Thanks for the Reply. I'm having all the permission. I found why the issue happening.
There is property present in the '/content/mywebsite/master/en_us/test-page/jcr:content/root/article' node which is same name as the child node 'text'. After updating the node name its resolved the issue.
Thanks & Regards,
Sravani