Flex 3 Remoting Error – Channel.Call.Failed
May 28th, 2008
I was setting up a new Flex3 project on my Mac using ColdFusion 8 and Flash Remoting and ran into the following error when calling the remote object:
[RPC Fault faultString="error" faultCode="Channel.Call.Failed" faultDetail="NetConnection.Call.Failed: HTTP: Failed"]
The call and path to the CFCs was correct so I thought it might have something to do with server configuration. I searched the internets for a similar error message but could not find any relevant results.
I was stumped as I have other Flex 3 / Flash Remoting projects running on the same machine. I setup a test project and moved the CFC to a directory that worked with another project and the call was successful. Since the CFC and Flash Remoting was working properly the issue had something to do with the directory I was using. I then realized that the CFCs were buried within an existing ColdFusion project and there were perhaps some security issues.
Solution: I added a blank application.cfm file into the directory where my CFC lived and that did the trick.
Categories: Flex













we are using PHP and we have the same problem. Do you have a solution?
Sorry… I don’t much PHP.
We are Java, and the same problem. Any clue?
Thanks!
I was banging my head against this one, and your tip worked! What is strange is that the app was working normally yesterday and just started getting this error today. I’m guessing something must have changed in our file system that I am unaware of.
I am facing this problem with java+flex and weblogic server with https port..plz let me know the solution