[ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Chris
The application consists of a Flex part(for front end), Coldfusion as the middle tier communicating with the MySQL backend. The Flex forms call functions in the CFC(Coldfusion component) using Flash remoting services. The error message is Unable to invoke CFC An error operation occurred when

Re: [ACFUG Discuss] ColdFusion Builder freezes abruptly

2013-09-03 Thread Chris
Thanks Doug: I will try Brackets and Sublime with CF plugin. From: Douglas Knudsen douglasknud...@gmail.com To: discussion@acfug.org Sent: Friday, August 23, 2013 10:23 PM Subject: Re: [ACFUG Discuss] ColdFusion Builder freezes abruptly FB got lots more

Re: [ACFUG Discuss] ColdFusion Builder freezes abruptly

2013-09-03 Thread Chris
Thanks Charlie: This is very useful. I should switch to the CF Express edition and see if those freezes stop. From: Charlie Arehart char...@carehart.org To: discussion@acfug.org Sent: Saturday, August 24, 2013 3:43 PM Subject: RE: [ACFUG Discuss] ColdFusion

Re: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Cameron Childress
On Tue, Sep 3, 2013 at 12:44 PM, Chris wrote: The error message is Unable to invoke CFC An error operation occurred when performing a file operation write on C:\inetpub\wwwroot\clients\ourdomainname\www\projectname\www\connectors\debug.html What could be causing this error? How can I

[ACFUG Discuss] Tomorrow's meeting postponed until next week

2013-09-03 Thread John Mason
Sorry folks, something has come up and we need to reschedule the meeting that was set for tomorrow to next week. The new date hasn't been confirmed yet. So tomorrow's meeting is postponed until next week (more than likely on the 11th). Hope everyone had a good Labor Day. Hope to see you at

RE: [ACFUG Discuss] ColdFusion Builder freezes abruptly

2013-09-03 Thread Charlie Arehart
Worth a try. but note also: if you just do a “switch workspace” (in the menu) you may find the freezes stop, too. Of course, that gives you a new blank workspace. You need to re-import projects and other stuff. But sometimes that sort of reset fixes something. Note that you can always switch

RE: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Charlie Arehart
Also, what's the significance of the 5 minutes? Is that perhaps your CF (or application's) session timeout? Is it the time that IIS's app pool is set to recycle? Either may be a clue to help you dig further. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron

Re: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Chris
Thanks Cameron: The folder exists and CF has write permissions for it. Else, the error would be occurring all the time and we could not use the system at all. Right now, it occurs after the system is used for a while(after 10-15 minutes and sometimes after 30-45 minutes), then if people stop

Re: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Chris
Thanks Charlie: I don't know the time at which IIS app pool is set to recycle, but the CF session timeout is 16 hours(sessiontimeout=#CreateTimeSpan(0,16,0,0)# applicationtimeout=#CreateTimeSpan(0,16,0,0)#) I will have to ask our server admin(who in turn has to ask the server admins of the

RE: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Charlie Arehart
I'll save Cameron (or others) from a reply. :-) Charles is not something they can disallow. :-) It's not a server proxy, but rather a client one. You can use it (and tools like it, including some built into browsers) to track the requests made from a given web page, whether to components like

Re: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Cameron Childress
On Tue, Sep 3, 2013 at 2:27 PM, Chris wrote: Our serveradmin might know if a proxy like Charles is allowed by the hosting company, but I do not. Charles runs entirely client side. Your admin does not have to give you permission. http://www.charlesproxy.com/ It will decode the Flex Remoting

RE: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Charlie Arehart
OK. But the “5 minutes” you mention sounds intriguing, so do keep thinking about that. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Chris Sent: Tuesday, September 03, 2013 2:34 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Unable to invoke CFC error

Re: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Chris
Thanks Charlie: I need to know lot more. I have not used Charles which is a tool most Flex developers are fluent with. Your blog and list of tools are a goldmine for people like me. I will try Charles and see if it can point me to areas I need to focus on.

Re: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Chris
Thanks Cameron: I guess I missed the vital classes while learning Flex development. I went through the Flex in a Week training by Adobe, Essential Actionscript 3.0, Flex Bible 2008 edition, but clearly it is not enough if I am unaware of useful tools like Charles. I need to get some better

RE: [ACFUG Discuss] Unable to invoke CFC error when the Flex part tries to call a CFC

2013-09-03 Thread Charlie Arehart
Glad to help. And FWIW, Charles is not the only one that can analyze flex/flash remoting/AMF calls, as I mention on my list. But your problem may or may not be about that so much as perhaps something else in the formation of the request being sent to the server, and it may not be about AMF.