Every now and then - for no reason i get a mapping error with reactor.  The config is set up correctly.  When i look at the config/config.cfc file i have to comment out these line to allow the factory to get placed into the application scope and then it's fine:
 
<cfif
NOT DirectoryExists( expandPath(arguments.mapping))>
    <cfthrow type= "reactor.Invalidmapping" message="Invalid Mapping Setting" detail="The mapping argument must be a mapping to a directory which exists." />
</cfif>
 
What's really odd is if i output DirectoryExists(expandPath(arguments.mapping)) it's set to true ??

--
Nick Tong

web:         http://talkwebsolutions.co.uk
blog:         http://succor.co.uk
short urls: http://wapurl.co.uk
green link: http://wapurl.co.uk/?4Z2YDLX

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to