<?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: Receiving Duplicate error on alf_child_assoc  in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49281#M19034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue since 27.Aug.2018 02:55:56 ...&lt;/P&gt;&lt;P&gt;And I just cannot explain how this could happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system runs now for more than a year without any error message.&lt;/P&gt;&lt;P&gt;The error&amp;nbsp;came all of a sudden and repeats from since every some 5 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can get rid of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The description for Event ID 0 from source PostgreSQL cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.&lt;/P&gt;&lt;P&gt;If the event originated on another computer, the display information had to be saved with the event.&lt;/P&gt;&lt;P&gt;The following information was included with the event:&lt;/P&gt;&lt;P&gt;ERROR: duplicate key value violates unique constraint "parent_node_id"&lt;BR /&gt;DETAIL: Key (parent_node_id, type_qname_id, child_node_name_crc, child_node_name)=(12673, 35, 274358454, ay9_a003060.sirslt) already exists.&lt;BR /&gt;STATEMENT: insert into alf_child_assoc&lt;BR /&gt; (&lt;BR /&gt; id, version, parent_node_id, child_node_id, type_qname_id,&lt;BR /&gt; child_node_name_crc, child_node_name,&lt;BR /&gt; qname_ns_id, qname_localname, qname_crc,&lt;BR /&gt; is_primary, assoc_index&lt;BR /&gt; )&lt;BR /&gt; values&lt;BR /&gt; (&lt;BR /&gt; $1, $2, $3, $4, $5,&lt;BR /&gt; $6, $7,&lt;BR /&gt; $8, $9, $10,&lt;BR /&gt; $11, $12&lt;BR /&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2018 05:40:59 GMT</pubDate>
    <dc:creator>martinsc</dc:creator>
    <dc:date>2018-09-06T05:40:59Z</dc:date>
    <item>
      <title>Receiving Duplicate error on alf_child_assoc</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49279#M19032</link>
      <description>Hoping for some input. in my logs I find this error occurring 100's of times. ; SQL []; Duplicate entry '637884-33-3698713139-feedbacksummary_0dba58dd-8681-4a0a-99e0-159' for key 'parent_node_id'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplica</description>
      <pubDate>Thu, 09 Aug 2018 18:42:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49279#M19032</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2018-08-09T18:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Duplicate error on alf_child_assoc</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49280#M19033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is not with the parent_node_Id column, but with the unique index of the same name on that column and a slew of other colums.&amp;nbsp;Some of the&amp;nbsp;dashes in the '637884-33-3698713139-feedbacksummary_0dba58dd-8681-4a0a-99e0-159' key value link the values of different columns. So you have&amp;nbsp;parent_node_id 637884,&amp;nbsp;type_qname_id 33,&amp;nbsp;child_node_name_crc&amp;nbsp;3698713139, child_node_name &lt;SPAN&gt;feedbacksummary_&lt;/SPAN&gt;&lt;SPAN&gt;0dba58dd-8681-4a0a-99e0-159. Somehow you have a conflict with another row in the alf_child_assoc table with the same values for these columns.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 10:23:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49280#M19033</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-08-10T10:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Duplicate error on alf_child_assoc</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49281#M19034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue since 27.Aug.2018 02:55:56 ...&lt;/P&gt;&lt;P&gt;And I just cannot explain how this could happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system runs now for more than a year without any error message.&lt;/P&gt;&lt;P&gt;The error&amp;nbsp;came all of a sudden and repeats from since every some 5 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can get rid of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The description for Event ID 0 from source PostgreSQL cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.&lt;/P&gt;&lt;P&gt;If the event originated on another computer, the display information had to be saved with the event.&lt;/P&gt;&lt;P&gt;The following information was included with the event:&lt;/P&gt;&lt;P&gt;ERROR: duplicate key value violates unique constraint "parent_node_id"&lt;BR /&gt;DETAIL: Key (parent_node_id, type_qname_id, child_node_name_crc, child_node_name)=(12673, 35, 274358454, ay9_a003060.sirslt) already exists.&lt;BR /&gt;STATEMENT: insert into alf_child_assoc&lt;BR /&gt; (&lt;BR /&gt; id, version, parent_node_id, child_node_id, type_qname_id,&lt;BR /&gt; child_node_name_crc, child_node_name,&lt;BR /&gt; qname_ns_id, qname_localname, qname_crc,&lt;BR /&gt; is_primary, assoc_index&lt;BR /&gt; )&lt;BR /&gt; values&lt;BR /&gt; (&lt;BR /&gt; $1, $2, $3, $4, $5,&lt;BR /&gt; $6, $7,&lt;BR /&gt; $8, $9, $10,&lt;BR /&gt; $11, $12&lt;BR /&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 05:40:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49281#M19034</guid>
      <dc:creator>martinsc</dc:creator>
      <dc:date>2018-09-06T05:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Duplicate error on alf_child_assoc</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49282#M19035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never really resolved this, I changed the id number, thus it was unique and the error stopped.&amp;nbsp;&lt;BR /&gt;never figured out why I got it or what it's was trying to get.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 01:35:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49282#M19035</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2018-09-07T01:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Duplicate error on alf_child_assoc</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49283#M19036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to change this specific data set, but then I found out, that the error has suddenly stopped without any input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has gone like it has been appearing ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 06:00:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/receiving-duplicate-error-on-alf-child-assoc/m-p/49283#M19036</guid>
      <dc:creator>martinsc</dc:creator>
      <dc:date>2018-09-10T06:00:35Z</dc:date>
    </item>
  </channel>
</rss>

