Re: Connection Flex to CF Error

2007-07-27 Thread Dan Vega
Tom Have you checked out this tutorial yet? It helped me out! http://www.kylehayes.info/blog/index.cfm/2007/4/16/Captivate-Tutorial-Viewing-a-ColdFusion-Query-in-a-Flex-DataGrid On 7/26/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: Everything

Re: Connection Flex to CF Error

2007-07-26 Thread Tom Chiverton
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: Everything about my installations are defaults. I'm using the built in cf server as well. Get wireshark/webscarab/servicecapture and check where the AMF packets are going. -- Tom Chiverton

Re: Connection Flex to CF Error

2007-07-25 Thread Tom Chiverton
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: Can anyone tell me what this error usually means?? Obviously it can't connect to CF but I don't understand why. Is CF running ? What is your endpoint URL ? -- Tom Chiverton This email is

RE: Connection Flex to CF Error

2007-07-25 Thread Bill Betournay
Subject: Re: Connection Flex to CF Error On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: Can anyone tell me what this error usually means?? Obviously it can't connect to CF but I don't understand why. Is CF running ? What is your endpoint URL ? -- Tom Chiverton

Re: Connection Flex to CF Error

2007-07-25 Thread Tom Chiverton
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: Hi Tom Yes, it's running. An app I've been working on was running fine until this morning when I started getting this error. And you can't do a diff against the previous version of the code ? Or check it out and check it's not a code gaff ?

RE: Connection Flex to CF Error

2007-07-25 Thread Bill Betournay
I'm not sure I know what you mean Tom. I'm running CF8 and the only reference to endpoint is in the services-config.xml file. This is the it: !-- CF Based Endpoints -- channel-definition id=my-cfamf class=mx.messaging.channels.AMFChannel endpoint

Re: Connection Flex to CF Error

2007-07-25 Thread Tom Chiverton
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: I'm running CF8 and the only reference to endpoint is in the services­config.xml file. This is the it: K. !­­ CF Based Endpoints ­­ channel­definition id=my­cfamf class=mx.messaging.channels.AMFChannel endpoint

Re: Connection Flex to CF Error

2007-07-25 Thread Paul Hastings
Tom Chiverton wrote: uri=http://{server.name}:{server.port}{context.root}/flex2gateway/; Is this likly to be correct (your site doesn't go via a proxy or something that changes the URL ? yes that's the default for cf 7/8's services-config.xml

Re: Connection Flex to CF Error

2007-07-25 Thread Tom Chiverton
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: uri=http://{server.name}:{server.port}{context.root}/flex2gateway/; Is this likly to be correct (your site doesn't go via a proxy or something that changes the URL ? yes that's the default for cf 7/8's services­config.xml I know it's the

RE: Connection Flex to CF Error

2007-07-25 Thread Chad Gray
}/pwd /mx:arguments /mx:method /mx:RemoteObject -Original Message- From: Bill Betournay [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 12:14 PM To: CF-Talk Subject: RE: Connection Flex to CF Error Hi Tom Yes, it's running. An app I've been working

RE: Connection Flex to CF Error

2007-07-25 Thread Bill Betournay
Everything about my installations are defaults. I'm using the built in cf server as well. Bill -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 25 July 2007 10:10 To: CF-Talk Subject: Re: Connection Flex to CF Error On Wednesday 25 Jul 2007, [EMAIL PROTECTED

Re: Connection Flex to CF Error

2007-07-25 Thread Paul Hastings
Bill Betournay wrote: Everything about my installations are defaults. I'm using the built in cf server as well. are your CFCs in a cf mapped dir did you do a cf re-install lately? maybe forgot to set use-mappings to true in remoting-config.xml?

Re: Connection Flex to CF Error

2007-07-25 Thread Tom Chiverton
On Wednesday 25 Jul 2007, [EMAIL PROTECTED] wrote: Everything about my installations are defaults. I'm using the built in cf server as well. On port 8500 or something (i.e. not 80) ? Could a firewall be in the way ? -- Tom Chiverton This