It looks like the server is dropping your connection before sending the response.  One thing that causes this is when an exception occurs while handling that message.  You can get more details about what is happening one the server by enabling the debug logging for the “Message.*” category.  Go to FDS’s WEB-INF/flex/services-config.xml file, search for “level=” .  Set that to Debug and make sure that “Message.*” is included in the patterns just below that.

 

Jeff

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of gotgoose09
Sent: Thursday, August 03, 2006 7:15 PM
To: [email protected]
Subject: [flexcoders] Flex RemoteObject doens't work with my security like Flash Services did.

 

In my website I have a folder named "secure" in which I put my CFCs and
CFMs that hold SWFs (not located in the "secure" folder) that interact
with the CFCs. In this "secure" folder I have an application.cfc file
that checks if the user is logged in when they visit any page in the
folder and if they are allowed to visit that page.

I used to write admin tools in Flash 8 that used Flash Remoting to
connect to the CFCs. This worked fine with my current setup. Now, I'm
building some in Flex and using the RemoteObject tag. I use a
destination of "ColdFusion" and a source of "secure.PathToCFC".
However, this gives me an error:

[RPC Fault faultString="Channel disconnected"
faultCode="Client.Error.DeliveryInDoubt" faultDetail="Channel
disconnected before an acknolwedgement was received"]

If my cfc is located outside of the "secure" folder it works fine. I'm
sure I have added my CFC and CFM page to the list of pages my admin
login can access. So what I'm concluding from this is that there is a
new security feature I'm not aware of that's blocking me, or maybe I'm
doing something wrong. Any suggestions?

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to