Thanks for the suggestions. I'll check them out. --Sam
>>> "Douglas Knudsen" <[EMAIL PROTECTED]> 5/9/2007 1:56 PM >>> not always simple! looks like the flex app can't see the CFCs or a CFC error is occurring. Is the path to the CFCs the same in your server environment as localhost? Moving the contents of bin to a sub directory will not work. Also, our you using https in your server environment? I'd crank up Charles or ServiceCapture and monitor the traffic too, see what is happening. DK On 5/9/07, Sam Singer <[EMAIL PROTECTED] ( mailto:[EMAIL PROTECTED] )> wrote: I've created a simple Flex app using CF Wizard. I've modified some of the code that changes the way the controls are displayed. Everything works as expected on my local (database updates to network SQL server). I've deployed to my CFMX7 server by copying the bin folder to a location under wwwroot. When I browse the /bin/main.html file I'm getting the login screen. I complete the login screen and then get this message: ReferenceError: Error #1069: Property message not found on mx.messaging.messages.ErrorMessage and there is no default value. at com.cfgenerated.views.login::LoginForm/::serverFault() at com.cfgenerated.views.login::LoginForm/___Operation1_fault () at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent () at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at mx.messaging::ChannelSet/::faultPendingSends() at mx.messaging::ChannelSet/channelFaultHandler() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.messaging::Channel/mx.messaging:Channel::connectFailed () at mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChannel::connectFailed() at mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::statusHandler() Any ideas about what I may be doing wrong? I thought that the deployment was supposed to be a simple process :-) Sam Singer -- Douglas Knudsen http://www.cubicleman.com ( http://www.cubicleman.com/ ) this is my signature, like it? ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com ( http://www.affug.com/ ) Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by FusionLink ( http://www.fusionlink.com/ ) ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
