[flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Battershall, Jeff
I've built an AIR app using Cairngorm 2.x.  My RemoteObjects are stored in the 
ServiceLocator singleton.  Intermittently, users will get 
NetConnection.Call.Failed. Possibly this is a performance issue with the 
ColdFusion service layer where specific calls are timing out or possibly the 
RO's connection timing out on its own. One possible approach is simply to 
re-try on error but that kinda feels like a brute force approach.

Any advice appreciated!

Jeff Battershall
Application Architect
Dow Jones Indexes
jeff.battersh...@dowjones.com
(609) 520-5637 (p)

(484) 477-9900 (c)



Re: [flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Peeyush Tuli
Did you try to monitor the HTTP traffic in a test environment? It gives you
a good idea what goes behind the scenes.

http://soenkerohde.com/2008/04/debug-air-remote-traffic/


On Fri, Feb 19, 2010 at 9:02 PM, Battershall, Jeff 
jeff.battersh...@dowjones.com wrote:



  I’ve built an AIR app using Cairngorm 2.x.  My RemoteObjects are stored
 in the ServiceLocator singleton.  Intermittently, users will get
 “NetConnection.Call.Failed”. Possibly this is a performance issue with the
 ColdFusion service layer where specific calls are timing out or possibly the
 RO’s connection timing out on its own. One possible approach is simply to
 re-try on error but that kinda feels like a brute force approach.



 Any advice appreciated!



 Jeff Battershall

 Application Architect

 Dow Jones Indexes

 jeff.battersh...@dowjones.com

 (609) 520-5637 (p)

 (484) 477-9900 (c)