<?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: Progress on rebuilding indexes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261596#M214726</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;It also happened to me and it was because I left the default configuration of memory of the JVM (i.e. 64 M), and did multiples import tasks of large zip files.&amp;nbsp; To recover the service, I started modifyng the JAVA_OPTS variable in the ./tomcat/bin/catalina.sh file (e.g. add the line JAVA_OPTS="$JAVA_OPTS -Xmx512m" at the beginning of the file) &amp;lt;however i don't know if it was really necessary to started up alfresco again&amp;gt;, and then i set ./tomcat/temp/catalina.pid to the process id that was assigned to alfresco before it crashed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I could stop Alfresco, and start it again without problems, but now I have to check if the indexes are ok.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Aug 2012 23:21:20 GMT</pubDate>
    <dc:creator>gacarrilloc</dc:creator>
    <dc:date>2012-08-25T23:21:20Z</dc:date>
    <item>
      <title>Progress on rebuilding indexes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261593#M214723</link>
      <description>Using Community 3.4d. I have a corrupted instance and need to rebuild the lucene indexes. I found a post that suggested checking the file alfresco.log for the status of the rebuild. I can't find a file called alfresco.log. Any suggestions where I can check the progress?</description>
      <pubDate>Sat, 30 Jul 2011 23:23:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261593#M214723</guid>
      <dc:creator>rcm01</dc:creator>
      <dc:date>2011-07-30T23:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Progress on rebuilding indexes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261594#M214724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found what I think is the right log, Alfresco\tomcat\logs\stdout_20110730.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the last two entries and this doesn't look good to me……does anyone have any ideas about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;22:07:33,558&amp;nbsp; INFO&amp;nbsp; [node.index.FullIndexRecoveryComponent] Index recovery started: 1,403,281 transactions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception in thread "Thread-14" java.lang.OutOfMemoryError: Java heap space&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are doing an evaluation of this product and so far its less than stellar. Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 03:15:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261594#M214724</guid>
      <dc:creator>rcm01</dc:creator>
      <dc:date>2011-07-31T03:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Progress on rebuilding indexes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261595#M214725</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;How much heap does it have?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a full stack trace?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you any particularly large transactions or lareg documents that are being converted in memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a few options/potential issues depending on the cause here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several options that you would normally tweak for larger repositories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would be better evaluating an enterprise trial.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 19:03:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261595#M214725</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-08-01T19:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Progress on rebuilding indexes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261596#M214726</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;It also happened to me and it was because I left the default configuration of memory of the JVM (i.e. 64 M), and did multiples import tasks of large zip files.&amp;nbsp; To recover the service, I started modifyng the JAVA_OPTS variable in the ./tomcat/bin/catalina.sh file (e.g. add the line JAVA_OPTS="$JAVA_OPTS -Xmx512m" at the beginning of the file) &amp;lt;however i don't know if it was really necessary to started up alfresco again&amp;gt;, and then i set ./tomcat/temp/catalina.pid to the process id that was assigned to alfresco before it crashed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I could stop Alfresco, and start it again without problems, but now I have to check if the indexes are ok.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2012 23:21:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/progress-on-rebuilding-indexes/m-p/261596#M214726</guid>
      <dc:creator>gacarrilloc</dc:creator>
      <dc:date>2012-08-25T23:21:20Z</dc:date>
    </item>
  </channel>
</rss>

