On Tue, Sep 4, 2012 at 2:45 PM, Eugen Colesnicov <ecolesnicov(a)gmail.com> wrote:
  I installed XWiki from deb-package. No any changes,
only I switched to the
 filesystem attachment store, and also, I changed upload_maxsize for 1GB
 limit.
 All is fine, speed of uploading attachments is great! But when I try to
 upload attachment with size more than 200mb (aprox.) - I get an error:
 Caused by:
 org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
 Processing of multipart/form-data request failed. No space left on device
       at
 org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:371)
       at
 com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:250)
       ... 41 common frames omitted
 This problem exists only with one attachment file size is more than 200MB,
 but I can attach many and many files with 180MB each of them...
 Also no any problem with disk storage - all mount points have free space
 (new machine). 
Well "No space left on device" is definitely a system error telling
that you don't have space left on whatever partition /var/lib/xwiki
(if you did not changed the default data location of the debian
package) is on. I can't think of any other explanation unless there is
a bug in commons-fileupload.
  Can somebody help with this problem?
 --
 Thanks beforehand!
 Eugen Colesnicov
 --
 View this message in context:
http://xwiki.475771.n2.nabble.com/Uploading-big-attachments-issue-tp7581155…
 Sent from the XWiki- Users mailing list archive at 
Nabble.com.
 _______________________________________________
 users mailing list
 users(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/users 
--
Thomas Mortagne