<?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: Is libreoffice supposed to be starting automatically? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18060#M8011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And answering to the question, once this is done, libreoffice starts automatically with Alfresco script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2017 16:24:48 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2017-08-23T16:24:48Z</dc:date>
    <item>
      <title>Is libreoffice supposed to be starting automatically?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18056#M8007</link>
      <description>Can someone clarify if libreoffice is supposed to be started as a service when alfresco starts? I have inherited an Alfresco installation and libreoffice seems to be running as a service (at least I see an established "soffice.bin" process). However, on a test instance of the same version (5.0.d com</description>
      <pubDate>Tue, 22 Aug 2017 19:39:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18056#M8007</guid>
      <dc:creator>mfoster</dc:creator>
      <dc:date>2017-08-22T19:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is libreoffice supposed to be starting automatically?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18057#M8008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not 100% sure about that problem with that exact version, but I know that kind of problem happened in the past, and those were required steps to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is working on the inherited server, but not in the test, simply compare the files mentioned in the links and check if the changes were performed or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 00:59:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18057#M8008</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-08-23T00:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is libreoffice supposed to be starting automatically?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18058#M8009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I've compared the configuration files and the inherited server doesn't have those changes. I'm going to try and monitor the startup process then next time we reboot that server, but wanted to get clarification on the started services to document what should be running after the startup process.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 16:04:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18058#M8009</guid>
      <dc:creator>mfoster</dc:creator>
      <dc:date>2017-08-23T16:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is libreoffice supposed to be starting automatically?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18059#M8010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some fixes are needed&amp;nbsp;from some versions ago, mainly some dependencies and a broken script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) Some Libreoffice dependencies not installed in your OS. There is a usual warning in the installer relating some libraries not installed. You need to install them. If not soffice will not run. It depends on your stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) alfresco.sh broken link to ctl.sh (here I create a symbolic link for not changing alfresco.sh, but you can change alfresco.sh LIBREOFFICE_SCRIPT variable)&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;$ cd /opt/alfresco52g/libreoffice/scripts&lt;/P&gt;&lt;P&gt;$ ln -s&amp;nbsp;libreoffice_ctl.sh ctl.sh&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iii) But in the Libreoffice startup script, sometimes I had&amp;nbsp;to remove "slashes" in the next variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;SOFFICE="$SOFFICEWRAPPER --nofirststartwizard --nologo --headless --accept=socket,host=localhost,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once this is done, you can run start|stop libreoffice with alfresco.sh script&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ alfresco.sh stop libreoffice&lt;BR /&gt;/opt/alfresco52g/libreoffice/scripts/ctl.sh : libreoffice not running&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And when starting Alfresco service you are going to see Libreoffice service startup&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ alfresco.sh stop&lt;BR /&gt;/opt/alfresco52g/tomcat/scripts/ctl.sh : tomcat not running&lt;BR /&gt;/opt/alfresco52g/libreoffice/scripts/ctl.sh : libreoffice not running&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is more or less the links that you are giving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.zylk.net/es/web-2-0/blog/-/blogs/tip-for-libreoffice-script-in-alfresco-5-0-c" title="http://www.zylk.net/es/web-2-0/blog/-/blogs/tip-for-libreoffice-script-in-alfresco-5-0-c" rel="nofollow noopener noreferrer"&gt;- Tip for Libreoffice script in Alfresco 5.0.c - zylk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.zylk.net/es/web-2-0/blog/-/blogs/watching-your-libreoffice-process-for-alfresco-transformations" title="http://www.zylk.net/es/web-2-0/blog/-/blogs/watching-your-libreoffice-process-for-alfresco-transformations" rel="nofollow noopener noreferrer"&gt;Libreoffice watchdog addon&amp;nbsp;and useful scripts &amp;amp;tips - Watching your Libreoffice process for Alfresco transformations - z…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 16:18:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18059#M8010</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-08-23T16:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is libreoffice supposed to be starting automatically?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18060#M8011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And answering to the question, once this is done, libreoffice starts automatically with Alfresco script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 16:24:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18060#M8011</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-08-23T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is libreoffice supposed to be starting automatically?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18061#M8012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, great. Thanks for the responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 16:29:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-libreoffice-supposed-to-be-starting-automatically/m-p/18061#M8012</guid>
      <dc:creator>mfoster</dc:creator>
      <dc:date>2017-08-23T16:29:43Z</dc:date>
    </item>
  </channel>
</rss>

