Thanks Dave

Here is the scenario with our Client Scope variables

1. I added  an additional  field in CGlobal Table for Client Variables on SQL Server.
    CountID (This is just an Identity field that increments automatically)

2. I am not using CFMX to Purge the Data, rather i have a SQL Server Job
   running every hour to clear the data.
   e.g.
  delete from CGLOBAL where LVisit < dateAdd(hh, -2, getDate())
  and also clearing the CData Table

3. We have some other sites that run under the same domain..
   e.g.
   site 1. www.abc.com
   site 2. mx.abc.com

   Since they are all the same domains, the user can go site 1, get a cfID and cfToken
   and come to visit site 2. Now site 2 will Not issue another cfID and cfToken
   but will try to use the Existing BROWSER cfid and cfToken..

   This seems to create these records in the Client DB like

   2696:f5fea7511ae896db-CF05F70C-9CDF-54E1-67021398B69FAC78      
   2697:97884d334feb117a-CF064A7B-A65C-B085-9641B87C9CDD73AE
   2639:44849791

   The First 2 were Generated by the New ColdFusion MX J2EE Box, but the last
  one was generated from a CF 5.0 Box using a Completely different Client Database.

It seems like the above No 3 might be the problem, Or No 1/No 2?

I am using the cfID and cfToken for Browser Sessions only, i know you can specify a domain
but the domain is all the same.. Can you specify something like domain="mx.abc.com"?
and Re Generate cfID's and cfTokens?

Appreciate your help.

Thanks,
Joe Eugene

  ----- Original Message -----
  From: Dave Watts
  To: CF-Talk
  Sent: Thursday, February 19, 2004 3:00 PM
  Subject: RE: CFMX 6.1 Error (Cant Track the Error down)

  > I am getting the below in a New Application. I am unable to
  > find the error cause CFMX doesnt really report any clear
  > Errors and there are No Application Errors.
  >
  > ...
  >       2
  >      java.lang.NullPointerException
  >      
  >       3
  >      at
  > coldfusion.runtime.ClientScopeKey.hashCode(ClientScopeKey.java:29)
  >      
  >       4
  >      at java.util.Hashtable.get(Hashtable.java:333)
  >      
  >       5
  >      at
  > coldfusion.runtime.ClientScopeServiceImpl.GetClientScope(Clien
  > tScopeServiceImpl.java:168)

  It looks like it has something to do with your application's use of Client
  variables.

  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  phone: 202-797-5496
  fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to