Sean:

 Yes i vapourised the old CFC and it now falls over before any new CFCs are created --

I can make my ReactorOBj ok

  <cfset reactorObj = CreateObject("Component", "reactor.reactorFactory").init(expandPath("config/reactor.xml")) />
  
but then I ask it to make a gateway and it dies

<cfset casestudyGateway = reactorObj.createGateway("casestudies") />


I just noticed this in the error stack trace

at cfobjectFactory2ecfc1692543351$funcGETOBJECT.runFunction(D:\hshome\wayn0\wildbluemusic.com\reactor\core\objectFactory.cfc:96) at cfobjectFactory2ecfc1692543351$funcCREATE.runFunction(D:\hshome\wayn0\wildbluemusic.com\reactor\core\objectFactory.cfc:29) at cfreactorFactory2ecfc1372443198$funcCREATEGATEWAY.runFunction(D:\hshome\wayn1\customTags\reactor\reactorFactory.cfc:35) at cfcasestudyListener2ecfc1142157589$funcINIT.runFunction(D:\hshome\wayn0\customTags\wbm\admin\listeners\casestudies\casestudyListener.cfc:9) at cfListenerManager2ecfc2110468097$funcINIT.runFunction(D:\MachII\framework\ListenerManager.cfc:63) at cfAppFactory2ecfc508525336$funcCREATEAPPMANAGER.runFunction(D:\MachII\framework\AppFactory.cfc:90) at cfAppLoader2ecfc416911013$funcRELOADCONFIG.runFunction(D:\MachII\framework\AppLoader.cfc:65) at cfAppLoader2ecfc416911013$funcINIT.runFunction(D:\MachII\framework\AppLoader.cfc:43) at cfmach2dii2ecfm1901345621.runPage(D:\hshome\wayn0\wildbluemusic.com\admin\mach-ii.cfm:42) at cfindex2ecfm1038003891.runPage(D:\hshome\wayn0\wildbluemusic.com\admin\index.cfm:18)


Is this right?
It finds the reactorFactory in my custom tags folder --
But then the path to the objectFactory is a folder under my web root. -- There is no folder there!

Wayne



Sean Corfield wrote:
On 3/16/06, Wayne McFetridge <[EMAIL PROTECTED]> wrote:
  
 I'm getting this error on a an app that was initially deployed with an old
version of Reactor.
    

Did you blow away the generated CFCs? Newer versions of Reactor are
not backward-compatible with older generated code.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

 

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