DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39257>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39257 Summary: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data Product: Commons Version: 1.2 Final Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: File Upload AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This only happens when the upload is a pdf file of a scanned image and in our production environment where we are using https proctocol. In test environment, on same platform, using same file and http, we can uplaod the file without any problems. Also, we can upload text based pdf files and any other file types in our production environment(https) without any trouble. Below is a snapshot of the exception stack trace... org.apache.commons.fileupload.FileUploadException: Processing of multipart/form- data request failed. client timeout at org.apache.commons.fileupload.FileUploadBase.parseRequest (FileUploadBase.java:384) at org.apache.commons.fileupload.FileUploadBase.parseRequest (FileUploadBase.java:268) 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 org.apache.struts.action.RequestProcessor.process (RequestProcessor.java:205) 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:767) at javax.servlet.http.HttpServlet.service(HttpServlet.java:860) at com.caucho.server.dispatch.ServletFilterChain.doFilter (ServletFilterChain.java:99) at com.caucho.server.cache.CacheFilterChain.doFilter (CacheFilterChain.java:188) at com.caucho.server.webapp.WebAppFilterChain.doFilter (WebAppFilterChain.java:163) at com.caucho.server.dispatch.ServletInvocation.service (ServletInvocation.java:208) at com.caucho.server.http.HttpRequest.handleRequest (HttpRequest.java:259) at com.caucho.server.port.TcpConnection.run(TcpConnection.java:363) at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490) at com.caucho.util.ThreadPool.run(ThreadPool.java:423) at java.lang.Thread.run(Thread.java:595) -------------------------------------------------------------------------------- Resin Professional 3.0.14 (built Tue, 05 Jul 2005 11:05:36 PDT) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
