Re: null null errors

2005-07-12 Thread Jeremy Meerwarth
OMG! I think I just found a solution for this (at least in my instance). Based on the information that this was being thrown by the tag, and that it probably had something to do with missing CFTOKEN information, I added the folloiwng line of code just above the tag: All this does

Re: null null errors

2005-06-20 Thread Deanna Schneider
The recompile trick did not work for me. *sigh* Well, still searching On 6/20/05, Jeremy Meerwarth <[EMAIL PROTECTED]> wrote: > Thanks for the tip, Doug. The error is being thrown from our application.cfm > page, and the errors point to the line that contains the tag. > Since this isn't h

Re: null null errors

2005-06-20 Thread Jeremy Meerwarth
Thanks for the tip, Doug. The error is being thrown from our application.cfm page, and the errors point to the line that contains the tag. Since this isn't happening with all visitors, it leads me to believe it has something to do with client variables, or cfid/cftoken. However, I haven't b

Re: null null errors

2005-06-17 Thread Deanna Schneider
Yah, I don't think that'll work. But, I'll try it anyway. :) On 6/17/05, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > we recently saw this error appearing on a scheduled task. I opened the cfm > file added a space and saved it to force a recompile and the error went > away. In short, the 'null nu

Re: null null errors

2005-06-17 Thread Douglas Knudsen
we recently saw this error appearing on a scheduled task. I opened the cfm file added a space and saved it to force a recompile and the error went away. In short, the 'null null' error is well, cryptic. you get null null because the cferror struct has no data in it. DK On 6/16/05, Deanna Schn

Re: null null errors

2005-06-16 Thread Deanna Schneider
Nope. I'm getting it on pages that use cfcontent to push docs. Yee ha. I used to get a different error (connection reset) when I had similar code in a cfc - and it was recommended tthat I not call cfcontent in a cfc. So, moved it to a customtag and the error changed to null null - but it still erro

RE: null null errors

2005-06-16 Thread Jeremy Meerwarth
Has anyone come up with a workable solution to this? The following article had some interesting info: http://www.petefreitag.com/item/163.cfm They said that increasing the max JVM heap from 512 to 640 fixed this, but after changing this (and restarting CF) I've seen no decrease in NULL NULL err

RE: null null errors

2003-08-20 Thread Bryan F. Hogan
why the errors returned from the site wide error template are differant than the ones on the normal error page. -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 10:08 AM To: CF-Talk Subject: RE: null null errors Can you be more

RE: null null errors

2003-08-20 Thread Mark W. Breneman
Null null ... joy. I too have tried to fight the null null problem. We found that updater 3 reduces the problems, but does not eliminate it. We still get about 5-12 users a month that get the null null error. There has been postings on this list the null null problem is related to client vars

RE: null null errors

2003-08-20 Thread Tyler Clendenin
I generraly get null null errors when there is a problem with my syntax. Missing >'s after cfif's do it a lot. It is basically the cf parser taking a plotz but it normally means you have a severe issue. I hear that the cfmx updater 3 helps reduce the number of these errors you get. Tyler Clenden

RE: null null errors

2003-08-20 Thread Stephenie Hamilton
Can you be more specific? Are you seeing this in a page or in a log file? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm -Origin