HI All,
I'm running an instance of reactor on a site, it runs great, but I need to run another instance of that site with slight look and feel changes. So I copy my site to something like this..
http://www.mysite1.com/mysite2 when I run it. I get this error:
Even though I created its own reactor.xml file. Anyone know what this is?
The argument REACTORFACTORY passed to function init() is not of type
reactor.reactorFactory.
If the component name is specified as a type of this argument, the reason for this error might be that a definition file for such component cannot be found or is not accessible.
The error occurred in D:\Inetpub\virtualaiddrive\reactor\core\objectFactory.cfc: line 7
Called from D:\Inetpub\virtualaiddrive\Nepal\reactor\reactorFactory.cfc: line 14
Called from D:\Inetpub\virtualaiddrive\Nepal\action.cfm: line 1
Called from D:\Inetpub\virtualaiddrive\Nepal\action.cfm: line 1
5 : <cfset variables.TimedCache = CreateObject("Component", "reactor.util.TimedCache").init(createTimeSpan(0, 0, 0, 5)) />
6 :
7 : <cffunction name="init" access="public" hint="I configure the table factory." output="false" returntype="
reactor.core.objectFactory">
8 : <cfargument name="config" hint="I am a reactor config object" required="yes" type="reactor.config.config" />
9 : <cfargument name="ReactorFactory" hint="I am the reactorFactory object." required="yes" type="
reactor.reactorFactory" />
Resources:
thanks
sophek
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- [Reactor for CF] Running 2 reactors on one 1 site? Sophek Tounn
- Re: [Reactor for CF] Running 2 reactors on one 1 ... Teddy Payne
- Re: [Reactor for CF] Running 2 reactors on one 1 ... Sophek Tounn
- Re: [Reactor for CF] Running 2 reactors on one 1 ... Teddy Payne
- Re: [Reactor for CF] Running 2 reactors on one 1 ... Teddy Payne
- RE: [Reactor for CF] Running 2 reactors on one 1 ... Porter, Benjamin L.
- Re: [Reactor for CF] Running 2 reactors on one 1 ... Teddy Payne
- RE: [Reactor for CF] Running 2 reactors on one 1 ... Doug Hughes
- Re: [Reactor for CF] Running 2 reactors on one 1 ... Sophek Tounn
- RE: [Reactor for CF] Running 2 reactors on one 1 ... Porter, Benjamin L.
- Re: [Reactor for CF] Running 2 reactors on one 1 ... Teddy Payne

