How to import big files, or iso files without using a drag-and-drop?

Hello,

Working under Ubuntu on 32bits, if i import a file in mime Iso of 435Mo, the process is ending with this error: « The format is not supported for this type of document» Indeed , no mime iso was found in nuxeo-platform-mimetype-core-5.6.0-HF19.jar.

Likewise, by importing a big file above 3Go, this error occurs.

2013-06-28 18:22:26,404 ERROR [nuxeo-error-log] java.lang.NumberFormatException: For input string: “3166720545”

at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:495)
at java.lang.Integer.parseInt(Integer.java:527)
at org.ajax4jsf.request.MultipartRequest.<init>(MultipartRequest.java:116)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:326)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)
at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
……

In theory , java.lang.Integer.parseInt(Integer.java:495) supports an integer limited at 231

How to import big files, or iso files without using a drag-and-drop?

Thanks for your help

1 votes

2 answers

1732 views

ANSWER



The size issue will be fixed for Nuxeo 5.7.2 (see NXP-8661)

0 votes



0 votes