Doug,

 

I restarted CF and I still get the same error. I’m loading reactor in the init() method of a MG controller, so when I re-initialize the MG app, reactor should be reloaded.

 

From the stack trace I provided, you can see my simple load() command goes from my controller to the purely reactor generated files. I can’t imagine my load() is a problem, since it is so simple. Unless the load() command has changed? I assume some init() method being called from within reactor maybe has a null value or something and can’t return an instance of itself properly.

 

Any other ideas of where to look?

 

Cedric

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Hughes
Sent: Sunday, June 04, 2006 11:33 AM
To: [email protected]
Subject: RE: [Reactor for CF] Reactor update error

 

I’m not sure how you have reactor loaded.  But all you need to do is clear reactor out of memory.  Tried restarting CF?

 

Doug

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Villat
Sent: Sunday, June 04, 2006 2:21 PM
To: [email protected]
Subject: RE: [Reactor for CF] Reactor update error

 

Doug,

 

I reinit’d the MG app. Is there a way to reinit the Reactor part of it?

 

Cedric

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Hughes
Sent: Sunday, June 04, 2006 11:17 AM
To: [email protected]
Subject: RE: [Reactor for CF] Reactor update error

 

Did you reinit your application?  Can you give me any more information?  (I’m not seeing this problem.)

 

Doug

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Villat
Sent: Sunday, June 04, 2006 1:58 PM
To: [email protected]
Subject: [Reactor for CF] Reactor update error

 

I got the latest Reactor code from the new SVN repository and deleted my project files, but now when I visit my main page I get the following error:

 

The value returned from function init() is not of type reactor.query.object.

If the component name is specified as a return type, 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 C:\Inetpub\wwwroot\Reactor\query\query.cfc: line 13
Called from C:\Inetpub\wwwroot\Reactor\base\abstractGateway.cfc: line 69
Called from C:\Inetpub\wwwroot\Reactor\project\Cornfeed\Gateway\ClientUsersGateway.cfc: line 33
Called from C:\Inetpub\wwwroot\Reactor\project\Cornfeed\Dao\ClientUsersDao.cfc: line 203
Called from C:\Inetpub\wwwroot\Reactor\base\abstractRecord.cfc: line 63
Called from D:\Site Dev\cornfeed\controller\UserController.cfc: line 25
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfc: line 482
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfc: line 332
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfc: line 304
Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfm: line 64
Called from D:\Site Dev\cornfeed\index.cfm: line 27

 

 

Any ideas what this means? The line in the UserController.cfc looks like:

<cfset SessionFacade.setValue("ClientObject", ClientRecord.load(clientID=0))>

 

It seems to be bombing out while doing the load().

 

Cedric


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to