Update Asset Workflow Error | Community
Skip to main content
Level 3
November 30, 2016
Solved

Update Asset Workflow Error

  • November 30, 2016
  • 1 reply
  • 2102 views

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)

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 mvanceadobe

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

1 reply

mvanceadobeAdobe EmployeeAccepted solution
Adobe Employee
December 2, 2016

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