<?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: Error while uploading many big files in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94384#M27871</link>
    <description>&lt;P&gt;In a default Alfresco installation, the quota handling functionality is disabled, so errors like this should not happen unless you have explicitely enable quotas on your system. A different cause of this error might potentially be rooted in the available temporary disk space available to the Alfresco process. All uploads are buffered first on disk in the temp directory of Tomcat. If you have insufficient space for multiple concurrent uploads, then an error can be caused about "no space on disk". Check your Alfresco logs for detail messages - potentially, the "quota exceeded" message sent to the client is just misleading and there is a more proper message in the logs.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2019 08:41:17 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2019-10-04T08:41:17Z</dc:date>
    <item>
      <title>Error while uploading many big files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94383#M27870</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I noticed that I can't&amp;nbsp;simultaneously upload via Alfresco Share big (1,5GB) files from different computers(it is throwing an "error:quota&amp;nbsp;exceeded" around 80% and logging out the user) . If only one PC is uploading, there is no problem. What's going on here?&lt;/P&gt;&lt;P&gt;Threre is nothing in logs.&lt;/P&gt;&lt;P&gt;I have nginx also configured installed but I have configured In main "http" tag:&lt;/P&gt;&lt;PRE&gt;client_max_body_size 0;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Oct 2019 06:44:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94383#M27870</guid>
      <dc:creator>upforsin</dc:creator>
      <dc:date>2019-10-04T06:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error while uploading many big files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94384#M27871</link>
      <description>&lt;P&gt;In a default Alfresco installation, the quota handling functionality is disabled, so errors like this should not happen unless you have explicitely enable quotas on your system. A different cause of this error might potentially be rooted in the available temporary disk space available to the Alfresco process. All uploads are buffered first on disk in the temp directory of Tomcat. If you have insufficient space for multiple concurrent uploads, then an error can be caused about "no space on disk". Check your Alfresco logs for detail messages - potentially, the "quota exceeded" message sent to the client is just misleading and there is a more proper message in the logs.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 08:41:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94384#M27871</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-10-04T08:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error while uploading many big files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94385#M27872</link>
      <description>&lt;P&gt;Well, I installed Alfresco with the help of loftuxab installation script. I didn't set any quota limits and I am almost sure that there is enough free space. Threre is nothing in alfresco.log, share.log, catalina.out files and /var/logs/, /opt/alfresco/log/ directories. I also added "&lt;EM&gt;system.usages.enabled=false" &lt;/EM&gt;but it changed nothing.&lt;/P&gt;&lt;P&gt;EDIT. What might be the issue is the fact that I'm using two disks - one very small and the second (big) which is mounted to the &lt;FONT face="courier new,courier"&gt;/opt/alfresco&lt;/FONT&gt; directory. During an upload&amp;nbsp; Alfressco should use &lt;FONT face="courier new,courier"&gt;/opt/alfresco/tomcat/tmp&lt;/FONT&gt; directory but maybe it uses just &lt;FONT face="courier new,courier"&gt;/tmp&lt;/FONT&gt; directory which is small in size.&lt;/P&gt;&lt;P&gt;EDIT2. I noticed that uploaded files are uploaded (somewhere?) in the main disk and after completed upload they are moved to&amp;nbsp;&lt;FONT face="courier new,courier"&gt;/opt/alfresco/tomcat/tmp&amp;nbsp;&lt;/FONT&gt;directory.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 10:23:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94385#M27872</guid>
      <dc:creator>upforsin</dc:creator>
      <dc:date>2019-10-04T10:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error while uploading many big files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94386#M27873</link>
      <description>&lt;P&gt;Alright, the problem was with the Nginx web server (with Apache there might be the similar issue).&lt;/P&gt;&lt;P&gt;I have 2 disks - whole system is running on the small one and the alfresco with tomcat on the big one. While uploading a file &lt;FONT color="#FF9900"&gt;nginx creates a temp file in the&amp;nbsp;/&lt;FONT face="courier new,courier"&gt;var/lib/nginx/body/&lt;/FONT&gt; which is located on my main disk&lt;/FONT&gt; and only after full upload it is moved to tomcat/tmp dir.&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Solution:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;In the nginx conf file set&amp;nbsp;&lt;FONT color="#00FF00"&gt;client_body_temp_path&lt;/FONT&gt; to another location.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 11:35:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-uploading-many-big-files/m-p/94386#M27873</guid>
      <dc:creator>upforsin</dc:creator>
      <dc:date>2021-10-30T11:35:16Z</dc:date>
    </item>
  </channel>
</rss>

