Aaaaaah. I think I know what's going on!! Go under you CF install directory and delete your cfclass files. (Be sure trusted cache is off.)
I ran into this earlier today too. Doug -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Byron Raines Sent: Wednesday, October 11, 2006 9:43 PM To: [email protected] Subject: Re: [Reactor for CF] Syntax error at token 0, line 0 offset 0 Doug, Have an update. I went back to my previous revision (not sure what number). Everything was ok. Now I upgraded to revision 387. I deleted the project directory, restarted CF service, and cleared browser cache. I run the original code sorting by Lastname and get the following as before. *Exceptions* 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. 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. 20:48:41.041 - Application Exception - in D:\Inetpub\wwwroot\Reactor\core\objectFactory.cfc : line 87 Could not find the ColdFusion Component reactor.project.Leave06.Metadata.tblLeaveUserMetadata. 20:48:42.042 - Application Exception - in D:\Inetpub\wwwroot\Reactor\core\objectFactory.cfc : line 87 Could not find the ColdFusion Component reactor.project.Leave06.Gateway.tblLeaveRecordInfoGateway. 20:48:42.042 - Application Exception - in D:\Inetpub\wwwroot\Reactor\core\objectFactory.cfc : line 87 Could not find the ColdFusion Component reactor.project.Leave06.Metadata.tblLeaveRecordInfoMetadata. 20:48:44.044 - Database Exception - in D:\Inetpub\wwwroot\Reactor\base\abstractGateway.cfc : line 92 Error Executing Database Query. 20:48:44.044 - Database Exception - in D:\Inetpub\wwwroot\Reactor\base\abstractGateway.cfc : line 92 Error Executing Database Query. Then I refresh. I still get the offset error, but not the Application Exceptions. Still get the Database Exception. What I am seeing currently, is that it does not matter what I am trying to sort by, the same thing happens. After going through about 3 or 4 different tries with different variables, it finally works. But if I clear everything out and start over, same thing happens again. I wonder if it has something to do with the gateway or getAll method. Byron Doug Hughes wrote: > Well, I wouldn't either! > > Doug > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Sean Corfield > Sent: Wednesday, October 11, 2006 5:29 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: > >> 15:10:26.026 - MissingInclude Exception - in >> D:\Inetpub\wwwroot\fusebox5\fusebox5.cfm : line 113 >> >> Could not find the included template >> > ../Leave06/fusebox.appinit.cfm. > > fusebox.appinit.cfm is an optional file - FB5 simply attempts to > include it and ignores the exception (so you can ignore it too). > > >> 15:10:26.026 - java.lang.NullPointerException - in >> D:\Inetpub\wwwroot\Reactor\core\objectFactory.cfc : line 87 >> > > These I would be more worried about... It's coming from the > createObject() call in this piece of code: > > <cftry> > <!--- create an instance of > the object and check its signature ---> > <cfset GeneratedObject = > CreateObject("Component", > getObjectName(arguments.type, arguments.alias, arguments.plugin)) /> > <cfcatch> > <cfset generate = > true /> > </cfcatch> > </cftry> > > I would not expect an NPE from that in normal operation... Doug? > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 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/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
