<?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: out of memory, and other errors on ubuntu in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192774#M145904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To adjust the Permgen space you need to use the setting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-XX:MaxPermSize=128m (or whatever works for you)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2008 12:27:54 GMT</pubDate>
    <dc:creator>steve</dc:creator>
    <dc:date>2008-11-07T12:27:54Z</dc:date>
    <item>
      <title>out of memory, and other errors on ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192770#M145900</link>
      <description>Hey all,I managed to install Alfresco according to the documentation at these urls:http://wiki.alfresco.com/wiki/Installing_Alfresco_on_Ubuntu_7.10http://wiki.alfresco.com/wiki/Installing_Alfresco_on_Ubuntu_8.04I ran the init script, and saw it do the setup. I also see the mysql tables it created. H</description>
      <pubDate>Tue, 04 Nov 2008 22:19:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192770#M145900</guid>
      <dc:creator>greenmoss</dc:creator>
      <dc:date>2008-11-04T22:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: out of memory, and other errors on ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192771#M145901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first error reported is that Open Office does not appear to be installed.&amp;nbsp;&amp;nbsp; Is this correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second error is related to lack of PermGen space which is an issue which is well discussed on this and Sun's forums.&amp;nbsp;&amp;nbsp;&amp;nbsp; Once you are out of PermGen space then there's no point in analysing further errors.&amp;nbsp;&amp;nbsp; Alfresco will happily start without Open Office,&amp;nbsp; but it needs to have sufficient PermGen space.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 22:45:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192771#M145901</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-11-05T22:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: out of memory, and other errors on ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192772#M145902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The first error reported is that Open Office does not appear to be installed.&amp;nbsp;&amp;nbsp; Is this correct?&lt;BR /&gt;&lt;BR /&gt;The second error is related to lack of PermGen space which is an issue which is well discussed on this and Sun's forums.&amp;nbsp;&amp;nbsp;&amp;nbsp; Once you are out of PermGen space then there's no point in analysing further errors.&amp;nbsp;&amp;nbsp; Alfresco will happily start without Open Office,&amp;nbsp; but it needs to have sufficient PermGen space.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, Open Office is installed. The package under Ubuntu is "openoffice.org-headless", as required by the Ubuntu installation documentation on the wiki. The error complains about not finding soffice, but it really is there:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$ which soffice&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/usr/bin/soffice&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the PermGen space: yes, I noticed all the documentation on fixing this error. None of the supplied answers worked for me. Here is a list of all locations where I found "JAVA_OPTS", and tried to set it to various values:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/etc/init.d/alfresco:export JAVA_OPTS='-Xms256m -Xmx512m -server -Djava.io.tmpdir=/var/lib/alfresco/tmp'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/bin/catalina.sh:&amp;nbsp; JAVA_OPTS="$JAVA_OPTS "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.properties"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/bin/setenv.sh:export JAVA_OPTS='-Xms128m -Xmx512m -server -Djava.io.tmpdir=/var/lib/alfresco/tmp'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/alfresco.sh:export JAVA_OPTS='-Xms128m -Xmx512m -XX:MaxPermSize=128m -server'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/alfresco.sh:export JAVA_OPTS="${JAVA_OPTS} -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndexes -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeDeletions"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried -Xms512m in all the places mentioned above, but ran out of heap. Honestly, I don't know what these things should optimally be set to. Is there a script which can examine my system and tell me? I lack knowledge regarding Java application administration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 18:31:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192772#M145902</guid>
      <dc:creator>greenmoss</dc:creator>
      <dc:date>2008-11-06T18:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: out of memory, and other errors on ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192773#M145903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the path to Open Office correct? If you at 'alfresco.sh' you will see that it looks for a script 'start_oo.sh'. Assuming that file exists, check that the path to soffice is correct, e.g. /usr/bin/soffice&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 19:50:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192773#M145903</guid>
      <dc:creator>sbuckle</dc:creator>
      <dc:date>2008-11-06T19:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: out of memory, and other errors on ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192774#M145904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To adjust the Permgen space you need to use the setting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-XX:MaxPermSize=128m (or whatever works for you)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 12:27:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192774#M145904</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2008-11-07T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: out of memory, and other errors on ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192775#M145905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;To adjust the Permgen space you need to use the setting:&lt;BR /&gt;-XX:MaxPermSize=128m (or whatever works for you)&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Perfect! It's working now. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 16:30:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192775#M145905</guid>
      <dc:creator>greenmoss</dc:creator>
      <dc:date>2008-11-07T16:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: out of memory, and other errors on ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192776#M145906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for making this topic. I had the same issue awhile ago and i got through it because of the replies here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Danna&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.ordinateurportablepascher.org" rel="nofollow noopener noreferrer"&gt;Ordinateur portable pas cher&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 09:32:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-and-other-errors-on-ubuntu/m-p/192776#M145906</guid>
      <dc:creator>danna</dc:creator>
      <dc:date>2009-11-17T09:32:12Z</dc:date>
    </item>
  </channel>
</rss>

