<?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 Content Transformation Error in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/content-transformation-error/m-p/81104#M25039</link>
    <description>&lt;P&gt;When i upload a plain excel file to the documentlibrary, document preview is working. After (online) editing the file 2-3 times, the preview stops to work and says, that it is unable to generate the pdf.&lt;/P&gt;&lt;P&gt;Within the logs the following error is thrown:&lt;BR /&gt;2020-09-22 11:03:35,451 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-18] Exception from executeScript: 08220033 Wrapped Exception (with status template): 08220051 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js': 08220050 08220049 A rendition of name: {&lt;A href="http://www.alfresco.org/model/content/1.0}pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}pdf&lt;/A&gt; should have been created for source node: workspace://SpacesStore/e5862b81-2361-4cfa-9e3e-41741409e83a&lt;BR /&gt;org.springframework.extensions.webscripts.WebScriptException: 08220033 Wrapped Exception (with status template): 08220051 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js': 08220050 08220049 A rendition of name: {&lt;A href="http://www.alfresco.org/model/content/1.0}pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}pdf&lt;/A&gt; should have been created for source node: workspace://SpacesStore/e5862b81-2361-4cfa-9e3e-41741409e83a&lt;BR /&gt;at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1139)&lt;BR /&gt;at org.alfresco.repo.web.scripts.content.StreamContent.execute(StreamContent.java:202)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:512)&lt;BR /&gt;at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:587)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:656)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.executeScriptInternal(RepositoryContainer.java:428)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:308)&lt;BR /&gt;at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:399)&lt;/P&gt;&lt;P&gt;setting the transformer log level to trace, it gives the following output:&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.TransformerConfigLimits] [pool-14-thread-3]&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.TransformerConfigLimits] [pool-14-thread-3] 3 G transformer.JodConverter.application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.application/pdf.*={timeoutMs=180000, maxSourceSizeKBytes=10240}&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.TransformerConfigLimits] [pool-14-thread-3] 3 S transformer.JodConverter.application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.application/pdf.pdf={timeoutMs=180000, maxSourceSizeKBytes=10240}&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.JodContentTransformer] [pool-14-thread-3] transforming content from application/vnd.openxmlformats-officedocument.spreadsheetml.sheet to application/pdf&lt;BR /&gt;2020-09-22 11:03:35,088 DEBUG [content.transform.JodContentTransformer] [pool-14-thread-3] transformation successful&lt;BR /&gt;2020-09-22 11:03:35,089 DEBUG [content.transform.TransformerLog] [pool-14-thread-3] 45 xlsx pdf INFO Plain Excel.xlsx 7.9 KB 1&amp;nbsp;245 ms JodConverter&amp;lt;&amp;lt;Proxy&amp;gt;&amp;gt;&lt;BR /&gt;2020-09-22 11:03:35,090 DEBUG [content.transform.AbstractContentTransformer2] [pool-14-thread-3] Completed transformation:&lt;BR /&gt;reader: ContentAccessor[ contentUrl=store://2020/9/22/10/43/5d9e3541-d6cc-479b-9a66-0bea94489a37.bin, mimetype=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, size=8097, encoding=UTF-8, locale=de]&lt;BR /&gt;writer: ContentAccessor[ contentUrl=store://2020/9/22/11/3/c4c7815d-adbc-4c0c-9fb9-4b69bbf74eda.bin, mimetype=application/pdf, size=14710, encoding=UTF-8, locale=de_AT]&lt;BR /&gt;options: {maxSourceSizeKBytes=-1, pageLimit=-1, use=pdf, timeoutMs=-1, maxPages=-1, contentReaderNodeRef=workspace://SpacesStore/e5862b81-2361-4cfa-9e3e-41741409e83a, sourceContentProperty=null, readLimitKBytes=-1, contentWriterNodeRef=workspace://SpacesStore/f06d85ab-1377-4d86-a8ee-12965a724bce, targetContentProperty=null, includeEmbedded=null, readLimitTimeMs=-1}&lt;BR /&gt;transformer: ProxyContentTransformer&lt;BR /&gt;2020-09-22 11:03:35,090 DEBUG [content.transform.TransformerDebug] [pool-14-thread-3] 45 Finished in 1&amp;nbsp;247 ms&lt;/P&gt;&lt;P&gt;according to the logs, i would presume, that the pdf generation was successful. But when i try to locate the pdf file within the data folder (/2020/9/22/11/3/c4c7815d-adbc-4c0c-9fb9-4b69bbf74eda.bin), there is no such file - so it seems, that the transformer was unable to store the final pdf.&lt;/P&gt;&lt;P&gt;Has anynone encountered a similar problem, or can give me a hint where do search next?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2020 09:09:36 GMT</pubDate>
    <dc:creator>uwe_wolfinger</dc:creator>
    <dc:date>2020-09-22T09:09:36Z</dc:date>
    <item>
      <title>Content Transformation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-transformation-error/m-p/81104#M25039</link>
      <description>&lt;P&gt;When i upload a plain excel file to the documentlibrary, document preview is working. After (online) editing the file 2-3 times, the preview stops to work and says, that it is unable to generate the pdf.&lt;/P&gt;&lt;P&gt;Within the logs the following error is thrown:&lt;BR /&gt;2020-09-22 11:03:35,451 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-18] Exception from executeScript: 08220033 Wrapped Exception (with status template): 08220051 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js': 08220050 08220049 A rendition of name: {&lt;A href="http://www.alfresco.org/model/content/1.0}pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}pdf&lt;/A&gt; should have been created for source node: workspace://SpacesStore/e5862b81-2361-4cfa-9e3e-41741409e83a&lt;BR /&gt;org.springframework.extensions.webscripts.WebScriptException: 08220033 Wrapped Exception (with status template): 08220051 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js': 08220050 08220049 A rendition of name: {&lt;A href="http://www.alfresco.org/model/content/1.0}pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}pdf&lt;/A&gt; should have been created for source node: workspace://SpacesStore/e5862b81-2361-4cfa-9e3e-41741409e83a&lt;BR /&gt;at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1139)&lt;BR /&gt;at org.alfresco.repo.web.scripts.content.StreamContent.execute(StreamContent.java:202)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:512)&lt;BR /&gt;at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:587)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:656)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.executeScriptInternal(RepositoryContainer.java:428)&lt;BR /&gt;at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:308)&lt;BR /&gt;at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:399)&lt;/P&gt;&lt;P&gt;setting the transformer log level to trace, it gives the following output:&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.TransformerConfigLimits] [pool-14-thread-3]&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.TransformerConfigLimits] [pool-14-thread-3] 3 G transformer.JodConverter.application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.application/pdf.*={timeoutMs=180000, maxSourceSizeKBytes=10240}&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.TransformerConfigLimits] [pool-14-thread-3] 3 S transformer.JodConverter.application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.application/pdf.pdf={timeoutMs=180000, maxSourceSizeKBytes=10240}&lt;BR /&gt;2020-09-22 11:03:33,858 DEBUG [content.transform.JodContentTransformer] [pool-14-thread-3] transforming content from application/vnd.openxmlformats-officedocument.spreadsheetml.sheet to application/pdf&lt;BR /&gt;2020-09-22 11:03:35,088 DEBUG [content.transform.JodContentTransformer] [pool-14-thread-3] transformation successful&lt;BR /&gt;2020-09-22 11:03:35,089 DEBUG [content.transform.TransformerLog] [pool-14-thread-3] 45 xlsx pdf INFO Plain Excel.xlsx 7.9 KB 1&amp;nbsp;245 ms JodConverter&amp;lt;&amp;lt;Proxy&amp;gt;&amp;gt;&lt;BR /&gt;2020-09-22 11:03:35,090 DEBUG [content.transform.AbstractContentTransformer2] [pool-14-thread-3] Completed transformation:&lt;BR /&gt;reader: ContentAccessor[ contentUrl=store://2020/9/22/10/43/5d9e3541-d6cc-479b-9a66-0bea94489a37.bin, mimetype=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, size=8097, encoding=UTF-8, locale=de]&lt;BR /&gt;writer: ContentAccessor[ contentUrl=store://2020/9/22/11/3/c4c7815d-adbc-4c0c-9fb9-4b69bbf74eda.bin, mimetype=application/pdf, size=14710, encoding=UTF-8, locale=de_AT]&lt;BR /&gt;options: {maxSourceSizeKBytes=-1, pageLimit=-1, use=pdf, timeoutMs=-1, maxPages=-1, contentReaderNodeRef=workspace://SpacesStore/e5862b81-2361-4cfa-9e3e-41741409e83a, sourceContentProperty=null, readLimitKBytes=-1, contentWriterNodeRef=workspace://SpacesStore/f06d85ab-1377-4d86-a8ee-12965a724bce, targetContentProperty=null, includeEmbedded=null, readLimitTimeMs=-1}&lt;BR /&gt;transformer: ProxyContentTransformer&lt;BR /&gt;2020-09-22 11:03:35,090 DEBUG [content.transform.TransformerDebug] [pool-14-thread-3] 45 Finished in 1&amp;nbsp;247 ms&lt;/P&gt;&lt;P&gt;according to the logs, i would presume, that the pdf generation was successful. But when i try to locate the pdf file within the data folder (/2020/9/22/11/3/c4c7815d-adbc-4c0c-9fb9-4b69bbf74eda.bin), there is no such file - so it seems, that the transformer was unable to store the final pdf.&lt;/P&gt;&lt;P&gt;Has anynone encountered a similar problem, or can give me a hint where do search next?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 09:09:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-transformation-error/m-p/81104#M25039</guid>
      <dc:creator>uwe_wolfinger</dc:creator>
      <dc:date>2020-09-22T09:09:36Z</dc:date>
    </item>
  </channel>
</rss>

