Re: A very unusual HTTP 500 Null Error

2007-06-05 Thread Billy Jamme
I was also receiving the very cryptic 500 NULL error; in circumstances very similar to the above. I ended up tracking this down to java.lang.String.URLDecode(), which throws a java.lang.IllegalArgumentException if a '%' character is not followed by a valid 2-digit hexadecimal number. So, for

Re: A very unusual HTTP 500 Null Error

2007-04-26 Thread T Lux
No, the error happens before any code is run. Tracking down the issue with IEHTTPHeaders as well as Etheral running on the server itself, it seems that for some reason CF was not receiving the packets either in the right order or malformed or ... most likely something in the network config that

Re: A very unusual HTTP 500 Null Error

2007-04-26 Thread Judah McAuley
T Lux wrote: No, the error happens before any code is run. Tracking down the issue with IEHTTPHeaders as well as Etheral running on the server itself, it seems that for some reason CF was not receiving the packets either in the right order or malformed or ... most likely something in the

Re: A very unusual HTTP 500 Null Error

2007-04-25 Thread Tom Chiverton
On Tuesday 24 Apr 2007, T Lux wrote: Did you ever find a solution/fix? We are running into the same thing... same version of CF. The form that is posting is relatively small -- but there is a textarea that we think is the problem. Can you intercept the request somehow and write the FORM, CGI

Re: A very unusual HTTP 500 Null Error

2007-04-24 Thread T Lux
Did you ever find a solution/fix? We are running into the same thing... same version of CF. The form that is posting is relatively small -- but there is a textarea that we think is the problem. There really isnt a lot of data in the textarea -- maybe 400 characters. I get a 500 Null error and

Re: A very unusual HTTP 500 Null Error

2007-04-24 Thread T Lux
Did you ever find a solution/fix? We are running into the same thing... same version of CF. The form that is posting is relatively small -- but there is a textarea that we think is the problem. There really isnt a lot of data in the textarea -- maybe 400 characters. I get a 500 Null error and

Re: A very unusual HTTP 500 Null Error

2006-12-19 Thread Doug Brown
I cannot seem to be able to duplicate your problem here. CFMX 7.02 Windows 2000 Adv Srv Apache Doug - Original Message - From: Randy Edwards [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, December 19, 2006 3:10 PM Subject: A very unusual HTTP 500 Null Error

Re: A very unusual HTTP 500 Null Error

2006-12-19 Thread Josh Nathanson
There seems to be some form size limitation in the latest release of CFMX that is causing this error. I suppose you've played around with the Maximum size of post data setting in CF admin to no avail? Although I think it defaults to 100MB, you'd have to have some HUGE posts to cross that

RE: A very unusual HTTP 500 Null Error

2006-12-19 Thread Snake
IIS6 also has a max size of form posts as well. -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 20 December 2006 00:00 To: CF-Talk Subject: Re: A very unusual HTTP 500 Null Error There seems to be some form size limitation in the latest release of CFMX