Functionality Background on Rendition Actions Space Directory in Data Dictionary

cancel
Showing results for 
Search instead for 
Did you mean: 
jdhandp
Member II

Functionality Background on Rendition Actions Space Directory in Data Dictionary

Hi Team,

In our Alfresco environment, we are facing an Error due to asyncronous action as shown below.

service: ALF-APP-AUWIP messagetype:ERROR error:Failed to execute asynchronous action: Action[ id=97fb339b-109b-47a8-a779-8167ebc4119f, node=workspace://SpacesStore/97fb339b-109b-47a8-a779-8167ebc4119f ]: 110577579 Transformer for 'image/svg+xml' source mime type and 'image/jpeg' target mime type was not found. Operation can't be performedorg.alfresco.service.cmr.rendition.RenditionServiceException: 110577579 Transformer for 'image/svg+xml' source mime type and 'image/jpeg' target mime type was not found. Operation can't be performed .

The file is uploaded to "Rendering Action Space" directory and the file has a async action which would remove the file from the folder.

 

The File we trying to upload is SVG mime type and we have customized the functionality to handle the mime content.

Can anyone kindly provide your inputs on the functionality background on this Rendering Action Space directory.

1 Reply
subham
Member II

Re: Functionality Background on Rendition Actions Space Directory in Data Dictionary

Hi Jai Ram

It seems that transformer to transform 'image/svg+xml' to 'image/jpeg'  used action may not be available or registered properly. You can see the list of the available transformers using this URL http://localhost:8080/alfresco/service/mimetypes.

You may able to find transformer related error in the server startup logs and for detailed logs, specify DEBUG log level for the transformer service.

Below link describes working of transformers and how to debug them

Content Transformers (and Renditions) | Alfresco Documentation 

Thanks,

Shubham

ContCentric