Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2015-05-14 Thread Purvis Robert (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
If you have a file upload that works in Tomcat, but not through Apache and mod-jk going to Tomcat, then it could be a problem with the maximum allowed post size in Apache. Check in the httpd.conf configuration file for Apache, and see what value you have for LimitRequestBody. Se the value to 0 t

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2008-04-28 Thread Alex Jacoby
Similar problem here - only seeing it with Safari, only going through apache, only on the first try (canceling upload and trying again always works). Any solutions yet? tomcat 5.5.26, apache 2.2.6 Thanks, Alex ps- I did a tomcat thread dump when it hung. Here's where it appears to be stuck:

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-24 Thread jesus
Hi, I have the same problem. I use Apache 2.2.3 (with APR 1.2.7) in front of Tomcat 5.5.20, both connected by AJP (mod_proxy_ajp module). The error is the same when unloading a file. It only works when: - The request is sent directly to tomcat. or - If I disable using libtcnative (the

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-19 Thread Boom
Hi, I have the same setup (apache ajp - tomcat) and got the same error when uploading a file. Have you figured out what causes it? The same upload works if the request is sent directly to tomcat and not through apache. Going through apache only works if the request comes in from the same domain. T

Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-07 Thread 宋杨
Hi all: I use ajp between Apache2.2.6 and tomcat5.5.25, when I upload a file Exception occurred like below, anybody could tell me why? Thanks. I think the key is "java.io.IOException: Socket read failed org.apache.coyote.ajp.AjpAprProcessor.read(AjpAprProcessor.java:1037)" Is it a A