@hardik11071994,
It looks like when this asset is being processed there is some concurrent write activity to the node. Hence the OakState0001 errors.
Also the resource where you see the problem is checked in and it is unable to offload. This seems to be causing the problem.
Please try to remove the check-in property by checking out.
Steps to checkout property:
1) Go to CRX Explorer
2) Navigate to the /jcr:content node for the affected image.
3) Click on the Versions button on the top menu bar, click on Checkout.
Thanks!!