Another update. On the rev 383, which works for me, the abstractgateway.cfc extends abstractobject.cfc. In rev 387, this is not the case, and no base.abstractobject.cfc exists. Could this be something or is this supposed to be?

Byron

Doug Hughes wrote:
You know, it does seem silly to have it log AFTER as it does now.

Thanks for the feedback.

Doug


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sean Corfield
Sent: Wednesday, October 11, 2006 11:39 PM
To: [email protected]
Subject: Re: [Reactor for CF] Syntax error at token 0, line 0 offset 0

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.


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

Reply via email to