That sounds a lot like a cache is holding the older version of your 
Application.cfm. Are there caching proxies between you and your server?

We use:
  <!--- disable proxy cache, allow browser cache --->
  <cfheader name="cache-control" value="private">

If client variables are reported as not enabled, that definitely is the 
cfapplication tag in Application.cfm

Chris Norloff

---------- Original Message ----------------------------------
From: Umer Farooq <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Wed, 08 Dec 2004 11:29:17 -0500

>Errr..
>
>this is still driving me crazy. It has gotten worse..
>now I don't even get the full error message.. just.. the following
>
>Error
>java.lang.NullPointerException
>
>And now seeing.. messages.. saying client variables need to be enabled.. 
>on each request.. but they are enabled.. to fix it.. I have to refresh 
>the modification time on Application.cfm and the problem goes away..
>
>
>any suggestions..
>
>
>
>Martin Parry wrote:
>> Based on the stack trace I would certainly start with disabling "global
>> updates" in the client variables settings.
>> 
>> This has caused me quite a few problems with SQL server before as it
>> chomps up disk space by filling the log file at an alarming rate.
>> 
>> Hope it works.
>> 
>> Martin Parry
>> Macromedia Certified Developer
>> http://www.BeetrootStreet.co.uk
>> 
>> -----Original Message-----
>> From: Umer Farooq [mailto:[EMAIL PROTECTED] 
>> Sent: 29 November 2004 20:32
>> To: CF-Talk
>> Subject: CFMX 6.1 - java.lang.NullPointerException
>> 
>> Hi,
>> 
>>     If any one could help on this.. it is much appreciated..
>> 
>>     We are seeing this error happen.. about every four hours.. and then 
>> we have to restart CFMX.
>> 
>>     Redhat AS 2.1
>>     Apache 2.0.50
>>     CFMX 6.1 (83762)
>> 
>> 
>> java.lang.NullPointerException
>>          at coldfusion.runtime.Cast._double(Cast.java:510)
>>          at coldfusion.runtime.Cast._int(Cast.java:322)
>>          at 
>> coldfusion.runtime.ClientScope.UpdateGlobals(ClientScope.java:112)
>> 
>> 
>> 
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186801
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to