<?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: Bootstraping Group gets failed (Node already exists) on server restart which is success on first in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66343#M22337</link>
    <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/40233"&gt;@deniz&lt;/A&gt;, please share with us your custom code and logs.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 13:34:20 GMT</pubDate>
    <dc:creator>cristinamr</dc:creator>
    <dc:date>2021-08-03T13:34:20Z</dc:date>
    <item>
      <title>Bootstraping Group gets failed (Node already exists) on server restart which is success on first time</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66340#M22334</link>
      <description>I am bootstraping the custom group as below metioned code and It is able to bootstrap group on first time successfully but second on server restart It is getting failed saying that node is already exists.Please suggest, am I doing any wrong here.I am using alfresco-5.2.4.&amp;lt;?xml version="1.0" encod</description>
      <pubDate>Mon, 31 Dec 2018 05:25:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66340#M22334</guid>
      <dc:creator>brahmaiah926</dc:creator>
      <dc:date>2018-12-31T05:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstraping Group gets failed (Node already exists) on server restart which is success on first time</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66341#M22335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anybody got same error, got resolved it ,&lt;/P&gt;&lt;P&gt;Please share your ideas for this solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2019 06:36:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66341#M22335</guid>
      <dc:creator>brahmaiah926</dc:creator>
      <dc:date>2019-01-11T06:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstraping Group gets failed (Node already exists) on server restart which is success on first</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66342#M22336</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/23160"&gt;@brahmaiah926&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you explain your solution. I have the same problem by the restart of content service.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 11:54:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66342#M22336</guid>
      <dc:creator>deniz</dc:creator>
      <dc:date>2021-08-03T11:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstraping Group gets failed (Node already exists) on server restart which is success on first</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66343#M22337</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/40233"&gt;@deniz&lt;/A&gt;, please share with us your custom code and logs.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 13:34:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66343#M22337</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-08-03T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstraping Group gets failed (Node already exists) on server restart which is success on first</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66344#M22338</link>
      <description>&lt;P&gt;Its get failed because UUID already exist.&lt;/P&gt;&lt;P&gt;Check this.&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/5.2/develop/repo-ext-points/bootstrap-content/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/5.2/develop/repo-ext-points/bootstrap-content/&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;Global for the entire bean:


  
    &amp;lt;bean id="myModule.bootstrap" 
      class="org.alfresco.repo.module.ImporterModuleComponent" 
      parent="module.baseComponent"&amp;gt;
      &amp;lt;property name="uuidBinding"&amp;gt;
        &amp;lt;value&amp;gt;REPLACE_EXISTING&amp;lt;/value&amp;gt;
      &amp;lt;/property&amp;gt;
      ...

&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Aug 2021 03:38:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bootstraping-group-gets-failed-node-already-exists-on-server/m-p/66344#M22338</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2021-08-04T03:38:40Z</dc:date>
    </item>
  </channel>
</rss>

