Just to be complete: with revision 385 everything seems to work as it was...
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Van Daele Wouter (DBB) Sent: vrijdag 1 december 2006 12:39 To: [email protected] Subject: RE: [Reactor for CF] Trouble with revision 396? I have retried with a few earlier revisions, and with 388 the error message is: Error Occurred While Processing Request Could not find the included template /reactor/project/qtau/Queries/oracle_A619082953B1E5AD420DBA19D4495F85.cf m. Note: If you wish to use an absolute template path (e.g. TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible. The error occurred in E:\cf\reactor\base\abstractGateway.cfc: line 90 Called from E:\cf\reactor\project\qtau\Gateway\CATEGORYGateway.cfc: line 79 Called from E:\iis\cfapplications\qtau\levelone\listeners\EventController.cfc: line 54 Called from E:\iis\cfapplications\qtau\levelone\listeners\EventController.cfc: line 23 The message is correct, in the sense that the Queries directory has not been created (the other files are all there) in the project directory. I did find them in my application directory... Could that be a configuration problem? Here's the relevant part from my config file: <config> <project value="qtau" /> <dsn value="QTAU" /> <type value="oracle" /> <mapping value="/qtau/reactor" /> <mode value="development" /> </config> The mapping path exists - I have a few hand-crafted Gateways etc. there... ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Van Daele Wouter (DBB) Sent: vrijdag 1 december 2006 12:10 To: [email protected] Subject: [Reactor for CF] Trouble with revision 396? Hi all, I have just downloaded the complete revision 396, deleted all the project files, and restarted my applications. Result? Error Occurred While Processing Request The error occurred in E:\cf\reactor\core\objectFactory.cfc: line 258 Called from E:\cf\reactor\core\objectFactory.cfc: line 148 Called from E:\cf\reactor\core\objectFactory.cfc: line 143 Called from E:\cf\reactor\reactorFactory.cfc: line 53 Called from E:\iis\cfapplications\qtau\levelone\listeners\EventController.cfc: line 15 Called from E:\cf\MachII\framework\ListenerManager.cfc: line 91 Called from E:\cf\MachII\framework\AppManager.cfc: line 40 Called from E:\cf\MachII\framework\AppFactory.cfc: line 109 Called from E:\cf\MachII\framework\AppLoader.cfc: line 65 Called from E:\cf\MachII\framework\AppLoader.cfc: line 43 Called from E:\cf\MachII\mach-ii.cfm: line 43 Called from E:\iis\cfapplications\qtau\levelone\index.cfm: line 12 256 : <cfthrow type="reactor.objectFactory.getObjectDetails.NotAllFilesExist" /> 257 : <cfelseif NOT componentExists(result.project)> 258 : <cfthrow type="reactor.objectFactory.getObjectDetails.NotAllFilesExist" /> 259 : </cfif> 260 : Any suggestions? Thanks! Wouter ------------------------------------------------------------- Dexia Bank disclaimer : http://www.dexia.be/maildisclaimer.htm ------------------------------------------------------------- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ------------------------------------------------------------- Dexia Bank disclaimer : http://www.dexia.be/maildisclaimer.htm ------------------------------------------------------------- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ------------------------------------------------------------- Dexia Bank disclaimer : <a href="http://www.dexia.be/maildisclaimer.htm" target=_blank>http://www.dexia.be/maildisclaimer.htm</a> ------------------------------------------------------------- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
