RE: Null null error ARGHHH!

2004-09-14 Thread Mark W. Breneman
Same here, I get the Null Null error randomly on one of the 40 small sites
we host on one sever. From what I can tell it *maybe* related to a bad
session var.A user will get the error on the first page and what ever page
they try to go to whey will still get the error. I have only experienced the
error personally myself once last year.

 
On another server and a much larger site I was using client vars and had the
same Null Null problem.I switched over to session vars and the null null
problem went way on that server. I also rewrote much of the code on the site
in a major site update so I can not say for 100% sure it was the client
vars.

 
Anyone else have any ideas? 

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com http://www.vividmedia.com/ 
608.270.9770

_

From: Dave Phillips [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 10:53 AM
To: CF-Talk
Subject: Null null error ARGHHH!

Hi folks,

I'm running CF MX 6.1 (with updater 3 installed) and every now and then, my
users are getting the following error:

null null brThe error occurred on line 64. 

The line number can be different.The file can be different.It's not
consistent.In this case, the line number was the following:

CFIF URL.SaveComplete OR URL.Questions 

Both URL.Savecomplete and URL.Questions are set up with default parameters
of 0.

These errors do NOT show up in the error logs.The only way I see them is
because I have a custom error handling program that sends me a dump of all
variables when an error occurs on the site.In this case, the
URL.SaveComplete had a value of 5 and URL.Questions had a value of 0.

There is no reason why this line of code should have errored out, nor is
there any reason given (null null).

Any ideas or anyone else who has experienced this AND gotten it resolved?

FYI this was happening beofre updater 3 as well.

Sincerely,

Dave Phillips 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Null null error ARGHHH!

2004-09-14 Thread Dave Phillips
FYI - I'm only using session vars, not client vars.Below is a partial dump
of the session var for when one of these errors occurred:

 
cfid	 349252 	
cftoken	 68847985 	
contactid	 0 	
firstname	 [empty string] 	
sessionid	 PLP_349252_68847985 	
sitename	 [empty string] 	
sitevisitedid	 0 	
urltoken	 CFID=349252CFTOKEN=68847985	

 
The custom session vars I'm using aren't filled in at but they should be.

 
Dave

_

From: Mark W. Breneman [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 11:18 AM
To: CF-Talk
Subject: RE: Null null error ARGHHH!

Same here, I get the Null Null error randomly on one of the 40 small sites
we host on one sever. From what I can tell it *maybe* related to a bad
session var.A user will get the error on the first page and what ever page
they try to go to whey will still get the error. I have only experienced the
error personally myself once last year.

On another server and a much larger site I was using client vars and had the
same Null Null problem.I switched over to session vars and the null null
problem went way on that server. I also rewrote much of the code on the site
in a major site update so I can not say for 100% sure it was the client
vars.

Anyone else have any ideas? 

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com http://www.vividmedia.com/ 
608.270.9770

_

From: Dave Phillips [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 10:53 AM
To: CF-Talk
Subject: Null null error ARGHHH!

Hi folks,

I'm running CF MX 6.1 (with updater 3 installed) and every now and then, my
users are getting the following error:

null null brThe error occurred on line 64. 

The line number can be different.The file can be different.It's not
consistent.In this case, the line number was the following:

CFIF URL.SaveComplete OR URL.Questions 

Both URL.Savecomplete and URL.Questions are set up with default parameters
of 0.

These errors do NOT show up in the error logs.The only way I see them is
because I have a custom error handling program that sends me a dump of all
variables when an error occurs on the site.In this case, the
URL.SaveComplete had a value of 5 and URL.Questions had a value of 0.

There is no reason why this line of code should have errored out, nor is
there any reason given (null null).

Any ideas or anyone else who has experienced this AND gotten it resolved?

FYI this was happening beofre updater 3 as well.

Sincerely,

Dave Phillips 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Null null error ARGHHH!

2004-09-14 Thread Barney Boisvert
I've only every seen this when using an invalid date, usually with
dateAdd().I've also seen CFCHART error with the same message when
using dates as the labels on one of the axes the first time any chart
is requested after a reboot.

cheers,
barneyb

On Tue, 14 Sep 2004 11:18:04 -0500, Mark W. Breneman
[EMAIL PROTECTED] wrote:
 Same here, I get the Null Null error randomly on one of the 40 small sites
 we host on one sever. From what I can tell it *maybe* related to a bad
 session var.A user will get the error on the first page and what ever page
 they try to go to whey will still get the error. I have only experienced the
 error personally myself once last year.
 
 On another server and a much larger site I was using client vars and had the
 same Null Null problem.I switched over to session vars and the null null
 problem went way on that server. I also rewrote much of the code on the site
 in a major site update so I can not say for 100% sure it was the client
 vars.
 
 Anyone else have any ideas?
 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Null null error ARGHHH!

2004-09-14 Thread Alisa Thomson
I am getting the same error except mine is pointing to a CFQUERY.I am running CFMX 6.1 Updater 3 on Solaris with Sybase 12.5 and jConnect 5.5.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Null null error ARGHHH!

2004-09-14 Thread Al Everett
See: http://www.talkingtree.com/blog/index.cfm?data="">

--- Alisa Thomson [EMAIL PROTECTED] wrote:

 I am getting the same error except mine is pointing to a CFQUERY.I am
 running CFMX 6.1 Updater 3 on Solaris with Sybase 12.5 and jConnect
 5.5.
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Null null error ARGHHH!

2004-09-14 Thread Mark W. Breneman
Just to update the list.Looks like there are two bugs that MM has
confirmed that will cause a Null Null error. (per
http://www.talkingtree.com/blog/index.cfm?data="">

Bug numbers 51579 and 45343.

ColdFusion MX 6.1 Updater may contain one fixfor the (45343) NULL NULL
error.

Bug 45343: The cfapplication tag generated exceptions if the browser sent
an incomplete CFID/CFTOKEN pair. 

This description seems to describe what I am seeing. Guess it is time to
install the ColdFusion MX 6.1 Updater.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com http://www.vividmedia.com/ 
608.270.9770



From: Al Everett [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 12:38 PM
To: CF-Talk
Subject: Re: Null null error ARGHHH!

See: http://www.talkingtree.com/blog/index.cfm?data="">

--- Alisa Thomson [EMAIL PROTECTED] wrote:

 I am getting the same error except mine is pointing to a CFQUERY.I am
 running CFMX 6.1 Updater 3 on Solaris with Sybase 12.5 and jConnect
 5.5.
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]