I’ve got to say, I don’t have the faintest.  I’ve never run into this.

 

Doug

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Tong - TalkWebSolutions.co.uk
Sent: Friday, July 14, 2006 3:37 PM
To: [email protected]
Subject: [Reactor for CF] mapping error

 

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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


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

Reply via email to