I have an application that functions properly in its test and production environments, and up until recently in its development environment as well. I have a component that lives at coldfusion7.webservices.common.security - this component contains a method called authenticate. In my AS code, I create an mx.remoting.Service instance that points to this component. When I try to call the authenticate method, I get the following error in the Net Connection Debugger:
Status (object #2)
.......code: "Server.Processing"
.......description: "File not found: c:\inetpub\wwwroot\coldfusion7\webservices\common\security\authenticate.cfm"
.......details: ""
.......level: "error"
.......type: ""
.......rootcause (object #3)
............code: (undefined)
............description: "File not found: c:\inetpub\wwwroot\coldfusion7\webservices\common\security\authenticate.cfm"
............details: ""
............level: "error"
............type: ""
Note that the server appears to be trying to access a file named after the method I'm trying to call on the CFC and not the CFC itself.
If I change the application's config file in development to point to the test CF server, everything runs fine (code in developoment, test web server)
Does anybody have any ideas what could be wrong? I've been all through the CF server settings and can't seem to find anything wrong.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four times a year.
http://www.fusionauthority.com/quarterlyArchive:
http://www.houseoffusion.com/groups/CF-Flash/message.cfm/messageid:157Subscription:
http://www.houseoffusion.com/groups/CF-Flash/subscribe.cfmUnsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.30