You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under certain circumstances JCR node delete attempt can end with 500 error and the following message in error log:
22.12.2016 14:30:40.617 *WARN* [127.0.0.1 [1482413440442] POST /content/xxx/yyy-com/en_gb/home/preview-form HTTP/1.1] org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProvider Can't get parent for JcrNodeResource, type=cq:Page, superType=null, path=/content/xxx/yyy-com/en_gb/home/preview-form
javax.jcr.InvalidItemStateException: Item is stale /content/xxx/yyy-com/en_gb/home/preview-form
Most likely given path was processed by some other thread at the same time. Should cq_jcr take care of that automatically? If so, is it possible to determine whether JCR path is taken/locked by some other process? What's more - is it possible to lock given path for the sake of processing over Sling API?
The text was updated successfully, but these errors were encountered:
Under certain circumstances JCR node delete attempt can end with 500 error and the following message in error log:
Most likely given path was processed by some other thread at the same time. Should
cq_jcr
take care of that automatically? If so, is it possible to determine whether JCR path is taken/locked by some other process? What's more - is it possible to lock given path for the sake of processing over Sling API?The text was updated successfully, but these errors were encountered: