<?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 Tracking Failed in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259601#M212731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Andy, I have the same problem (Initial transaction not found with correct timestamp) but didn't understand if your ACL patch gives a solution. According to your comment…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt; Do not copy the SOLR index from anywhere (as it does not apply to the same DB)&lt;BR /&gt;&amp;gt; Start with a clean SOLR set up - do not take the SOLR index data from a clean install for example)&lt;BR /&gt;&amp;gt; SOLR checks the first transaction information in the index against the DB to guard against mis-configuration.&lt;BR /&gt;&amp;gt; It will not add information from repository A to an index based on repository B …. &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any further instructions how to "start with a clean SOLR set up"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My usage scenario is following: in our production environment we migrated from 3.4 to 4.0.c some month ago, but for some reason our service partner disabled SOLR completely. Now i want to install a "staging" copy of this production system, dumped postgres and copied alf_data. The target system is a clean alfresco_community_4.0.d with default configuration, meaning SOLR enabled. So my intent is to get this staging system running with production data but WITH solr. What is the right way to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2012 10:05:44 GMT</pubDate>
    <dc:creator>dbachem</dc:creator>
    <dc:date>2012-07-03T10:05:44Z</dc:date>
    <item>
      <title>SOLR Tracking Failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259599#M212729</link>
      <description>I have upgraded my Alfresco to 4.0.d comm from 3.3&amp;nbsp; Everything went fairly well, except for the SOLR stuff.&amp;nbsp; I had to copy the original /solr directory from my initial install to my backed up alf_data, but that's it.&amp;nbsp; Everything seems to work fine except for my log files filling up with this:Jun 26,</description>
      <pubDate>Tue, 26 Jun 2012 17:12:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259599#M212729</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2012-06-26T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Tracking Failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259600#M212730</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;Do not copy the SOLR index from anywhere (as it does not apply to the same DB)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start with a clean SOLR set up - do not take the SOLR index data from a clean install for example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLR checks the first transaction information in the index against the DB to guard against mis-configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It will not add information from repository A to an index based on repository B ….&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see ALF-14237&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an issue with ACL change set timestamps when upgrading to 4.0 which you will have to fix by hand (until there is another community release)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;update alf_acl_change_set c &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set c.commit_time_ms = ((select min(t.commit_time_ms) from alf_transaction t) + c.id) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where c.commit_time_ms &amp;lt; (select min(t.commit_time_ms) from alf_transaction t) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some issue that can stop SOLR tracking (eg errors in JSON for odd user names)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you see a 500 error and SOLR tracking stops use the FIX action as described on the SOLR wiki page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(These issues are fixed in the enterprise product.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 08:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259600#M212730</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-06-27T08:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Tracking Failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259601#M212731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Andy, I have the same problem (Initial transaction not found with correct timestamp) but didn't understand if your ACL patch gives a solution. According to your comment…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt; Do not copy the SOLR index from anywhere (as it does not apply to the same DB)&lt;BR /&gt;&amp;gt; Start with a clean SOLR set up - do not take the SOLR index data from a clean install for example)&lt;BR /&gt;&amp;gt; SOLR checks the first transaction information in the index against the DB to guard against mis-configuration.&lt;BR /&gt;&amp;gt; It will not add information from repository A to an index based on repository B …. &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any further instructions how to "start with a clean SOLR set up"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My usage scenario is following: in our production environment we migrated from 3.4 to 4.0.c some month ago, but for some reason our service partner disabled SOLR completely. Now i want to install a "staging" copy of this production system, dumped postgres and copied alf_data. The target system is a clean alfresco_community_4.0.d with default configuration, meaning SOLR enabled. So my intent is to get this staging system running with production data but WITH solr. What is the right way to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:05:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259601#M212731</guid>
      <dc:creator>dbachem</dc:creator>
      <dc:date>2012-07-03T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Tracking Failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259602#M212732</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;Do not use the index from the install - make sure there is no SOLR index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The SOLR logging should report creating the index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes you will require the patch/fix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 18:50:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-tracking-failed/m-p/259602#M212732</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-07-03T18:50:21Z</dc:date>
    </item>
  </channel>
</rss>

