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.
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
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.