I forgot to mention that in fiddler I see the request (complete with the chunk 
size) and also what is probably the strangest part of all:

The requests will randomly come back with the first line reading:

"HTTP/1.1 500 Internal Server Error"

I can click "reissue request" in fiddler (which sends EXACTLY THE SAME request 
to the server) and I may get back the 500 or I may get back

"HTTP/1.1 200 OK"

It's totally random. I can get ten 200s in a row or waver back and forth each 
request or only get 500s for a minute or two. I haven't seen any decipherable 
pattern.

Also, that header is THE ONLY DIFFERENCE in the response. Everything else works 
great. It produces the content correctly. Its well formed. Its just that the 
server randomly decides to return the response as a 500, sometimes.

I'm running IIS7 and this ONLY happens with CF requests. Static requests and 
ASP, PHP and ASP.Net requests were not affected by the weekend power loss.

Thanks in advance for your help,
James

> I am getting the weirdest error.
> 
> My server lost power on Saturday night and (obviously) therefore 
> restarted. When that happened it must have finished installing 
> something that was started earlier because all my pages started being 
> delivered in "Transfer-Encoding: chunked"
> 
> Now you might think thats not so bad, but apparently it prefixes the 
> HTTP response of the file content with a block size (e.g. "5309") so 
> that it can know how big the chunks are and suffixes it with a "0"
> 
> Flex doesnt recognize this as part of the HTTP header/footer and 
> therefore thinks every XML object I load is malformed.
> 
> These objects are all produced by CF and they load properly in 
> IE/FireFox (who are savvy enough to know what HTTP headers are 
> supposed to look like) but in Flex its all borked.
> 
> Is there any way to force CF to use a different transfer encoding on 
> all pages (without going into every page on every site on my server)? 
> 
> 
> Any idea what might have caused CF to start doing this to begin with? 
> I couldnt find anything that I installed recently that had anything to 
> do with this. The only CF thing that we installed at all (in the past 
> few months) is a patch to address some cfimage issues (http://kb.adobe.
> com/selfservice/viewContent.do?externalId=kb403411&sliceId=1). 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307345
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to