Hi.
In the latest spectrasource code there is code like the following in
cfa_refreshsectionmodel.cfm

<CFLOCK SCOPE="Server" TYPE="Exclusive" TIMEOUT=999>
        <CFIF IsDefined("Server.SiteModelRefresh") AND
Server.SiteModelRefresh>
                        <CFEXIT>
        </CFIF>
        <CFSET RunRefresh = 1>
        <CFSET Server.SiteModelRefresh = 1>
</CFLOCK>

This causes all kinds of weird errors when an application is initialized
by two or more people at the sime time when the CF server is restarted. 

In particular, the following error will occur

An error occurred while evaluating the expression: 
 bPageStructKeyExists = structKeyExists(
server.cfa.siteModel[siteModelServerScope].pages, rootElementID )

Error near line 113, column 9.
--------------------------------------------------------------------------------

The member "PAGES" in dimension 1 of object "server.cfa.siteModel" cannot
be found. Please, modify the member name. 

The error occurred while processing an element with a general identifier
of (CFSET), occupying document position (113:3) to (113:115).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to