<?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: Lock problem while deploying in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155311#M109665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jakub:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've not seen this before … at least, there's nothing yet filed in JIRA.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are on subscription, can you file a support ticket so that we can get an Engineering to look into?&amp;nbsp;&amp;nbsp; If not, please do raise the issue in JIRA so that we can track.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2008 16:38:02 GMT</pubDate>
    <dc:creator>kvc</dc:creator>
    <dc:date>2008-04-19T16:38:02Z</dc:date>
    <item>
      <title>Lock problem while deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155310#M109664</link>
      <description>Greetings!I've got a problem when deploying the WCM project. There is a locked file/node '__localhost deployment report.txt'which blocks the process. Everytime I try to deploy some content from the staging sandbox to production, onlyan error message appears about the locked file and nothing happens.</description>
      <pubDate>Mon, 14 Apr 2008 17:02:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155310#M109664</guid>
      <dc:creator>jakub_hozak</dc:creator>
      <dc:date>2008-04-14T17:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lock problem while deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155311#M109665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jakub:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've not seen this before … at least, there's nothing yet filed in JIRA.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are on subscription, can you file a support ticket so that we can get an Engineering to look into?&amp;nbsp;&amp;nbsp; If not, please do raise the issue in JIRA so that we can track.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 16:38:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155311#M109665</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-04-19T16:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lock problem while deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155312#M109666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We get this file appearing the rep too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It doesn't cause us any locking problems though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 08:22:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155312#M109666</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2008-04-21T08:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lock problem while deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155313#M109667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In pre-2.2 release, we maintained only one deployment report for each Staging area, which was overwritten upon each subsequent deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, one reason why you may have this locking error is that another user may have concurrently issued a deployment request, and the first deployment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is still concluding and writing back to the deployment report file.&amp;nbsp; Or, a previous deployment was interrupted writing back to the report file, and it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;never released it's lock (on a side note, users can concurrently deploy; one the receiving side, however, all deployment requests stack up and serialize - &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;necessarily - so that we can guarantee consistent snapshots that corresond with Staging).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should all go away with 2.2E, however - even in the case of the interrupted deployment.&amp;nbsp; In 2.2E, we maintained a configurable number of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deployment reports per Staging sandbox; the default is 10,000.&amp;nbsp; In this case, no deployment should ever attempt to write to the same file - and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so even if there's a lingering lock, that shouldn't be an issue for any subsequent request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If also means you have some great audit trails.&amp;nbsp; You can read more on the Deployment page on the wiki.&amp;nbsp; This 2.2E feature will be rolled into the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;next 2.9 Community build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 21:15:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lock-problem-while-deploying/m-p/155313#M109667</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-04-21T21:15:17Z</dc:date>
    </item>
  </channel>
</rss>

