Flex RemoteObject Intermittently Failing to Invoke CFC

Posted by Justin on Stack Overflow See other posts from Stack Overflow or by Justin
Published on 2010-06-10T20:23:12Z Indexed on 2010/06/10 22:03 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

I have a Flex app that uses Flash Remoting and the RemoteObject to pull data from a ColdFusion CFC. About 75% of the time it works, but the other times I get a message using Charles (a debugging tool) that says faultString = "Unable to Invoke CFC". FaultCode = "Server.Processing".

Here's my RemoteObject:

The server set up on our web farm is to use load balancing. I'm not sure if this is causing the problem or not. Probably not, but it's a thought.

Any help is appreciated!!

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex3