Is it on linux or some other change in OS?  Maybe try an absolute path
for kicks: 
<cfset session.Reactor = CreateObject("component",
"reactor.reactorFactory").init(expandPath("/reactor.xml")) />


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Brad Haas
Sent: Wednesday, July 26, 2006 10:17 AM
To: [email protected]
Subject: Re: [Reactor for CF] HELP--not of type reactor.reactorFactory

I don't think the mapping is it.  Here's the lay of the land:

*reactor folder in web root (/reactor)
*reactor.xml in web root (/reactor.xml)
* data folder in web root (/AppData)

This is my config in reactor.xml:

<config>
                <project value="Prevent" />
                <dsn value="Prevent" />
                <type value="mssql" />
                <mapping value="/AppData" />
                <mode value="development" />
                <!-- These config values are not required -->
                <username value="Prevent" />
                <password value="******" />
</config>

I call this code from my scribble pad:

<cfset session.Reactor = CreateObject("component",  
"reactor.reactorFactory").init(expandPath("reactor.xml")) />

And I get this error:

The argument REACTORFACTORY passed to function init() is not of type  
reactor.reactorFactory.

Am I missing something really obvious?  I've been working 18 hour  
days trying to meet a deadline--so maybe I've gotten "brain fog", but  
I've done this a thousand times without any problems.

Are there any issues on a shared server that may cause a problem  
(even though I'm using no CF Mappings)?  What about the reactor.xml  
file--it's the same I've been using locally, but would this error  
happen if the xml is malformed?  Database problems?  Sun spots? ;-)

I appreciate any help.

Thanks again,
Brad

On Jul 26, 2006, at 6:16 AM, Tom Chiverton wrote:

> On Wednesday 26 July 2006 10:31, Brad Haas wrote:
>> please let me know.  I've been up all night and I'm getting  
>> desperate.
>
> Best recheck the obvious then - mapping ?
>
> -- 
> Tom Chiverton
>
> ****************************************************
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in  
> England and Wales under registered number OC307980 whose registered  
> office address is at St James's Court Brown Street Manchester M2  
> 2JF.  A list of members is available for inspection at the  
> registered office. Any reference to a partner in relation to  
> Halliwells LLP means a member of Halliwells LLP. Regulated by the  
> Law Society.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named  
> above and may be confidential or legally privileged.  If you are  
> not the addressee you must not read it and must not use any  
> information contained in nor copy it nor inform any person other  
> than Halliwells LLP or the addressee of its existence or contents.   
> If you have received this email in error please delete it and  
> notify Halliwells LLP IT Department on 0870 365 8008.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
>
>
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  
> -- -- -- -- --
> 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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- --



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

Reply via email to