Hi all,
I'm having difficulty with commons-fileupload v 1.1. I'm getting the
following error:
[10/23/07 3:52:55:987 EDT] 32f13bd4 CommonsMultip E
org.apache.struts.upload.CommonsMultipartRequestHandler Failed to parse
multipart request
[10/23/07 3:52:55:989 EDT] 32f13bd4 CommonsMultip E
org.apache.struts.upload.CommonsMultipartRequestHandler TRAS0014I: The
following exception was logged
org.apache.commons.fileupload.FileUploadException: Processing of
multipart/form-data request failed. Read timed out
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase
.java(Compiled Code))
at
org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(Co
mmonsMultipartRequestHandler.java(Compiled Code))
...
org.apache.commons.fileupload.FileUploadException: Processing of
multipart/form-data request failed. Read timed out
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase
.java(Compiled Code))
at
org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(Co
mmonsMultipartRequestHandler.java(Compiled Code))
...
[10/23/07 3:53:01:099 EDT] 32f13bd4 SRTServletReq E SRVE0120E: IO Error
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at
java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
The file in question which I'm trying to upload is 5KB, so I'm not sure
why the read would time out. Has anyone had this issue before and could
they offer a solution?
As I'm using struts to upload my file, please let me know if you think I
should forward this to the struts discussion list.
Thanks
Sean
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]