Expand my Community achievements bar.

SOLVED

Update Asset Workflow Error

Avatar

Level 3

Hi Team,

Getting the following error on our Prod environment.

No Updations done to the workflow.Its OOTB Update Asset workflow - 

Please suggest.This is a bit Critical right now.

 

0.11.2016 11:04:43.733 *WARN* [JobHandler: /etc/workflow/instances/server0/2016-11-30_1/update_asset_3:/content/dam/myproject/files/individuals-families/college_funding_onepager.pdf/subassets/page1.pdf/jcr:content/renditions/original] com.day.cq.dam.core.process.MetadataProcessorProcess unexpected error occurred during metadata extraction. Cause: OakState0001: Unresolved conflicts in /content/dam/myproject/files/individuals-families/college_funding_onepager.pdf/subassets
javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts in /content/dam/myproject/files/individuals-families/college_funding_onepager.pdf/subassets
    at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:237)
    at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:212)
    at org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.newRepositoryException(SessionDelegate.java:670)
    at org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.save(SessionDelegate.java:496)

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

if it just that PDF then could be some issue in the jcr for it.

The error comes from here:

https://docs.adobe.com/docs/en/spec/jsr170/javadocs/jcr-1.0/javax/jcr/InvalidItemStateException.html

If it is happening for different assets, then there is some issue with concurrent writes.

I think this should be reported to Customer Care via a ticket if you need help

Mark

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi,

if it just that PDF then could be some issue in the jcr for it.

The error comes from here:

https://docs.adobe.com/docs/en/spec/jsr170/javadocs/jcr-1.0/javax/jcr/InvalidItemStateException.html

If it is happening for different assets, then there is some issue with concurrent writes.

I think this should be reported to Customer Care via a ticket if you need help

Mark