<?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 Re: Content Transformations not available in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296201#M249331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;Did you install Java manually in /opt/Alfresco and Alfresco itself in /opt/alfresco-5.0.a ?&amp;nbsp; Better question: How was this system installed - using the Linux All-In-One installer, or manually?&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;I ask because you specified a non-default java location:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #727174; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;JAVA_HOME=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Alfresco&lt;/STRONG&gt;&lt;/SPAN&gt;/java&lt;BR /&gt;JRE_HOME=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Alfresco&lt;/STRONG&gt;&lt;/SPAN&gt;/java&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;..and yet in the global properties file the default installer locations are specified:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #727174; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;dir.root=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;alfresco-5.0.a&lt;/STRONG&gt;&lt;/SPAN&gt;/alf_data&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;...&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;jodconverter.officeHome=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;alfresco-5.0.a&lt;/STRONG&gt;&lt;/SPAN&gt;/libreoffice&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;It is perfectly OK to have java installed elsewhere (on my FreeBSD systems it lives under /usr...) - I am just trying to understand your setup and eliminate gotchas like incorrect paths and typos, running the default alfresco JVM instead of the system installed one, etc &lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sorry for the confusion, it is /opt/Alfresco of course, the file here is from another machine I tried using exactly the same configuration, except this&amp;nbsp;alfresco path. Same alfresco version, same errors. This path shouldn't be the cause. I updated the config file. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Our JAVA_OPTS variable has much more than just the Xmx entry, and I believe you will have problems without an Xms###M or -Dalfresco.home entries, etc etc.&amp;nbsp; It is no surprise to me that it failed to start with just an Xmx entry - or did you do something else in addition to the Xmx line and did not include that info?&amp;nbsp; Remember we cannot see what you did unless you tell us &lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;In our config (from our 5.0.c backup on the old Atom server), /opt/alfresco/tomcat/bin/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;setenv.sh&lt;/STRONG&gt;&lt;/SPAN&gt; contains a JAVA_OPTS entry as below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #727174; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;JAVA_OPTS="-XX:+DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/alfresco -Dcom.sun.management.jmxremote -XX:ReservedCodeCacheSize=128m -Xms512M -Xmx2048M -XX:MaxPermSize=256M $JAVA_OPTS"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;(It was upgraded from Java7 -&amp;gt; 8, hence the MaxPermSize entry is still there. Memory constrained Atom -&amp;gt; Xmx2048M)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Originally, I just had "JAVA_OPTS="$JAVA_OPTS " in&amp;nbsp;setenv.sh. Now I set JAVA_OPTS as in your file just with more memory:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;JAVA_HOME=/opt/Alfresco/java&lt;BR /&gt;JRE_HOME=/opt/Alfresco/java&lt;BR /&gt;JAVA_OPTS="-XX:+DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/Alfresco -Dcom.sun.management.jmxremote -XX:ReservedCodeCacheSize=128m -Xms2048M -Xmx16G -XX:MaxPermSize=2048M $JAVA_OPTS"&lt;BR /&gt;export JAVA_HOME&lt;BR /&gt;export JRE_HOME&lt;BR /&gt;export JAVA_OPTS&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and now Alfresco starts without problems. But the error for this document still appears.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Please can you post your /opt/alfresco-5.0.a/tomcat/shared/classes/alfresco/extension/custom-log4j.properties here.&amp;nbsp; Mine configured as below works perfectly (*AND* noisily - you will not want to leave it on once this issue is solved, otherwise very many log entries will be written). The 2 RunTime entries are optional - it worked both with and without them.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The file looks exactly the same as yours. No additional error logs as I already posted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Alterntively, why not spin up another VPS instance and install 5.0.d or 5.1 GA - as it is only for dev and test?&amp;nbsp; I feel that may be quicker, solves any bugs you will find running a "3 versions behind" 5.0.a system, and ensures the installer puts everything where it should be, including all startup scripts. Personally I would go directly to 5.1 GA.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I set up a 5.0.d instance&amp;nbsp;and got exactly the same errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried converting this document on one of your machines? Maybe it is just a document that can't be converted with Alfresco/LO at all?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 09:06:27 GMT</pubDate>
    <dc:creator>enigma969</dc:creator>
    <dc:date>2016-12-20T09:06:27Z</dc:date>
    <item>
      <title>Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296184#M249314</link>
      <description>Hi,&amp;nbsp;I have&amp;nbsp;alfresco-5.0.a installed on a Ubuntu VPS. Now I want to transform various documents (e.g. docx, .xlsx) to PDF, but I get errors likeTransformer for 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' source mime type and 'application/pdf' target mime type was not found. Op</description>
      <pubDate>Wed, 14 Dec 2016 12:45:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296184#M249314</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-14T12:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296185#M249315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not recommended that you have both OOO and jodconverter enabled. &amp;nbsp;Please try by disabling OOO.&lt;/P&gt;&lt;P&gt;Refer&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/5.1/concepts/OOo-subsystems-intro.html" title="http://docs.alfresco.com/5.1/concepts/OOo-subsystems-intro.html" rel="nofollow noopener noreferrer"&gt;Configuring LibreOffice | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 22:52:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296185#M249315</guid>
      <dc:creator>michael_s1</dc:creator>
      <dc:date>2016-12-14T22:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296186#M249316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, just a quick side-note: It looks like you are running 5.0.a. That is not a stable release. If you are just testing things out, okay, otherwise, you should upgrade. If you want/need to stay on 5.0.x, upgrade to 5.0.d.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 23:09:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296186#M249316</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-12-14T23:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296187#M249317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to send this in private but it appears there is no option of doing that, so I have trimmed some information from this post (think script kiddies).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are only using this server for proof of concept development and testing, then you can probably stop reading and ignore the rest of this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if there is *any* chance of this machine becoming a live production system in future (or being used as the basis for one), then I would strongly recommend some security work and post edits are performed sooner rather than later (in my experience, later never happens, because security costs money).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Suggest remove your public IP address from your post - that information is 'need to know' generally.&lt;/P&gt;&lt;P&gt;2) Having 8080 on the end infers direct tomcat access since that is the default for alfresco (not to mention what you see if you go to the bare hostname&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort - the default tomcat page). However, Tomcat is not a robust web server - not like apache or nginx - suggest you proxy through either of those as soon as possible. You can solve this and #3 and #4 below with a proxy web server config. [No flame wars, thanks - tomcat is fine as the app server but it definitely is not a robust web server in the security sense]&lt;/P&gt;&lt;P&gt;3) It appears that solr is enabled on that public interface (it prompted me to login and gave me access to your solr instance with the default client certificate...). Solr should be limited to localhost connections (tunnelling over ssh works fine, I do it often). Unless you have a cluster, I am not aware of any reason for solr to accept connections from anywhere but the local machine itself.&lt;/P&gt;&lt;P&gt;4) 'Plain text' (not SSL encrypted) port 8080 logins will expose the userid and password to every device between you and that server - suggest switch to forced https to limit who can see the logon details.&amp;nbsp; In some countries the ISP may store this information indefinitely. In some (possible the same) countries, the ISP's are required by Law to store it *and* provide it to government upon request (and yes Australia is one of them, and yes, they share it).&lt;/P&gt;&lt;P&gt;5) Hopefully a firewall (at worst, ufw) is protecting the 'other tomcat ports', and/or you have changed the shutdown command to something new.&amp;nbsp; If your alfresco instance stops 'randomly', this may explain why - it is trivial to do.&lt;/P&gt;&lt;P&gt;6) Maybe copy the service mimetype information here rather than provide a link directly to your alfresco server. I see there is Basic Auth logon in front of it so we are not able to see what is there anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 07:42:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296187#M249317</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-12-15T07:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296188#M249318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a&amp;nbsp;development server and just for testing, but you are right. I removed the IP address.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 09:56:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296188#M249318</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-15T09:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296189#M249319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 09:56:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296189#M249319</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-15T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296190#M249320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For&amp;nbsp;&lt;SPAN&gt;ooo.enabled=false /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;jodconverter.enabled=true&lt;/SPAN&gt;&amp;nbsp;I get following transformations at&amp;nbsp;&lt;EM&gt;alfresco/service/mimetypes&lt;/EM&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG style="color: #000000;"&gt;Transformable From:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="color: #000000;"&gt;&lt;LI&gt;application/vnd.apple.keynote = org.alfresco.repo.content.transform.AppleIWorksContentTransformer&lt;/LI&gt;&lt;LI&gt;application/vnd.apple.numbers = org.alfresco.repo.content.transform.AppleIWorksContentTransformer&lt;/LI&gt;&lt;LI&gt;application/vnd.apple.pages = org.alfresco.repo.content.transform.AppleIWorksContentTransformer&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;image/tiff = Proxy via: com.sun.proxy.$Proxy18 (Version: ImageMagick 6.8.6-6 2014-01-08 Q16 &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.imagemagick.org" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.imagemagick.org&lt;/A&gt;&lt;SPAN&gt; Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC Modules Delegates: freetype jng jpeg png ps tiff wmf zlib)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;text/csv = org.alfresco.repo.content.transform.TextToPdfContentTransformer&lt;/LI&gt;&lt;LI&gt;text/xml = org.alfresco.repo.content.transform.TextToPdfContentTransformer&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ooo.enabled=true /&amp;nbsp;jodconverter.enabled=false I achieve following transformations.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG style="color: #000000;"&gt;Transformable From:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="color: #000000;"&gt;&lt;LI&gt;application/msword = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/rtf = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.apple.keynote = org.alfresco.repo.content.transform.AppleIWorksContentTransformer&lt;/LI&gt;&lt;LI&gt;application/vnd.apple.numbers = org.alfresco.repo.content.transform.AppleIWorksContentTransformer&lt;/LI&gt;&lt;LI&gt;application/vnd.apple.pages = org.alfresco.repo.content.transform.AppleIWorksContentTransformer&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-excel = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-excel.sheet.binary.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-excel.sheet.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-excel.template.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-outlook = Complex via: text/plain&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-powerpoint = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-powerpoint.addin.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-powerpoint.presentation.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-powerpoint.slide.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-powerpoint.template.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-word.document.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.ms-word.template.macroenabled.12 = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.oasis.opendocument.graphics = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.oasis.opendocument.presentation = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.oasis.opendocument.presentation-template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.oasis.opendocument.spreadsheet = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.oasis.opendocument.spreadsheet-template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.oasis.opendocument.text = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.oasis.opendocument.text-template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.openxmlformats-officedocument.presentationml.presentation = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.openxmlformats-officedocument.presentationml.slide = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.openxmlformats-officedocument.presentationml.template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.openxmlformats-officedocument.spreadsheetml.template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.openxmlformats-officedocument.wordprocessingml.document = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.openxmlformats-officedocument.wordprocessingml.template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.sun.xml.calc = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.sun.xml.calc.template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.sun.xml.impress = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.sun.xml.impress.template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.sun.xml.writer = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.sun.xml.writer.template = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/vnd.visio = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;application/wordperfect = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;image/tiff = Proxy via: com.sun.proxy.$Proxy18 (Version: ImageMagick 6.8.6-6 2014-01-08 Q16 &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.imagemagick.org" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.imagemagick.org&lt;/A&gt;&lt;SPAN&gt; Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC Modules Delegates: freetype jng jpeg png ps tiff wmf zlib)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;text/csv = org.alfresco.repo.content.transform.TextToPdfContentTransformer&lt;/LI&gt;&lt;LI&gt;text/html = Complex via: application/vnd.oasis.opendocument.text&lt;/LI&gt;&lt;LI&gt;text/plain = Using a Direct Open Office Connection&lt;/LI&gt;&lt;LI&gt;text/xml = org.alfresco.repo.content.transform.TextToPdfContentTransformer&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks much better&amp;nbsp;and most documents can be converted. But I still have troubles converting a "application/vnd.openxmlformats-officedocument.wordprocessingml.document" document to PDF:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;11:15:47,866 ERROR [org.alfresco.web.ui.common.Utils] [http-apr-8080-exec-4] Failed to create content due to error: 11150094 Transformer for 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed&lt;BR /&gt;org.alfresco.service.cmr.rule.RuleServiceException: 11150094 Transformer for 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed&lt;BR /&gt; at org.alfresco.repo.action.executer.TransformActionExecuter.executeImpl(TransformActionExecuter.java:186)&lt;BR /&gt; at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:265)&lt;BR /&gt; at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:839)&lt;BR /&gt; at org.alfresco.repo.action.executer.CompositeActionExecuter.executeImpl(CompositeActionExecuter.java:66)&lt;BR /&gt; at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:265)&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:739)&lt;BR /&gt; at org.alfresco.repo.action.ActionServiceImpl.executeAction(ActionServiceImpl.java:573)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt; at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)&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 org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor.invoke(AlwaysProceedMethodInterceptor.java:34)&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:158)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)&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:202)&lt;BR /&gt; at com.sun.proxy.$Proxy45.executeAction(Unknown Source)&lt;BR /&gt; at org.alfresco.repo.rule.RuleServiceImpl.executeAction(RuleServiceImpl.java:1250)&lt;BR /&gt; at org.alfresco.repo.rule.RuleServiceImpl.executeRule(RuleServiceImpl.java:1244)&lt;BR /&gt; at org.alfresco.repo.rule.RuleServiceImpl.executePendingRule(RuleServiceImpl.java:1190)&lt;BR /&gt; at org.alfresco.repo.rule.RuleServiceImpl.executePendingRulesImpl(RuleServiceImpl.java:1119)&lt;BR /&gt; at org.alfresco.repo.rule.RuleServiceImpl.executePendingRules(RuleServiceImpl.java:1092)&lt;BR /&gt; at org.alfresco.repo.rule.RuleTransactionListener.beforeCommit(RuleTransactionListener.java:57)&lt;BR /&gt; at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:737)&lt;BR /&gt; at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:717)&lt;BR /&gt; at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.beforeCommit(AlfrescoTransactionSupport.java:683)&lt;BR /&gt; at org.springframework.transaction.support.TransactionSynchronizationUtils.triggerBeforeCommit(TransactionSynchronizationUtils.java:95)&lt;BR /&gt; at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(AbstractPlatformTransactionManager.java:927)&lt;BR /&gt; at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:737)&lt;BR /&gt; at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)&lt;BR /&gt; at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:481)&lt;BR /&gt; at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:476)&lt;BR /&gt; at org.alfresco.web.bean.dialog.BaseDialogBean.finish(BaseDialogBean.java:129)&lt;BR /&gt; at org.alfresco.web.bean.dialog.DialogManager.finish(DialogManager.java:528)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt; at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:132)&lt;BR /&gt; at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61)&lt;BR /&gt; at javax.faces.component.UICommand.broadcast(UICommand.java:151)&lt;BR /&gt; at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:115)&lt;BR /&gt; at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:191)&lt;BR /&gt; at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32)&lt;BR /&gt; at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:105)&lt;BR /&gt; at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:80)&lt;BR /&gt; at javax.faces.webapp.FacesServlet.service(FacesServlet.java:143)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.alfresco.repo.web.filter.beans.SessionSynchronizedFilter.doFilter(SessionSynchronizedFilter.java:67)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:105)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor535.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt; at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:125)&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:202)&lt;BR /&gt; at com.sun.proxy.$Proxy300.doFilter(Unknown Source)&lt;BR /&gt; at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor535.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt; at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:125)&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:202)&lt;BR /&gt; at com.sun.proxy.$Proxy300.doFilter(Unknown Source)&lt;BR /&gt; at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:61)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)&lt;BR /&gt; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)&lt;BR /&gt; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)&lt;BR /&gt; at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)&lt;BR /&gt; at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)&lt;BR /&gt; at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2378)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I cannot upload this document due to NDA. It has 163 pages, contains text and images and is 6mb in size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 10:19:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296190#M249320</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-15T10:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296191#M249321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A complex document for a dev machine.&amp;nbsp; Using sysinternals process explorer, how much memory does Word use when it has that same document open, as I would expect LO will need that much in addition to what alfresco needs, before swap becomes an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a LibreOffice desktop machine to try opening the document and then see what memory it is using - or whether it can open such a complex document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or since it is a VPS maybe just double the memory and test again. And again if it still fails, complex docs take a mountain of ram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too have (funnily enough) a 160+ page complex engineering report (also NDA sorry everyone) that required me to up the conversion timeout (and file size limit) on my lowly atom server, but giving it more RAM helped.&lt;/P&gt;&lt;P&gt;Details here: &lt;A _jive_internal="true" class="link-titled" href="https://community.alfresco.com/docs/DOC-6111-content-transformation-limits#w_transformerlimits" title="https://community.alfresco.com/docs/DOC-6111-content-transformation-limits#w_transformerlimits" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/docs/DOC-6111-content-transformation-limits#w_transformerlimits&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, it doesn't sound like you are getting a timeout - the log doesn't indicate that.&amp;nbsp; And if memory was truly an issue then I would expect it to swap, leading to a timeout...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you altered the java commandline opts for Mx, Ms, etc? I would expect you will need to for such docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does LO sit at 100% cpu for a while when this is happening? Are you able to time it or monitor it's memory use during that time? Especially any swap use of the machine at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last thing: if you tail the logfile, how long after the document is uploaded before the log message is generated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If instantaneous then it (maybe) infers an issue with alfresco, but if after a big delay with LO at 100% cpu then other factors are likely at play.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd start with doubling your RAM, or for your extremely complex documents, perhaps double it again, at least for testing. That, and ensuring the jvm can use it by checking the commandline Xmx values to start with.&lt;/P&gt;&lt;P&gt;Some info on that here &lt;A class="link-titled" href="http://docs.alfresco.com/community5.0/concepts/jvm-settings.html" title="http://docs.alfresco.com/community5.0/concepts/jvm-settings.html" rel="nofollow noopener noreferrer"&gt;JVM settings | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/docs/DOC-4914"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: typos, corrected link to the right JVM tuning guide for the OP alfresco version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:11:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296191#M249321</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-12-15T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296192#M249322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Brian - You should be able to send private messages to anyone who you follow (and follows you back). Just make that connection, and then you'll see the option.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 19:06:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296192#M249322</guid>
      <dc:creator>kgastaldo</dc:creator>
      <dc:date>2016-12-15T19:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296193#M249323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was of the impression that there was a 1MB limit on conversion. I could be wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 20:26:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296193#M249323</guid>
      <dc:creator>michael_s1</dc:creator>
      <dc:date>2016-12-15T20:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296194#M249324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, if I save the document as application/msword it has 8mb and it gets converted without problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 07:39:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296194#M249324</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-16T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296195#M249325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Memory can't be an issue, the VPS has 32GB and more than enough is free while converting. My LO at my desktop machine converts the document without problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I save the document as application/msword it also gets converted without problems on the VPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document is not that problematic, I am allowed to publish&amp;nbsp;it:&amp;nbsp;&lt;A class="link-titled" href="https://drive.google.com/open?id=0B197M5cYPdP4dDlreXl2c0ZlR3c" title="https://drive.google.com/open?id=0B197M5cYPdP4dDlreXl2c0ZlR3c" rel="nofollow noopener noreferrer"&gt;AAFALL 20161212 iD Research NEDERMAN.docx - Google Drive&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Is there a LibreOffice specific log anywhere?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 07:45:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296195#M249325</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-16T07:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296196#M249326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm unaware of a log file specific to LO by default. There is a config for transformations. I haven't used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my environment /opt/alfresco/tomcat/shared/classes/alfresco/extension/custom-log4j.properties.sample contains:&lt;/P&gt;&lt;P&gt;#log4j.logger.org.alfresco.repo.content.transform.TransformerDebug=debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to post the jvm commandline for us to see the mx/ms/etc settings (ala "ps ax | grep java"). The default jvm settings may not be optimal in this instance and it canot use more than those settings allow, irrespective of the memory available to the OS.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;and more than enough is free&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This could actually be the problem if mx, etc too small - iirc the default is Xmx4096 ? which is quite limited for that document - it needs more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 12:40:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296196#M249326</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-12-16T12:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296197#M249327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enabling&amp;nbsp;log4j.logger.org.alfresco.repo.content.transform.TransformerDebug=debug hasn't resulted in more outputs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco Process:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/opt/Alfresco/java/bin/java -Djava.util.logging.config.file=/opt/Alfresco/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -XX:MaxPermSize=512m -Xms128m -Xmx2G -XX:+DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/Alfresco -Dcom.sun.management.jmxremote -Dsun.security.ssl.allowUnsafeRenegotiation=true -XX:ReservedCodeCacheSize=128m [...]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to start it with more memory?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 16:46:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296197#M249327</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-16T16:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296198#M249328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did some testing just now and on 5.1 I needed 2 extra lines in that file to make it work (mentioned here for v5.0 &lt;A class="link-titled" href="https://docs.alfresco.com/5.0/tasks/troubleshoot-openoffice.html" title="https://docs.alfresco.com/5.0/tasks/troubleshoot-openoffice.html" rel="nofollow noopener noreferrer"&gt;Troubleshooting OpenOffice subsystems | Alfresco Documentation&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;log4j.logger.org.alfresco.enterprise.repo.content=DEBUG&lt;/P&gt;&lt;P&gt;log4j.logger.org.artofsolving.jodconverter=DEBUG&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You will need to bounce tomcat afterwards I believe. Then you'll get info like so in catalina.out/alfresco.log:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;2016-12-17 15:27:32,722 DEBUG [content.transform.TransformerDebug] [pool-13-thread-1] 2 ods pdf MyWhois-v7.2.ods 678.7 KB -- pdf -- ContentService.transform(...)&lt;BR /&gt; 2016-12-17 15:27:32,724 DEBUG [content.transform.TransformerDebug] [pool-13-thread-1] 2 workspace://SpacesStore/92d8f49a-ae9d-4007-ad4c-7cc68412fa50 &lt;BR /&gt; 2016-12-17 15:27:32,724 DEBUG [content.transform.TransformerDebug] [pool-13-thread-1] 2 **a) [110] OpenOffice&amp;lt;&amp;lt;Proxy&amp;gt;&amp;gt; 0 ms&lt;BR /&gt; 2016-12-17 15:27:32,725 DEBUG [content.transform.TransformerDebug] [pool-13-thread-1] 2.1 ods pdf MyWhois-v7.2.ods 678.7 KB OpenOffice&amp;lt;&amp;lt;Proxy&amp;gt;&amp;gt;&lt;BR /&gt; 2016-12-17 15:28:05,043 DEBUG [content.transform.TransformerDebug] [pool-13-thread-1] 2 Finished in 32,323 ms&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your memory shortage I would start with changing Xmx2G =&amp;gt; Xmx8G (or 4, but it seems there is "plenty" of free memory on this system), You can change it in /opt/alfresco/tomcat/bin/setenv.sh in the JAVA_OPTS line on my system. Yours may start using different scripts and could be located elsewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, can you confirm it is running a 64-bit jvm (otherwise going over 4G is nonsensical):&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;alfresco:/opt/alfresco/tomcat/shared/classes # java -version&lt;BR /&gt;...&lt;BR /&gt;OpenJDK &lt;STRONG&gt;64-Bit&lt;/STRONG&gt; Server VM (build ******, mixed mode)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It should be the 64-bit one if you installed from the Linux binary installer I believe, but I may be incorrect on that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per the tuning guide I linked above:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;For most cases, tuning the JVM is done in three steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Throw as much RAM as possible at the JVM (-Xmx32G),&lt;/LI&gt;&lt;LI&gt;Set the perm gen to 256M (-XX:MaxPermSize:256m), &lt;STRONG&gt;NB: ignored with java &amp;gt; 8&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Don't add any other configuration settings.&lt;/LI&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Xmx32G would exceed your instance's capability leaving nothing for the OS, LO, etc =&amp;gt; huge swapping, which is to be avoided at all costs. (Timeouts during complex conversions are much more likely [almost a given] when swap is being thrashed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unaware if the PermGen needs changing - I have done so in the past on earlier alfresco versions (3.x, 4.x) but they were 32-bit java not 64 like I have now. Suggest monitor for those OutOfPermGen space messages, but I seem to recall that some work was done in this area recently - not certain though.&lt;/P&gt;&lt;P&gt;Edit: At startup I see this so I guess not: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, I would jump straight to mx8G, monitor the system while it processes that document (and any others that fail), and if there is still plenty of free memory *and* conversions are still failing, up it again to 12, then 16. Provided the machine is not swapping, keep giving it more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, the memory requirement for LO (at least 1G) and the OS must be taken into consideration and remember to leave some memory for the database also - I see your config indicates a local postgres instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edits: fix message re permgen and java 8, add debug info and location of JAVA_OPTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 23:44:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296198#M249328</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-12-16T23:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296199#M249329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this errors in alfresco.log before the other main exception I posted above:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;14:23:14,964 ERROR [org.alfresco.repo.content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-1] Cannot create dynamic transformer transformer.complex.JodConverter.Image as sub transformers could not be found or created ("JodConverter.2Pdf|pdf|complex.PDF.Image").&lt;BR /&gt;14:23:14,964 ERROR [org.alfresco.repo.content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-1] Cannot create dynamic transformer transformer.complex.JodConverter.Pdf2swf as sub transformers could not be found or created ("JodConverter.2Pdf|pdf|Pdf2swf").&lt;BR /&gt;14:23:14,964 ERROR [org.alfresco.repo.content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-1] Cannot create dynamic transformer transformer.JodConverter.Html2Pdf as sub transformers could not be found or created ("JodConverter|odt|JodConverter").&lt;BR /&gt;14:23:14,964 ERROR [org.alfresco.repo.content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-1] Cannot create dynamic transformer transformer.JodConverter.2Pdf as sub transformers could not be found or created ("JodConverter|JodConverter.Html2Pdf").&lt;BR /&gt;14:23:14,964 ERROR [org.alfresco.repo.content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-1] Cannot create dynamic transformer transformer.complex.JodConverter.PdfBox as sub transformers could not be found or created ("JodConverter.2Pdf|pdf|PdfBox").&lt;BR /&gt;14:23:15,118 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [http-apr-8080-exec-1] Startup of 'Transformers' subsystem, ID: [Transformers, default] complete&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding the two lines in the log4j file resulted in no error output at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting max. Memory to 8 / 16GB lead to&amp;nbsp;an "OutOfMemoryError: PermGen space" Exception and Tomcat didn't start at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv.conf&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;JAVA_HOME=/opt/Alfresco/java&lt;BR /&gt;JRE_HOME=/opt/Alfresco/java&lt;BR /&gt;JAVA_OPTS="-Xmx16G"&lt;BR /&gt;export JAVA_HOME&lt;BR /&gt;export JRE_HOME&lt;BR /&gt;export JAVA_OPTS&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Java version&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;java version "1.8.0_72"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.8.0_72-b15)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="145232" __jive_macro_name="user" _jive_internal="true" data-id="145232" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/briant" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt; Are you able to convert my document to a PDF with Alfresco? Maybe I just have to upgrade my Version?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is JODConverter not working with my setup?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 13:51:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296199#M249329</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-19T13:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296200#M249330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Why is JODConverter not working with my setup?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We don't have enough information yet to answer that question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you install Java manually in /opt/Alfresco and Alfresco itself in /opt/alfresco-5.0.a ?&amp;nbsp; Better question: How was this system installed - using the Linux All-In-One installer, or manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ask because you specified a non-default java location:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;JAVA_HOME=/opt/&lt;STRONG&gt;Alfresco&lt;/STRONG&gt;/java&lt;BR /&gt;JRE_HOME=/opt/&lt;STRONG&gt;Alfresco&lt;/STRONG&gt;/java&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;..and yet in the global properties file the default installer locations are specified:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;dir.root=/opt/&lt;STRONG&gt;alfresco-5.0.a&lt;/STRONG&gt;/alf_data&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;jodconverter.officeHome=/opt/&lt;STRONG&gt;alfresco-5.0.a&lt;/STRONG&gt;/libreoffice&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is perfectly OK to have java installed elsewhere (on my FreeBSD systems it lives under /usr...) - I am just trying to understand your setup and eliminate gotchas like incorrect paths and typos, running the default alfresco JVM instead of the system installed one, etc &lt;IMG src="https://connect.hyland.com/legacyfs/online/alfresco/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Setting max. Memory to 8 / 16GB lead to&amp;nbsp;an "OutOfMemoryError: PermGen space" Exception and Tomcat didn't start at all.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;JAVA_OPTS="-Xmx16G"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;EDIT: If it complained about PermGen space at startup then it possibly (probably?) is using the JDK that would have been installed by the all-in-one installer under /opt/alfresco-5.0.a/java/ - which (given that it produces that error) is most likely a Java 7 JDK - in which case the -XX:MaxPermSize=256M (or 512M since you have plenty of memory and complex docs) is a required entry in JAVA_OPTS or it exhibits exactly the behaviour you describe - failure at startup with an OutOfMemory: PermGen space exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that in mind, can you confirm the JAVA_HOME location from a script that is used to start alfresco?&amp;nbsp; It can be overridden in several locations so you may need to check them all, depending how this system was installed... It was my bad before to suggest you run java -version at the command line - that will find and run the one on your path, which is not necessarily the same one used by alfresco.&lt;/P&gt;&lt;P&gt;End EDIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our JAVA_OPTS variable has much more than just the Xmx entry, and I believe you will have problems without an Xms###M or -Dalfresco.home entries, etc etc.&amp;nbsp; It is no surprise to me that it failed to start with just an Xmx entry - or did you do something else in addition to the Xmx line and did not include that info?&amp;nbsp; Remember we cannot see what you did unless you tell us &lt;IMG src="https://connect.hyland.com/legacyfs/online/alfresco/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our config (from our 5.0.c backup on the old Atom server), /opt/alfresco/tomcat/bin/&lt;STRONG&gt;setenv.sh&lt;/STRONG&gt; contains a JAVA_OPTS entry as below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;JAVA_OPTS="-XX:+DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/alfresco -Dcom.sun.management.jmxremote -XX:ReservedCodeCacheSize=128m -Xms512M -Xmx2048M -XX:MaxPermSize=256M $JAVA_OPTS"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;(It was upgraded from Java7 -&amp;gt; 8, hence the MaxPermSize entry is still there. Memory constrained Atom -&amp;gt; Xmx2048M)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On another Ubuntu running 5.0.d, we have upstart script /etc/init/alfresco.conf which contains the JAVA_HOME and JAVA_OPTS definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Adding the two lines in the log4j file resulted in no error output at all.&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Please can you post your /opt/alfresco-5.0.a/tomcat/shared/classes/alfresco/extension/custom-log4j.properties here.&amp;nbsp; Mine configured as below works perfectly (*AND* noisily - you will not want to leave it on once this issue is solved, otherwise very many log entries will be written). The 2 RunTime entries are optional - it worked both with and without them.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;log4j.logger.org.alfresco.repo.content.transform.TransformerDebug=debug&lt;/P&gt;&lt;P&gt;log4j.logger.org.alfresco.enterprise.repo.content=DEBUG&lt;/P&gt;&lt;P&gt;#log4j.logger.org.artofsolving.jodconverter=DEBUG We use OODirect so this entry is not needed for us&lt;BR /&gt;log4j.logger.org.alfresco.util.exec.RuntimeExecBootstrapBean=debug&lt;BR /&gt;log4j.logger.org.alfresco.util.exec.RuntimeExec=debug&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Remember to always restart tomcat after making any changes to this file or the startup scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alterntively, why not spin up another VPS instance and install 5.0.d or 5.1 GA - as it is only for dev and test?&amp;nbsp; I feel that may be quicker, solves any bugs you will find running a "3 versions behind" 5.0.a system, and ensures the installer puts everything where it should be, including all startup scripts. Personally I would go directly to 5.1 GA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edits: Many&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 02:23:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296200#M249330</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-12-20T02:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296201#M249331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;Did you install Java manually in /opt/Alfresco and Alfresco itself in /opt/alfresco-5.0.a ?&amp;nbsp; Better question: How was this system installed - using the Linux All-In-One installer, or manually?&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;I ask because you specified a non-default java location:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #727174; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;JAVA_HOME=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Alfresco&lt;/STRONG&gt;&lt;/SPAN&gt;/java&lt;BR /&gt;JRE_HOME=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Alfresco&lt;/STRONG&gt;&lt;/SPAN&gt;/java&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;..and yet in the global properties file the default installer locations are specified:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #727174; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;dir.root=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;alfresco-5.0.a&lt;/STRONG&gt;&lt;/SPAN&gt;/alf_data&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;...&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;jodconverter.officeHome=/opt/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;alfresco-5.0.a&lt;/STRONG&gt;&lt;/SPAN&gt;/libreoffice&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;It is perfectly OK to have java installed elsewhere (on my FreeBSD systems it lives under /usr...) - I am just trying to understand your setup and eliminate gotchas like incorrect paths and typos, running the default alfresco JVM instead of the system installed one, etc &lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sorry for the confusion, it is /opt/Alfresco of course, the file here is from another machine I tried using exactly the same configuration, except this&amp;nbsp;alfresco path. Same alfresco version, same errors. This path shouldn't be the cause. I updated the config file. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Our JAVA_OPTS variable has much more than just the Xmx entry, and I believe you will have problems without an Xms###M or -Dalfresco.home entries, etc etc.&amp;nbsp; It is no surprise to me that it failed to start with just an Xmx entry - or did you do something else in addition to the Xmx line and did not include that info?&amp;nbsp; Remember we cannot see what you did unless you tell us &lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;In our config (from our 5.0.c backup on the old Atom server), /opt/alfresco/tomcat/bin/&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;setenv.sh&lt;/STRONG&gt;&lt;/SPAN&gt; contains a JAVA_OPTS entry as below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #727174; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;JAVA_OPTS="-XX:+DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/alfresco -Dcom.sun.management.jmxremote -XX:ReservedCodeCacheSize=128m -Xms512M -Xmx2048M -XX:MaxPermSize=256M $JAVA_OPTS"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;(It was upgraded from Java7 -&amp;gt; 8, hence the MaxPermSize entry is still there. Memory constrained Atom -&amp;gt; Xmx2048M)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Originally, I just had "JAVA_OPTS="$JAVA_OPTS " in&amp;nbsp;setenv.sh. Now I set JAVA_OPTS as in your file just with more memory:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;JAVA_HOME=/opt/Alfresco/java&lt;BR /&gt;JRE_HOME=/opt/Alfresco/java&lt;BR /&gt;JAVA_OPTS="-XX:+DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/Alfresco -Dcom.sun.management.jmxremote -XX:ReservedCodeCacheSize=128m -Xms2048M -Xmx16G -XX:MaxPermSize=2048M $JAVA_OPTS"&lt;BR /&gt;export JAVA_HOME&lt;BR /&gt;export JRE_HOME&lt;BR /&gt;export JAVA_OPTS&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and now Alfresco starts without problems. But the error for this document still appears.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Please can you post your /opt/alfresco-5.0.a/tomcat/shared/classes/alfresco/extension/custom-log4j.properties here.&amp;nbsp; Mine configured as below works perfectly (*AND* noisily - you will not want to leave it on once this issue is solved, otherwise very many log entries will be written). The 2 RunTime entries are optional - it worked both with and without them.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The file looks exactly the same as yours. No additional error logs as I already posted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Alterntively, why not spin up another VPS instance and install 5.0.d or 5.1 GA - as it is only for dev and test?&amp;nbsp; I feel that may be quicker, solves any bugs you will find running a "3 versions behind" 5.0.a system, and ensures the installer puts everything where it should be, including all startup scripts. Personally I would go directly to 5.1 GA.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I set up a 5.0.d instance&amp;nbsp;and got exactly the same errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried converting this document on one of your machines? Maybe it is just a document that can't be converted with Alfresco/LO at all?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 09:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296201#M249331</guid>
      <dc:creator>enigma969</dc:creator>
      <dc:date>2016-12-20T09:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296202#M249332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the custom-log4j.properties file readable by the user (usually alfresco) running tomcat?&amp;nbsp; That's the only reason I can think of unless logs have been redirected elsewhere or logging disabled somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the debug lines to our 5.0.d and it produced debug entries in /var/log/upstart/alfresco.log when adding content. I am at a loss as to why it doesn't work on your systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Have you tried converting this document on one of your machines?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't have a dev machine to test it on unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish I could help more but I am out of ideas now. 5.1 install perhaps? Up the memory and try again?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 15:40:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296202#M249332</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-12-20T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Content Transformations not available</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296203#M249333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;these are the defaults (taken from &lt;A class="link-titled" href="https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/config/alfresco/subsystems/Transformers/default/transformers.properties" title="https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/config/alfresco/subsystems/Transformers/default/transformers.properties" rel="nofollow noopener noreferrer"&gt;https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/config/alfresco/subsystems/Tr…&lt;/A&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;content.transformer.OpenOffice.extensions.docx.pdf.maxSourceSizeKBytes=768&lt;BR /&gt;content.transformer.OpenOffice.extensions.doc.pdf.maxSourceSizeKBytes=10240‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;application/msword = .doc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;!=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;application/vnd.openxmlformats-officedocument.wordprocessingml.document = .docx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try adding&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;content.transformer.OpenOffice.extensions.docx.pdf.maxSourceSizeKBytes=10240‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 13:28:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-transformations-not-available/m-p/296203#M249333</guid>
      <dc:creator>mrks_js1</dc:creator>
      <dc:date>2017-03-22T13:28:37Z</dc:date>
    </item>
  </channel>
</rss>

