Here's another site that talks about some debug options that you can add to the 
flash side of your app and also has a link to charles, etc.

http://www.devwebpro.com/how-to-debug-flex-builder-3-remote-calling/

--- In flexcoders@yahoogroups.com, Wesley Acheson <wesley.ache...@...> wrote:
>
> Okay in a default apache install there is a request log.  Take a look at
> that when you see the error on screen and make sure theres no lines ending
> in 500 (most lines should be 100, 200)
> 
> Charles proxy is used for debugging what data is sent over the wire via amf.
> 
> Regards,
> 
> Wesley
> 
> On Thu, Aug 19, 2010 at 8:34 PM, Mary Jo Sminkey <mar...@...>wrote:
> 
> >
> > > I think Charles Proxy may be useful for you to diagnose these problems.
> >
> > Okay, not familiar with it, but I'll look into it.
> >
> >
> > > Also take a look at your server log.
> >
> > Which one? Nothing appears to get written to any of the CF server logs
> > when I hit the application, I don't see any errors in Apache or any
> > reference at all to the flex2gateway. Are there other logs I should be
> > checking?
> >
> > > What server technology are you using? PHP? Apache?
> >
> > ColdFusion 9.01 running on Windows with Apache.
> >
> > >
> > > Generally when we see these types of fault they appear as a 500
> > > response from the server.
> >
> > Nope, that's what is so weird in my case, if I hit the
> > localhost/flex2gateway manually it returns a normal 200 response. But
> > for some reason, within the Flash component, it can't seem to find it.
> > I've tried a variety of ways of referencing the URL but none seem to work.
> >
> >
> > > Have you stepped thorough your server side code.
> >
> > I don't seem to get to the point where the server side remote method
> > even gets called, so not sure what I'd be looking for? The code runs
> > perfectly when this error isn't coming up.
> >
> > >
> > > Also we have seen intermittant errors in Internet explorer that were
> > > due to a badly configured https remote connection.
> >
> > I'm testing mainly in FF, but for kicks I did try it in both IE8 and
> > Chrome and while neither of those browser pop up the error message,
> > execution still halts in the same place where it would be doing the
> > remote call.
> >
> > >
> > > Note I've no solutions for you I'm just saying some of the stuff you
> > > can look at.
> >
> > I appreciate it, but yeah, I've tried a lot of this, and a lot of other
> > suggestions for gateway errors but simply cannot seem to find a
> > solution. I'm using the latest Flash Builder product so I'm wondering if
> > I've managed to hit on some obscure bug that is creating the problem. It
> > does seem that the error *only* starts to come up when I've done a
> > rebuild of the project while developing, but I've yet to figure out what
> > causes it and how to get it to go away again once it happens. I've
> > noticed as well that when I go back into my Flex project settings in FB,
> > they often are changed from what I had previously entered and saved, but
> > correcting them and rebuilding doesn't seem to fix the problem.
> >
> >
> > --- Mary Jo
> >
> >
> >
> >
> >
> > ------------------------------------
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Alternative FAQ location:
> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> > Links
> >
> >
> >
> >
>


Reply via email to