Link to home
Start Free TrialLog in
Avatar of coldchillin
coldchillin

asked on

Inherited Application - messagebroker/amf error

I've inherited an application where the dev. environment was blown away, and now I'm trying to rebuild the pieces.

The application has modules created in different versions of CF, and Flex/AS, and IDEs (Flex Builder 3, Flash Builder 4, etc).

I'm using Flash Builder 4, and successfully compiled a .swf, but then I got this strange error that I'm not familiar with. I'm not sure if it's related to BlazeDS or LiveCycle because I've never used either.

Any help would be much appreciated!
amferror.png
Avatar of gdemaria
gdemaria
Flag of United States of America image


The path (you crossed out) doesn't exist.   You can check directly into the browser to see if it's accessible, make sure there is a folder called messagebroker under the root; another option may be that there was a coldfusion mapping used?
probably you are calling ColdFusion CFCs with RemoteObject over SSL in your Flex app ...

here is a good post that talks about it.. try to use Firebug to check what really is going on ?

http://blog.crankybit.com/flex-remoting-over-ssl/
ASKER CERTIFIED SOLUTION
Avatar of Brijesh Chauhan
Brijesh Chauhan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of coldchillin
coldchillin

ASKER

In configuring the project, the value for the compiler arguments pointing to services-config.xml kept getting lost. That seemed to fix the problem.