Re: 500 Server error on parse or raw HTTP post (xml)

2010-02-24 Thread sonicDivx
Just thought would follow-up. Problem stems from the Flash file created is not setting contentType to text/xml and was using application/x-www-form-urlencoded (the default). So clearly for large packets CF 8 wants proper content type, which I agree with 100%. So getting company to fix their

500 Server error on parse or raw HTTP post (xml)

2010-02-22 Thread sonicDivx
Have a situation where a 3rd part commercial application is sending, from Flash, a raw XML post (no key-value pairs). Most of the time it works, but we just encountered a situation where a 30k post is causing a 500 error. I seen the error online before, but no resolution. So my thought was to

Re: 500 Server error on parse or raw HTTP post (xml)

2010-02-22 Thread sonicDivx
Dave, Yeah I looked there and guess what, nothing. so it is not even recording this in the logs, making it even more difficult. On Mon, Feb 22, 2010 at 1:48 PM, Dave Watts dwa...@figleaf.com wrote: Have a situation where a 3rd part commercial application is sending, from Flash, a raw XML

Re: 500 Server error on parse or raw HTTP post (xml)

2010-02-22 Thread Dave Watts
Have a situation where a 3rd part commercial application is sending, from Flash, a raw XML post (no key-value pairs). Most of the time it works, but we just encountered a situation where a 30k post is causing a 500 error. I seen the error online before, but no resolution. So my thought was

Re: 500 Server error on parse or raw HTTP post (xml)

2010-02-22 Thread Dave Watts
Yeah I looked there and guess what,  nothing. so it is not even recording this in the logs, making it even more difficult. Did you also look at the JRun logs? On my CF 8 default install, they're in c:\coldfusion8\runtime\logs. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: 500 Server error on parse or raw HTTP post (xml)

2010-02-22 Thread sonicDivx
That log just yield the same message, no clue. Well I will add the application is Viewlet Builder 6 from Qarbon. I do have a post on their message board about this too. http://forum.qarbon.com/viewtopic.php?f=3t=1119p=3460#p3460 On Mon, Feb 22, 2010 at 2:55 PM, Dave Watts dwa...@figleaf.com