I've encountered some strange things like this on our server when we are caching classes. From time to time we need to remove all of the CF generated classes and then CF can "see" the missing page again. I've been unable to figure out exactly why it's caused, but at least I've found a solution *shrug*
Rich -----Original Message----- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 11:46 PM To: CF-Talk Subject: odd component issue This just recently (last few hours) has happened in our production environment, for no apparent reason, and I really need some help (I've received almost 2,000 error messages from my error trapping) because I am stumped. I have a template that is calling the following code: variables.imgObj = createobject("component","com.utils.Image"); and I am receiving multiple errors stating the following: message = Could not find the ColdFusion Component com.utils.Image. detail = Please check that the given name is correct and that the component exists. missingFileName = com.utils.Image errorCode = 200 My issue is, the file is there. In fact, it's being called by well over a dozen templates with no issue whatsoever. I even copied and pasted the line from another (working) template and redeployed the file. Same results. Any ideas? Anybody? -- Cutter ____________ http://blog.cutterscrossing.com "The Past is a Memory The Future a Dream But Today is a Gift That's why they call it The Present" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249289 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

