<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Functionality Background on Rendition Actions Space Directory in Data Dictionary  in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/functionality-background-on-rendition-actions-space-directory-in/m-p/50610#M19358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Hi Team,&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt; color: #222222;"&gt;In our Alfresco environment, we are facing an Error due to asyncronous action as shown below.&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial;"&gt;&lt;SPAN style="font-size: 10.5pt; color: #333333; background: whitesmoke;"&gt;service:&amp;nbsp;ALF-APP-AUWIP&amp;nbsp;messagetype:ERROR&amp;nbsp;error:Failed to execute asynchronous action: Action[ id=97fb339b-109b-47a8-a779-8167ebc4119f, node=workspace://SpacesStore/97fb339b-109b-47a8-a779-8167ebc4119f&amp;nbsp;]: 110577579&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-size: 10.5pt; color: #333333; background: whitesmoke;"&gt;Transformer for 'image/svg+xml' source mime type and 'image/jpeg' target mime type was not found. Operation can't be performed&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #333333; background: whitesmoke;"&gt;org.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&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #222222;"&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 10.5pt; color: #333333;"&gt;&lt;SPAN style="background: whitesmoke;"&gt;The file is uploaded to "Rendering Action Space" directory and the file has a async action which would remove the file from the folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt; color: #222222;"&gt;The File we trying to upload is SVG mime type and we have customized the functionality to handle the mime content.&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt; color: #222222;"&gt;Can anyone kindly provide your inputs on the functionality background on this&amp;nbsp;&lt;SPAN style="font-weight: bold;"&gt;Rendering Action Space&amp;nbsp;&lt;/SPAN&gt;directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2018 14:53:29 GMT</pubDate>
    <dc:creator>jdhandp</dc:creator>
    <dc:date>2018-12-07T14:53:29Z</dc:date>
    <item>
      <title>Functionality Background on Rendition Actions Space Directory in Data Dictionary</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/functionality-background-on-rendition-actions-space-directory-in/m-p/50610#M19358</link>
      <description>Hi Team,In our Alfresco environment, we are facing an Error due to asyncronous action as shown below.service:&amp;nbsp;ALF-APP-AUWIP&amp;nbsp;messagetype:ERROR&amp;nbsp;error:Failed to execute asynchronous action: Action[ id=97fb339b-109b-47a8-a779-8167ebc4119f, node=workspace://SpacesStore/97fb339b-109b-47a8-a779-8167ebc4119</description>
      <pubDate>Fri, 07 Dec 2018 14:53:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/functionality-background-on-rendition-actions-space-directory-in/m-p/50610#M19358</guid>
      <dc:creator>jdhandp</dc:creator>
      <dc:date>2018-12-07T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality Background on Rendition Actions Space Directory in Data Dictionary</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/functionality-background-on-rendition-actions-space-directory-in/m-p/50611#M19359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Jai Ram&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that transformer to transform&amp;nbsp;&lt;SPAN style="color: #333333; background-color: #f5f5f5; font-weight: bold; font-size: 14px;"&gt;'image/svg+xml' to 'image/jpeg'&lt;/SPAN&gt;&lt;SPAN style="color: #333333; background-color: #f5f5f5; font-weight: bold; font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt; used action&amp;nbsp;may not be available or registered properly. You can see the list of the available transformers using this URL&amp;nbsp;&lt;A href="http://localhost:8080/alfresco/service/mimetypes" style="color: #2a6496; background-color: #ffffff; font-weight: bold; text-decoration: underline;" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/mimetypes&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Below link describes working of transformers and how to debug them&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/5.2/references/dev-extension-points-content-transformer.html" title="https://docs.alfresco.com/5.2/references/dev-extension-points-content-transformer.html" rel="nofollow noopener noreferrer"&gt;Content Transformers (and Renditions) | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubham&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2018 14:59:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/functionality-background-on-rendition-actions-space-directory-in/m-p/50611#M19359</guid>
      <dc:creator>subham</dc:creator>
      <dc:date>2018-12-08T14:59:28Z</dc:date>
    </item>
  </channel>
</rss>

