<?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: AVMSyncException in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191706#M144836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another update…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As this looked like an index problem, I set the validate index property to AUTO and during the restart Alfresco did rebuild the indexes for KB but this has not solved the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2008 14:42:29 GMT</pubDate>
    <dc:creator>jameskinley</dc:creator>
    <dc:date>2008-09-11T14:42:29Z</dc:date>
    <item>
      <title>AVMSyncException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191704#M144834</link>
      <description>Hi,We have been developing some custom code that creates XML documents in DM and copies them accross to the users sandbox in WCM, automatically submits them to staging, and the publishs them.This has been working fine until I generated an exception during this process (the file deployer was not runn</description>
      <pubDate>Thu, 11 Sep 2008 13:40:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191704#M144834</guid>
      <dc:creator>jameskinley</dc:creator>
      <dc:date>2008-09-11T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: AVMSyncException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191705#M144835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;More info,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried submitting the change directly from the WCM (not using our bespoke UI) and I get the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:06:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191705#M144835</guid>
      <dc:creator>jameskinley</dc:creator>
      <dc:date>2008-09-11T14:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: AVMSyncException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191706#M144836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another update…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As this looked like an index problem, I set the validate index property to AUTO and during the restart Alfresco did rebuild the indexes for KB but this has not solved the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:42:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191706#M144836</guid>
      <dc:creator>jameskinley</dc:creator>
      <dc:date>2008-09-11T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: AVMSyncException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191707#M144837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Following advice from Alfresco I installed and run the "Repair Web Project Web Script" : &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wabson/2008/08/04/web-script-repair-web-project" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wabson/2008/08/04/web-script-repair-web-project&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The web script reported that it found nothing wrong with my web project so the problem still remians.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, James.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 09:57:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191707#M144837</guid>
      <dc:creator>jameskinley</dc:creator>
      <dc:date>2008-09-15T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: AVMSyncException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191708#M144838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A full index rebuid has also not fixed the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some more information regarding the root cause. Alfresco have looked at some sample code that pushes changes from a users sandbox to staging by calling avmSyncService.update… If this API call was to fail it should roll back the transaction, however we are wrapping this call in a try, catch block and then re-throwing the exception as a org.hibernate.StaleStateException (i'm trying to contact the original development team to ask why they decided to do this).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco think that throwing a StaleStateException here may have caused the problem in the first place. Has anyone come across this before or can confirm that this would be causing the probelm?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, James.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 15:57:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/avmsyncexception/m-p/191708#M144838</guid>
      <dc:creator>jameskinley</dc:creator>
      <dc:date>2008-09-19T15:57:12Z</dc:date>
    </item>
  </channel>
</rss>

