<?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: Solr index failing (corrupt data?) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259369#M212499</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;Your error suggests that a deleted node is ending up in the Node cache and then it is not live.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you upgraded? What version of Alfresco did you start with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There&amp;nbsp; is a job to remove deleted nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index.tracking.minRecordPurgeAgeDays=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to remove all deleted nodes &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not checked how often this is scheduled to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The default is to keep deleted nodes for 30 days to support index tracking)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2012 14:06:29 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2012-06-28T14:06:29Z</dc:date>
    <item>
      <title>Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259366#M212496</link>
      <description>Solr Indexing on my live environment has stopped working for a couple of weeks now. Any content I have I added since the 8th of June is not tracked by Solr anymore and I cannot figure out why.This is an exception that repeats itself in the log every few minutes:]]&amp;nbsp;&amp;nbsp; DB row:&amp;nbsp;&amp;nbsp;&amp;nbsp; NodeEntity[ ID=30163,</description>
      <pubDate>Tue, 26 Jun 2012 12:04:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259366#M212496</guid>
      <dc:creator>kriton</dc:creator>
      <dc:date>2012-06-26T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259367#M212497</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;SOLR can skip this - the normal tracking is unforgiving&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the FIX action on the wiki page - it will inedx up to date(ish) and skip any problem transactions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can retry by re-runnning FIX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the cache issue resolved by restarting alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you running in a cluster? Have you got the cache configured correctly? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It may be worth trying this first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 16:45:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259367#M212497</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-06-26T16:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259368#M212498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andy, thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The FIX action I have tried and does absolutely nothing. I have also tried the PURGE actions and they dont seem to work either….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not running in a cluster and restarttng alfresco doesnt change anything. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that solr tracker has fallen into some sort of a loop. It tries to read a node and retrieve information about it. It fails to do that, then after a few seconds it retries for the same node, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have identified a call made from SOLR to Alfresco to retrieve metadata information. I simulated this call for all nodes in the database and I identified that 4 nodes fail and return 500 status code. The first of them is the one that causes SOLR index to loop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The webscript that is called from within SOLR is /api/solr/metadata&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to identify what these nodes may have that is faulty and fix it. Any ideas ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 12:45:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259368#M212498</guid>
      <dc:creator>kriton</dc:creator>
      <dc:date>2012-06-28T12:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259369#M212499</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;Your error suggests that a deleted node is ending up in the Node cache and then it is not live.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you upgraded? What version of Alfresco did you start with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There&amp;nbsp; is a job to remove deleted nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index.tracking.minRecordPurgeAgeDays=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to remove all deleted nodes &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not checked how often this is scheduled to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The default is to keep deleted nodes for 30 days to support index tracking)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 14:06:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259369#M212499</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-06-28T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259370#M212500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I started with 4.0.b and a month ago upgraded to 4.0.d&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3 of those nodes were thumbnails that were refering to node 30163 as their parent. I marked them as deleted in the database and problem gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Any idea how this could have happaned in the first place ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The job that you told me about, is this supposed to do the same thing that I manally did in the database ? And how can I actually set it to run on demand ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 15:01:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259370#M212500</guid>
      <dc:creator>kriton</dc:creator>
      <dc:date>2012-06-28T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259371#M212501</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;The job removes deleted nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue you had was live thumbnails pointing to a deleted doc and the tracker failing to get its path as a result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.domain.node.AbstractNodeDAOImpl.getParentAssocsCached(AbstractNodeDAOImpl.java:3586)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a known (and fixed) issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The casue is fixed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLR will also skip any issue like this and log an exception in the index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need an Enterprise build for the latest fixes, pick it up when they are merged into the nightly build - along with lots of other stuff, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or wait for the next official community release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 18:44:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259371#M212501</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-06-29T18:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259372#M212502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks a lot for your replies Andy &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 09:24:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259372#M212502</guid>
      <dc:creator>kriton</dc:creator>
      <dc:date>2012-07-03T09:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Solr index failing (corrupt data?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259373#M212503</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;I was trying to re-index my alfresco solr, but the index doesn't build up and everytime it shows only one file inside the index folder "lucene-e79c4944314431e4e034db76c030ec86-lucene-2vfwnv-test.lock"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;its very urgent!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 08:37:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-index-failing-corrupt-data/m-p/259373#M212503</guid>
      <dc:creator>bhramari</dc:creator>
      <dc:date>2014-12-17T08:37:11Z</dc:date>
    </item>
  </channel>
</rss>

