On Thu, Apr 17, 2008 at 5:41 PM, realw5 <[EMAIL PROTECTED]> wrote: > Ok, so I tried tomcat 5.5, still not go. It might be helpful to note, that > when I decrease the size of the post (take fields out) I can get it to post > without error. It seems like it's barfing on a certain file size (buffer > issue maybe??). I'm running 32-bit Ubuntu on our production system and have > never seen these errors. Is it possible libc has a bug only in 64-bit > Ubuntu? > > Lastly, I can try another OS...do you have any recommendations for a good > 64-bit linux flavor?
Whatever you are comfortable with... if you don't already have something lying around, perhaps the latest ubuntu beta (8.04) Also double-check that you are sending exactly what you think you are. If you haven't already, capture the XML you are sending to a file, then use curl (the same version on the same box) to send the file to both the server that works and the one that doesn't. -Yonik