Re: Random Error Occurred on Line -1 CF Errors

2010-01-20 Thread Gerald Guido
Looks like an array is missing a value. I have seen the -1 error before and most of the time (in my case) it has to do with an array missing a value. These point to an array issue too: java.lang.IndexOutOfBoundsException : Index: 2, Size: 2 java.util.ArrayList.RangeCheck(ArrayList.java:547)

Re: Random Error Occurred on Line -1 CF Errors

2010-01-20 Thread Kyle McLean
Gerald: Thanks for your help! Do you know of any way that this missing array value can be triggered via CF code? Based on the debug output it looks like this is an array issue thrown from deep down in the bowels of ColdFusion through Java. I haven't been able to replicate it using some

Re: Random Error Occurred on Line -1 CF Errors

2010-01-20 Thread Gerald Guido
Unfortunately I know exactly what you are talking about. You aren't using Rob Gonda's sql.cfc by chance? http://sqlcfc.riaforge.org/ That is where we ran into it. It was truly a phantom bug as in we could *never* replicate it. It happened randomly and if you refreshed the page after you got the

RE: The error occurred on line -1

2008-08-21 Thread Jenny Gavin-Wear
You're right Brad, and it's pretty strange. I even tried search with: +-1 But Google still ignores the - -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: 09 July 2008 23:58 To: CF-Talk Subject: RE: The error occurred on line -1 I sure hope it fixes your problem

Re: The error occurred on line -1

2008-07-10 Thread David Critchley
I sure hope it fixes your problem. If not, you'll have problems Googling for that error number. :) http://www.codersrevolution.com/index.cfm/2008/7/9/The-Side-of-the-Net-G oogle-wont-show-you ~Brad We are upgrading to 8.0.1 now. Hopefully this addresses the problem, Our problem is the

RE: The error occurred on line -1

2008-07-10 Thread Brad Wood
, install SeeFusion or Fusion-Reactor. ~Brad -Original Message- From: David Critchley [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 4:59 PM To: CF-Talk Subject: Re: The error occurred on line -1 I sure hope it fixes your problem. If not, you'll have problems Googling

Re: The error occurred on line -1

2008-07-09 Thread Brian Kotek
Well before you do anything else I would upgrade to 8.01 along with the latest hotfixes. You might as well be sure that it isn't something that has been fixed before you spend more time on it. On Wed, Jul 9, 2008 at 5:36 PM, David Critchley [EMAIL PROTECTED] wrote: Index: 2, Size: 2 null The

Re: The error occurred on line -1

2008-07-09 Thread David Critchley
Well before you do anything else I would upgrade to 8.01 along with the latest hotfixes. You might as well be sure that it isn't something that has been fixed before you spend more time on it. We are upgrading to 8.0.1 now. Hopefully this addresses the problem, if not I will post back here

RE: The error occurred on line -1

2008-07-09 Thread Brad Wood
I sure hope it fixes your problem. If not, you'll have problems Googling for that error number. :) http://www.codersrevolution.com/index.cfm/2008/7/9/The-Side-of-the-Net-G oogle-wont-show-you ~Brad -Original Message- From: David Critchley [mailto:[EMAIL PROTECTED] We are upgrading

Re: The error occurred on line -1

2008-07-09 Thread James Holmes
There are plenty of post 8.01 hotfixes: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402604 On Thu, Jul 10, 2008 at 6:55 AM, David Critchley [EMAIL PROTECTED] wrote: We are upgrading to 8.0.1 now. Hopefully this addresses the problem, if not I will post back here again. I