<?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 Error 408 - read time out on deleting top level folder in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112173#M31268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to clean repository, so I try to delete top-level folder, which contains thousands of folders and documents.&lt;/P&gt;&lt;P&gt;After about a minute of popup window "Please, wait, Files being deleted" another popup window shows "Could not delete item".&lt;/P&gt;&lt;P&gt;The log contains&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;2019-07-16 18:41:04,741 INFO [webscripts.connector.RemoteClient] [http-apr-8181-exec-21] Exception calling (POST) http://localhost:8181/alfresco/s/slingshot/doclib/action/files?alf_method=delete&amp;amp;alf_ticket=TICKET_09ccfcd64c65f8c59ba8a7957077cbf480858d2e&lt;BR /&gt; 2019-07-16 18:41:04,742 INFO [webscripts.connector.RemoteClient] [http-apr-8181-exec-21] Error status 408 Read timed out&lt;BR /&gt; java.net.SocketTimeoutException: Read timed out&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Before this I have tried to clean folder by java script on folder rule with the same error.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/thread/242348-error-status-408-read-time-out-executing-script" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/thread/242348-error-status-408-read-time-out-executing-script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2019 15:45:07 GMT</pubDate>
    <dc:creator>skushnerenko</dc:creator>
    <dc:date>2019-07-16T15:45:07Z</dc:date>
    <item>
      <title>Error 408 - read time out on deleting top level folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112173#M31268</link>
      <description>I have to clean repository, so I try to delete top-level folder, which contains thousands of folders and documents.After about a minute of popup window "Please, wait, Files being deleted" another popup window shows "Could not delete item".The log contains2019-07-16 18:41:04,741 INFO [webscripts.conn</description>
      <pubDate>Tue, 16 Jul 2019 15:45:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112173#M31268</guid>
      <dc:creator>skushnerenko</dc:creator>
      <dc:date>2019-07-16T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error 408 - read time out on deleting top level folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112174#M31269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deleting thousands of folder / files at the same time is not recommended in Alfresco. The main problem is that every operation is subscribed to the same database transaction, so the server will freeze (this means that 408) before completing the removing operation as transactional cache and other resources are full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternative is to create a process to remove nodes in batches, like this project:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/keensoft/MassiveDelete" title="https://github.com/keensoft/MassiveDelete" rel="nofollow noopener noreferrer"&gt;GitHub - keensoft/MassiveDelete: A simple Alfresco massive deletion batch&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 07:58:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112174#M31269</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-07-17T07:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error 408 - read time out on deleting top level folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112175#M31270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The proposed solution is complete, but I have additional question,&amp;nbsp;may I use this solution&amp;nbsp;instead of trashcan cleaner?&lt;/P&gt;&lt;P&gt;As far as I understand&amp;nbsp;&amp;nbsp;REST Delete&amp;nbsp;&lt;/P&gt;&lt;P&gt;s/slingshot/doclib/action/file/node/archive/SpacesStore/{uuid}&lt;/P&gt;&lt;P&gt;should&amp;nbsp;completely remove document from trashcan, should it?&lt;/P&gt;&lt;P&gt;Besides, should I clean versionstore by REST Delete&lt;/P&gt;&lt;P&gt;s/slingshot/doclib/action/file/node/workspace/version2Store&lt;SPAN&gt;/{uuid}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The purpose is to completely remove information from repository&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 10:13:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112175#M31270</guid>
      <dc:creator>skushnerenko</dc:creator>
      <dc:date>2019-07-25T10:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error 408 - read time out on deleting top level folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112176#M31271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefer to leave Alfresco be aware of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably this diagram can help to understand what happens when a node is removed:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/keensoft/alfresco-deleted-content-store-cleaner" title="https://github.com/keensoft/alfresco-deleted-content-store-cleaner" rel="nofollow noopener noreferrer"&gt;GitHub - keensoft/alfresco-deleted-content-store-cleaner: Alfresco Deleted Content Store Cleaner job&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 11:31:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-408-read-time-out-on-deleting-top-level-folder/m-p/112176#M31271</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-07-25T11:31:36Z</dc:date>
    </item>
  </channel>
</rss>

