[
https://issues.apache.org/jira/browse/FILEUPLOAD-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676246#action_12676246
]
Ralf Hauser commented on FILEUPLOAD-71:
---------------------------------------
we are having the same error message with 53082 Feb 14 2007
WEB-INF/lib/commons-fileupload-1.2.jar
In order to better debug, it would be great to include in the exception thrown
1) the starting time, exception time, elapsed time inbetween
2) the user-agent used to upload - e.g. black-berries had problems with
multipart in the past
3) the amount of bytes uploaded until the exception was thrown
(CommonsMultipartRequestHandler.java:193) - Failed to parse multipart request
org.apache.commons.fileupload.FileUploadException: Read timed out
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:369)
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:302)
at
org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(CommonsMultipartRequestHandler.java:185)
at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:405)
at
org.apache.struts.chain.commands.servlet.PopulateActionForm.populate(PopulateActionForm.java:50)
at
org.apache.struts.chain.commands.AbstractPopulateActionForm.execute(AbstractPopulateActionForm.java:60)
at
org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
at
org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:304)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
at
org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
> [fileupload] FileUploadException: Processing of multipart/form-data request
> failed. Read timed out
> --------------------------------------------------------------------------------------------------
>
> Key: FILEUPLOAD-71
> URL: https://issues.apache.org/jira/browse/FILEUPLOAD-71
> Project: Commons FileUpload
> Issue Type: Bug
> Affects Versions: 1.0 Final
> Environment: Operating System: other
> Platform: Other
> Reporter: amila navarathna
> Assignee: Jochen Wiedmann
>
> Commons file upload is used bu the struts to upload the files from the disk. I
> got the following error. I think this happens when the size of file is bit
> large. I have tried to upload xml files with size 8-9 KB. Sometimes I was able
> to upload and sometimes it failed.
> Details:
> Platform: Fedora core 3
> Version used: commons-fileupload-1.0-rc1.jar
> Please checkout this link also
> (http://www.jroller.com/page/gstamp?entry=file_upload_problem_read_timed)
> org.apache.commons.fileupload.FileUploadException: Processing of
> multipart/form-data request failed. Read timed out
> at
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:429)
> at
> org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(CommonsMultipartRequestHandler.java:195)
> at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:445)
> at
> org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:798)
> at
> com.valista.core.node.ui.system.StrutsRequestProcessor.process(Unknown Source)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
> at
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.