> I had a chat to the support guy at teh hosting company. and > now i have a stack trace for this error. It's apparently > looking for something in a folder that doesnt exist. There > is no E:\cf8_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm
That doesn't matter, actually. The CFDUMP tag is actually located in your \WEB-INF\cftags directory, whereever that happens to be. If you open it in Notepad, or use something like strings to see the strings in this encrypted file, it has this bit in it: "SourceFile E:\cf8_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm" However, your real error appears to be within DefaultXmlBeanFactory.cfc, which apparently has no method called getClass. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291886 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

