<?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: Alfresco 5,0 -&amp;gt; 201605: Sorl4 Model tracking failed in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0-gt-201605-sorl4-model-tracking-failed/m-p/310058#M263188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a couple of things at least which are jumping out at me from your provided information:&lt;/P&gt;&lt;P&gt;1) everything is owned by root.&amp;nbsp; I believe the installer will set the user and group to alfresco.&amp;nbsp; How was this system installed, manually or using one of the installers? This could be (just a small) part of the problem.&lt;/P&gt;&lt;P&gt;2) Your solr4.xml file looks correct - and yes, it is in the right location (.../tomcat/conf/Catalina/localhost).&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The solr4.war file is in /tomcat/webapps directory&lt;/P&gt;&lt;P&gt;the solr4.xml file is in /opt/alfresco-community/tomcat/conf/Catalina/localhost --&amp;gt; &lt;STRONG&gt;Is it correct if my alfresco host is arlxts4?. The content is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Context debug="0" crossContext="true"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Environment name="solr/home"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="java.lang.String" value="/opt/alfresco-community/solr4" override="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Environment name="solr/model/dir"&amp;nbsp;&amp;nbsp; type="java.lang.String" value="/opt/alfresco-community/alf_data/solr4/model" override="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Environment name="solr/content/dir" type="java.lang.String" value="/opt/alfresco-community/alf_data/solr4/content" override="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Context&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;3) You set all the solrcore.properties files to have the same contents but there are &lt;STRONG&gt;2 different solr4 'spaces', named 'archive' and 'workspace'&lt;/STRONG&gt; - you configured only the archive store - you will need to modify two of them to enable the workspace/SpacesStore, ala "data.dir.store=workspace/SpacesStore", specifically in these two files:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;/opt/alfresco-community/solr4/&lt;STRONG&gt;workspace-SpacesStore&lt;/STRONG&gt;/conf/solrcore.properties&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;/opt/alfresco-community/alf_data/solr/&lt;STRONG&gt;workspace-SpacesStore&lt;/STRONG&gt;/conf/solrcore.properties&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;As to solrcore.properties file, I have 4 files, and i &lt;STRONG&gt;set in all of them&lt;/STRONG&gt; (emphasis mine) the&lt;/P&gt;&lt;P&gt;data.dir.root=/opt/alfresco-community/alf_data/solr4/index&lt;/P&gt;&lt;P&gt;data.dir.store=&lt;STRONG&gt;archive/SpacesStore&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;enable.alfresco.tracking=true&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;4) The below entry suggests that solr is not running?&amp;nbsp; Quite possibly it isn't. Or maybe trying to connect to the workspace instance which you disabled when you configured them all to use the archive store (see 3 above).&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Caused by: java.net.ConnectException: Connection refused&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Could you provide the catalina.out log file section where solr is started? That will help us a lot to figure out what else is wrong.&amp;nbsp; The log should have something like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;INFO: Deploying configuration descriptor /opt/alfresco/tomcat/conf/Catalina/localhost/solr4.xml&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;2016-11-16 17:16:35,141 INFO [repo.admin.ConfigurationChecker] [localhost-startStop-1] The Alfresco root data directory ('dir.root') is: /opt/alfresco/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;2016-11-16 17:16:35,142 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Search' subsystem, ID: [Search, managed, solr4]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-16 17:16:35,662 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Search' subsystem, ID: [Search, managed, solr4] complete&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you have similar log messages you can share with us (if you could filter on solr and error it will reduce in size significantly)?&lt;/P&gt;&lt;P&gt;5) You also asked if both alfresco and solr can run in the same tomcat - I believe this is the default if you used one of the installers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2016 01:00:03 GMT</pubDate>
    <dc:creator>briant</dc:creator>
    <dc:date>2016-11-18T01:00:03Z</dc:date>
    <item>
      <title>Alfresco 5,0 -&gt; 201605: Sorl4 Model tracking failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0-gt-201605-sorl4-model-tracking-failed/m-p/310057#M263187</link>
      <description>Hello Community. I'm having my first steps in Alfresco, but until now i dont have good experiences with the instalation. I hope somebody can help me here.&amp;nbsp; I install Alfresco Community v5.1.0, when I started the service my catalina.out show a lot error and im not sure whatThis is my alfresco home:[r</description>
      <pubDate>Thu, 29 Sep 2016 21:26:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0-gt-201605-sorl4-model-tracking-failed/m-p/310057#M263187</guid>
      <dc:creator>dora_vazquez</dc:creator>
      <dc:date>2016-09-29T21:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 5,0 -&gt; 201605: Sorl4 Model tracking failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0-gt-201605-sorl4-model-tracking-failed/m-p/310058#M263188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a couple of things at least which are jumping out at me from your provided information:&lt;/P&gt;&lt;P&gt;1) everything is owned by root.&amp;nbsp; I believe the installer will set the user and group to alfresco.&amp;nbsp; How was this system installed, manually or using one of the installers? This could be (just a small) part of the problem.&lt;/P&gt;&lt;P&gt;2) Your solr4.xml file looks correct - and yes, it is in the right location (.../tomcat/conf/Catalina/localhost).&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The solr4.war file is in /tomcat/webapps directory&lt;/P&gt;&lt;P&gt;the solr4.xml file is in /opt/alfresco-community/tomcat/conf/Catalina/localhost --&amp;gt; &lt;STRONG&gt;Is it correct if my alfresco host is arlxts4?. The content is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Context debug="0" crossContext="true"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Environment name="solr/home"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="java.lang.String" value="/opt/alfresco-community/solr4" override="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Environment name="solr/model/dir"&amp;nbsp;&amp;nbsp; type="java.lang.String" value="/opt/alfresco-community/alf_data/solr4/model" override="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Environment name="solr/content/dir" type="java.lang.String" value="/opt/alfresco-community/alf_data/solr4/content" override="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Context&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;3) You set all the solrcore.properties files to have the same contents but there are &lt;STRONG&gt;2 different solr4 'spaces', named 'archive' and 'workspace'&lt;/STRONG&gt; - you configured only the archive store - you will need to modify two of them to enable the workspace/SpacesStore, ala "data.dir.store=workspace/SpacesStore", specifically in these two files:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;/opt/alfresco-community/solr4/&lt;STRONG&gt;workspace-SpacesStore&lt;/STRONG&gt;/conf/solrcore.properties&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;/opt/alfresco-community/alf_data/solr/&lt;STRONG&gt;workspace-SpacesStore&lt;/STRONG&gt;/conf/solrcore.properties&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;As to solrcore.properties file, I have 4 files, and i &lt;STRONG&gt;set in all of them&lt;/STRONG&gt; (emphasis mine) the&lt;/P&gt;&lt;P&gt;data.dir.root=/opt/alfresco-community/alf_data/solr4/index&lt;/P&gt;&lt;P&gt;data.dir.store=&lt;STRONG&gt;archive/SpacesStore&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;enable.alfresco.tracking=true&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;4) The below entry suggests that solr is not running?&amp;nbsp; Quite possibly it isn't. Or maybe trying to connect to the workspace instance which you disabled when you configured them all to use the archive store (see 3 above).&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Caused by: java.net.ConnectException: Connection refused&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Could you provide the catalina.out log file section where solr is started? That will help us a lot to figure out what else is wrong.&amp;nbsp; The log should have something like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;INFO: Deploying configuration descriptor /opt/alfresco/tomcat/conf/Catalina/localhost/solr4.xml&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;2016-11-16 17:16:35,141 INFO [repo.admin.ConfigurationChecker] [localhost-startStop-1] The Alfresco root data directory ('dir.root') is: /opt/alfresco/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;2016-11-16 17:16:35,142 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Search' subsystem, ID: [Search, managed, solr4]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-16 17:16:35,662 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Search' subsystem, ID: [Search, managed, solr4] complete&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you have similar log messages you can share with us (if you could filter on solr and error it will reduce in size significantly)?&lt;/P&gt;&lt;P&gt;5) You also asked if both alfresco and solr can run in the same tomcat - I believe this is the default if you used one of the installers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 01:00:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0-gt-201605-sorl4-model-tracking-failed/m-p/310058#M263188</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-11-18T01:00:03Z</dc:date>
    </item>
  </channel>
</rss>

