Apache 2.2.11 Tomcat 6.0.20 AJP proxying to connect Apache and Tomcat OpenBD 1.4 CentOS release 4.8 (Final)
Not all big requests throw an error. Less sure about whether long running requests do based on the info I have now. Magnus On Feb 9, 1:12 pm, "Peter J. Farrell" <[email protected]> wrote: > IIRC, OpenBD doesn't support a request timeout in the URL like ACF does: > > http://groups.google.com/group/openbd/browse_thread/thread/71e0529f01... > > See Matt's response (last one in the thread). > > More than likely -- it's your servlet engine (Tomcat, etc.) that is > timing out the request or the proxy mod (that connects the servlet to > Apache). It's probably over the proxy transport size and therefore > truncating the request (and the form information) that OpenBD gets. > > How do you have your server setup? OpenBD version, Tomcat?, Apache?, etc. > > .pjf > > Magnus said the following on 02/09/2011 03:06 PM: > > > I have a bug that I have been trying to solve for a little while and > > haven't been able to figure out. The pages in question involve > > uploading large audio files (sometimes up to 100MB) which means it > > takes a a long time to process. A long time ago I added a URL > > requesttimout = 300 to the form's action URL. The form itself has 6 > > fields in addition to the File upload field. > > > Every now and again users encounter an error that always hits at the > > same line of code. What is odd is that the only FORM field that shows > > up in the DUMP in the error email I get is the file upload field. This > > has mystified me since there is no situation where just the file > > upload field is sent. > > > Could it be the request timeout that could causes this? Is the file > > field sent first and this the only field the server know about when > > the request is timed out? > > > I added to request timeout to try to make sure the request had enough > > time to do the upload but am I using it backwards and causing a > > problem rather than solving.? > > > Thanks for your help. > > Magnus > > -- tag/function ref: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en Get to Texas in Feb for OpenCFSummit http://www.opencfsummit.org/
