<?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 Unsupported transformation in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3455#M1335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I get rid of the below exception?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-01-18 09:44:03,915 ERROR [org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl] [defaultAsyncAction6] Failed to execute asynchronous action: Action[ id=a66d8d76-4d2c-41ce-ac00-5817787f2ec0, node=null ]: 001896019 Unsupported transformation: application/vnd.openxmlformats-officedocument.wordprocessingml.document to application/pdf&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 001896030 Creation of thumbnail 'doclib' failed&lt;BR /&gt; at org.alfresco.repo.thumbnail.CreateThumbnailActionExecuter.executeImpl(CreateThumbnailActionExecuter.java:206)&lt;BR /&gt; at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:267)&lt;BR /&gt; at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:839)&lt;BR /&gt; at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:740)&lt;BR /&gt; at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1$1.execute(AsynchronousActionExecutionQueueImpl.java:423)&lt;BR /&gt; at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)&lt;BR /&gt; at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)&lt;BR /&gt; at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1.doWork(AsynchronousActionExecutionQueueImpl.java:432)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil.runAsWork(TenantUtil.java:119)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil.runAsTenant(TenantUtil.java:88)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil$1.doWork(TenantUtil.java:62)&lt;BR /&gt; at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)&lt;BR /&gt; at org.alfresco.repo.tenant.TenantUtil.runAsUserTenant(TenantUtil.java:58)&lt;BR /&gt; at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper.run(AsynchronousActionExecutionQueueImpl.java:435)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;BR /&gt; at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Caused by: org.alfresco.repo.content.transform.UnsupportedTransformationException: 001896019 Unsupported transformation: application/vnd.openxmlformats-officedocument.wordprocessingml.document to application/pdf&lt;BR /&gt; at org.alfresco.repo.content.transform.FailoverContentTransformer.transformInternal(FailoverContentTransformer.java:194)&lt;BR /&gt; at org.alfresco.repo.content.transform.AbstractContentTransformer2.transform(AbstractContentTransformer2.java:250)&lt;BR /&gt; at org.alfresco.repo.content.transform.ComplexContentTransformer.transformInternal(ComplexContentTransformer.java:486)&lt;BR /&gt; at org.alfresco.repo.content.transform.AbstractContentTransformer2.transform(AbstractContentTransformer2.java:250)&lt;BR /&gt; at org.alfresco.repo.content.ContentServiceImpl.failoverTransformers(ContentServiceImpl.java:686)&lt;BR /&gt; at org.alfresco.repo.content.ContentServiceImpl.transform(ContentServiceImpl.java:635)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor1410.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt; at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)&lt;BR /&gt; at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.model.ml.MLContentInterceptor.invoke(MLContentInterceptor.java:129)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:159)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)&lt;BR /&gt; at com.sun.proxy.$Proxy49.transform(Unknown Source)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable$1.doWork(AbstractTransformationRenderingEngine.java:439)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable$1.doWork(AbstractTransformationRenderingEngine.java:1)&lt;BR /&gt; at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable.call(AbstractTransformationRenderingEngine.java:429)&lt;BR /&gt; at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine$TransformationCallable.call(AbstractTransformationRenderingEngine.java:1)&lt;BR /&gt; at java.util.concurrent.FutureTask.run(Unknown Source)&lt;BR /&gt; ... 3 more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 05:10:12 GMT</pubDate>
    <dc:creator>riyaz</dc:creator>
    <dc:date>2017-01-18T05:10:12Z</dc:date>
    <item>
      <title>Unsupported transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3455#M1335</link>
      <description>How do I get rid of the below exception?2017-01-18 09:44:03,915 ERROR [org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl] [defaultAsyncAction6] Failed to execute asynchronous action: Action[ id=a66d8d76-4d2c-41ce-ac00-5817787f2ec0, node=null ]: 001896019 Unsupported transformation: appli</description>
      <pubDate>Wed, 18 Jan 2017 05:10:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3455#M1335</guid>
      <dc:creator>riyaz</dc:creator>
      <dc:date>2017-01-18T05:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3456#M1336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just make sure the transformation is supported (openoffice/libreoffice installed + running, transformation is not disabled, source size limits are set according to your requirements...). There can be many reasons why a transformation (temporarily) fails and some transformations, e.g. for thumbnails, are even retried automatically to deal with temporary issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 11:35:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3456#M1336</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-01-18T11:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3457#M1337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find a solution? I have the same issue for the big size office documents (more than 5M).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Axel, how to verify all of these?&lt;/P&gt;&lt;P&gt;- OO and transformation are working because the small size files are working&amp;nbsp;and can be transformed to PDF to show in the Pdfjs viewer or when apply the transform rule&lt;/P&gt;&lt;P&gt;- How to make sure if there is a limit size for transformation? I did not add any parameter in the alfresco-global.properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jamil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:08:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3457#M1337</guid>
      <dc:creator>jamilnour</dc:creator>
      <dc:date>2017-03-29T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3458#M1338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use either the OOTBee Support Tools (CE+EE) or Alfresco Support Tools (EE-only) addon and the "Test Transform" tool in the Repository-tier admin console they provide to test out various transformations at runtime and also look at the transformation debug log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:39:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3458#M1338</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-03-29T13:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3459#M1339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay for my case it was a size limitation problem which can be modified&amp;nbsp;by adding the following parametter&amp;nbsp;(to support 10M) to&amp;nbsp;alfresco-global.properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content.transformer.OpenOffice.extensions.docx.pdf.maxSourceSizeKBytes=10240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default value is 768 KB and I don't think a 10M document is recommended because it will take a long time to be converted and displayed in PDFJS viewer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This long discussion thread helped me too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/thread/227144"&gt;Content Transformations not available&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jamil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 08:08:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unsupported-transformation/m-p/3459#M1339</guid>
      <dc:creator>jamilnour</dc:creator>
      <dc:date>2017-03-30T08:08:11Z</dc:date>
    </item>
  </channel>
</rss>

