On 10/11/06, Byron Raines <[EMAIL PROTECTED]> wrote:
20:48:39.039 - MissingInclude Exception - in
D:\Inetpub\wwwroot\fusebox5\fusebox5.cfm : line 113

            Could not find the included template ../Leave06/fusebox.appinit.cfm.

Expected.

20:48:40.040 - Application Exception - in
D:\Inetpub\wwwroot\Reactor\core\objectFactory.cfc : line 87

            Could not find the ColdFusion Component 
reactor.project.Leave06.Gateway.tblLeaveUserGateway.

Expected on the first request for gateway component (Reactor tries to
create the object, it fails, and then it generates the CFC and creates
the object successfully). Same with the other similar exceptions you
saw. When you refresh, you wouldn't get these because Reactor has
generated the (missing) CFCs.

20:48:44.044 - Database Exception - in
D:\Inetpub\wwwroot\Reactor\base\abstractGateway.cfc : line 92

            Error Executing Database Query.

This is an error from the generated query in a getByQuery() call. You
could modify the framework (temporarily!) to log the query it thinks
it is running so you could see what has been generated (Doug, it would
be nice to have a logging mode in Reactor that logged all the SQL
before it was executed!).

Doug mentions Trusted Cache and I've certainly run into problems with
Reactor and Trusted Cache so double-check that setting.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

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

Reply via email to