<?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 Cluster Issues - New Content not showing on other servers in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172701#M125901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm running Alfresco 2.1 CE on Linux. I've created a clustered Alfresco environment on two servers. They share the same content store (and use local lucene index directories, of course). Despite having followed the Wiki instructions to the dot, I am still having issues with clustering. If I create a document on one machine (e.g. ServerA), it does not show up on the other machine, ServerB. Both servers have their times synchronized via ntpd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I turned up debug logging for the ehcache methods. I can see that the servers are receiving heartbeats from each other every 10 seconds. Furthermore, if I create a document on ServerB, I can see entries on ServerA's log file that display the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;2008-04-25 09:41:23,681 DEBUG [net.sf.ehcache.distribution.RMICachePeer] Remote remove received for key: org.alfresco.repo.domain.hibernate.NodeImpl#104096&lt;BR /&gt;2008-04-25 09:41:23,683 DEBUG [net.sf.ehcache.distribution.RMICachePeer] Remote remove received for key: alf_node_status&lt;BR /&gt;2008-04-25 09:41:23,735 DEBUG [net.sf.ehcache.distribution.RMICachePeer] Remote remove received for key: org.alfresco.repo.domain.hibernate.NodeStatusImpl#NodeKey[ id=6d44db9a-12e6-11dd-bd5e-8742755ac402, protocol=workspace, identifier=SpacesStore]&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;How come documents created on ServerA do not show up on ServerB? If I restart the Alfresco server, the documents will appear (I presume this is due to the lucene indexes being recreated)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the relevant portion of my custom-repository.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;index.recovery.mode=AUTO&lt;BR /&gt;db.schema.update=false&lt;BR /&gt;&lt;BR /&gt;index.tracking.cronExpression=0/10 * * * * ?&lt;BR /&gt;index.tracking.adm.cronExpression=${index.tracking.cronExpression}&lt;BR /&gt;index.tracking.avm.cronExpression=${index.tracking.cronExpression}&lt;BR /&gt;index.tracking.maxTxnDurationMinutes=60&lt;BR /&gt;index.tracking.reindexLagMs=1000&lt;BR /&gt;index.tracking.maxRecordSetSize=1000&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ehcache-custom.xml in my {extRoot}/alfresco/extension directory. Both servers use the same multicast address and ports.&amp;nbsp; Being that it's a very large file, here's the top portion of it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cacheManagerPeerProviderFactory&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; properties="peerDiscovery=automatic,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multicastGroupAddress=230.0.0.1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; multicastGroupPort=4446"/&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any responses - looking through the forums, I see that this is an issue that a few other people have encountered with varying degrees of success.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 16:52:48 GMT</pubDate>
    <dc:creator>curious_george</dc:creator>
    <dc:date>2008-04-25T16:52:48Z</dc:date>
    <item>
      <title>Cluster Issues - New Content not showing on other servers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172701#M125901</link>
      <description>I'm running Alfresco 2.1 CE on Linux. I've created a clustered Alfresco environment on two servers. They share the same content store (and use local lucene index directories, of course). Despite having followed the Wiki instructions to the dot, I am still having issues with clustering. If I create a</description>
      <pubDate>Fri, 25 Apr 2008 16:52:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172701#M125901</guid>
      <dc:creator>curious_george</dc:creator>
      <dc:date>2008-04-25T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Issues - New Content not showing on other servers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172702#M125902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI, I think I solved it. The instructions on the wiki appear to be a bit misleading. The index tracking parameters should NOT be put in the custom-repository.properties file for Alfresco 2.1 CE. (But according to the Wiki, it needs to be in that file for 1.4.5 and later).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope the solution helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This issue was a major pain in the rear…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 04:24:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172702#M125902</guid>
      <dc:creator>curious_george</dc:creator>
      <dc:date>2008-04-28T04:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Issues - New Content not showing on other servers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172703#M125903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I too had the same issue.&amp;nbsp; Your note helped.&amp;nbsp; The wiki is not wrong, but very confusing because there are two pages with essentially the same information.&amp;nbsp; The released CE is 2.1.0, and they changed the cluster config via properties in 2.1.3.&amp;nbsp; :!: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have marked this post as helpful, but unfortunately I did not post the question.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 16:48:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172703#M125903</guid>
      <dc:creator>ds-crcpress</dc:creator>
      <dc:date>2008-04-28T16:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Issues - New Content not showing on other servers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172704#M125904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem. but according to your answer, I don't understand where I have to configure index tracking. Is it in the repository.properties file, or in the index-tracking-context.xml file, or an other file? If I do in both of them, it doesn't work. could you help me?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 14:54:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172704#M125904</guid>
      <dc:creator>marchoon</dc:creator>
      <dc:date>2008-06-03T14:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Issues - New Content not showing on other servers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172705#M125905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of Alfresco are you running (including minor revision)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 13:58:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172705#M125905</guid>
      <dc:creator>ds-crcpress</dc:creator>
      <dc:date>2008-06-24T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Issues - New Content not showing on other servers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172706#M125906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I´m having the same problem as well.where I have to configure index tracking?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m using Alfresco CE version 2.1.0 (484)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &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, 27 Nov 2008 17:04:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172706#M125906</guid>
      <dc:creator>somervill</dc:creator>
      <dc:date>2008-11-27T17:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Issues - New Content not showing on other servers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172707#M125907</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 am also facing the same issue , can you please suggest what chnages you have made to overcome this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 09:04:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cluster-issues-new-content-not-showing-on-other-servers/m-p/172707#M125907</guid>
      <dc:creator>amitabhandari1</dc:creator>
      <dc:date>2008-12-10T09:04:57Z</dc:date>
    </item>
  </channel>
</rss>

