As you may know, I've recently migrated our web server from CF8 to CF10.

 have an old app that I wrote with Flash MX 2004 =)  The /flashservices
request was erroring with a 404, but with this advice (
http://inflagrantedelicto.memoryspiral.com/2012/12/flashservicesgateway-and-coldfusion-10/)
to get from a 404 to a 200 response...

But my app still isn't working.

I tried using Firefox / Firebug / AMF Explorer ... I see the "amf request"
and "amf response" tabs, but the amf request just says "cc is not defined"
and the amf response says "missingResponse"

I have confirmed, through <cflog> statements, that both of the functions I
am initially calling with this amf request are being requested and making
it through to the <cfreturn> statement in the functions.

Firebug does show me the following response headers:

HTTP/1.1 200 OK
Date: Wed, 06 Mar 2013 20:22:56 GMT
Server: Apache/2.2.23 (Win64) mod_ssl/2.2.23 OpenSSL/1.0.1c mod_jk/1.2.32
Content-Length: 0
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Content-Type: application/x-amf

I'm concerned that the "Content-length" implies that coldfusion is not
sending any data back.

Ideas?
-- 
*The beatings will continue until morale improves.*


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354857
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to