<?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: Re-indexing fails in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150861#M105680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two comments:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) it seems you are using the default DB install (hsql). If this is the case, note that this is just for demo purpose and not for "operations". Try moving to mysql first and see if this solves the problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Look at a possible cyclic references that generates the infinite lookup. If this is the case, then look why this cyclic ref is there. This is the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 13:17:17 GMT</pubDate>
    <dc:creator>mabayona</dc:creator>
    <dc:date>2008-04-18T13:17:17Z</dc:date>
    <item>
      <title>Re-indexing fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150859#M105678</link>
      <description>Hi,I recently had a problem where files were not being indexed in the background, so I decided to force re-indexing with index.recovery.mode=FULL‍in the custom-repository.properties‍ file. I also moved the old lucene index folder out of the way, as is I believe correct.On re-starting Alfresco, howev</description>
      <pubDate>Fri, 11 Apr 2008 12:17:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150859#M105678</guid>
      <dc:creator>nrubdarb</dc:creator>
      <dc:date>2008-04-11T12:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re-indexing fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150860#M105679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Caused by: java.lang.StackOverflowError&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Try adding stack. See if you get this error with the -Xss1m parameter and work your way down. If it fails at ! meg then the stack issue is a symptom and not the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(right click the apache icon, go to the Java tab on Apache Tomcat Properties, and add -Xss1m in the Java Options field. My java options&amp;nbsp; looks like this (YMMV):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;-Dcatalina.home=d:\Tomcat&lt;BR /&gt;-Dcatalina.base=d:\Tomcat&lt;BR /&gt;-Djava.endorsed.dirs=d:\Tomcat\common\endorsed&lt;BR /&gt;-Djava.io.tmpdir=d:\Tomcat\temp&lt;BR /&gt;-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager&lt;BR /&gt;-Djava.util.logging.config.file=d:\Tomcat\conf\logging.properties&lt;BR /&gt;-Xms100m&lt;BR /&gt;-Xmx512m&lt;BR /&gt;-Xss1m&lt;BR /&gt;-Xmn10m&lt;BR /&gt;-Dcom.sun.management.jmxremote=true&lt;BR /&gt;-Dcom.sun.management.jmxremote.port=6969&lt;BR /&gt;-Dcom.sun.management.jmxremote.ssl=false&lt;BR /&gt;-Dcom.sun.management.jmxremote.authenticate=false&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 17:46:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150860#M105679</guid>
      <dc:creator>tonytony</dc:creator>
      <dc:date>2008-04-17T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re-indexing fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150861#M105680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two comments:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) it seems you are using the default DB install (hsql). If this is the case, note that this is just for demo purpose and not for "operations". Try moving to mysql first and see if this solves the problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Look at a possible cyclic references that generates the infinite lookup. If this is the case, then look why this cyclic ref is there. This is the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 13:17:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150861#M105680</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2008-04-18T13:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re-indexing fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150862#M105681</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;SPAN&gt;I have faced the same problem and changed &lt;/SPAN&gt;&lt;STRONG&gt;index.recovery.mode=FULL&lt;/STRONG&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;STRONG&gt;index.recovery.mode=VALIDATE&lt;/STRONG&gt;&lt;SPAN&gt;. It's working properly now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 14:27:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150862#M105681</guid>
      <dc:creator>ginny_a</dc:creator>
      <dc:date>2008-08-20T14:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re-indexing fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150863#M105682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same problem with version 2.9.0, running Apache Tomcat on Fedora Linux.&amp;nbsp;&amp;nbsp; Based on the above description, I added the following environment variable to my profile and FULL reindexing was then successfully completed on next startup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CATALINA_OPTS='-server -Xms100m -Xmx512m -Xss1m -Xmn10m'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for this recommendation!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 16:55:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/re-indexing-fails/m-p/150863#M105682</guid>
      <dc:creator>piman31415</dc:creator>
      <dc:date>2009-03-21T16:55:23Z</dc:date>
    </item>
  </channel>
</rss>

