Discussion:
RPC Fault faultString="error" faultCode="Channel.Call.Failed" faultDetail="NetConnection.Call.Failed: HTTP: Failed"
(too old to reply)
Prashant Shelke.
2009-01-20 13:02:03 UTC
Permalink
Hi All,

I am facing this error/ fault message for specific conditions of remote call.
RPC Fault faultString="error" faultCode="Channel.Call.Failed"
faultDetail="NetConnection.Call.Failed: HTTP: Failed"

Note: If call made locally to remote API, its working fine(fetching results
properly.)
*********************************************************
Err in result::[RPC Fault faultString="error" faultCode="Channel.Call.Failed"
faultDetail="NetConnection.Call.Failed: HTTP: Failed"]
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler
()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at NetConnectionMessageResponder/channelFaultHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.messaging.channels::AMFChannel/statusHandler()


Please suggest any solution/ reason to this.

Thanks in advance!
Prashant Shelke.
2009-01-22 04:48:22 UTC
Permalink
Issue seems to be resolve(temporarily) by increasing time-out period for application server for request time.
Permanent solution is optimize SQLs & reduce response time.

Loading...