> I'm having the following problem: from time to time > the ColdFusion server stops and refuses to start. It > has to be manually restarted or something even tweaked > a little (pids files need to be removed). In the > application.log appear records like the ones below. And > also the application.log file get's a lot of this records > and grows very quickly. > > "Warning","2051","02/22/02","22:09:38",,"In a CF_TagName > construct custom tag file > '/var/www/virtual/html/_admin/app_locals.cfm' will occlude > custom tag file > '/var/www/virtual/html/expomart/newyork/app_locals.cfm'."
I'm not sure what's causing your server to act up, but it's probably not related to the warnings you're seeing in your log file. These warnings occur whenever you have two files with the same name, and both could be used as custom tags. CF is simply warning you that you may be using the wrong custom tag. To my knowledge, there's no way to turn these warnings off. What version of CF Server are you running? If you're running CF 4.5.1, you might upgrade to SP2 if you haven't already. We found that this upgrade seemed to be more stable than previous versions. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

