> Can anyone explain what this error means?
> 
> tia
> 
> 7305
>  "Error","jrpp-85","05/09/05","21:07:56",,"File not found:
> /CFIDE/main/ide.cfm The specific sequence of files included or
> processed is: C:\Inetpub\wwwroot\CFIDE\main\ide.cfm "
>  
> 7306
>  coldfusion.runtime.TemplateNotFoundException: File not found:
> /CFIDE/main/ide.cfm

It means that someone is requesting the URL "/CFIDE/Main/ide.cfm" but that
there's no actual file corresponding to that URL. That specific URL is used
by RDS clients (Dreamweaver, Homesite+, CF Studio) to send requests to CF to
browse files and database schemas, edit files, and all the other stuff that
RDS lets you do. Very often, there isn't actually any file at that URL, but
it doesn't matter because CF isn't processing the file anyway - it
recognizes that URL pattern as an RDS request rather than as just any ol'
HTTP request. So, unless you're having problems with RDS, you can probably
safely ignore the error. If you want to get rid of the error, create an
empty file called ide.cfm corresponding to that URL.

It's worth pointing out that not having the file doesn't disable RDS.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206177
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to