Just to be sure - you are saying you get the issue when the server is being STARTED, and not refreshed? If so, I kind of see where this can happen.
======================================================================= Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Michiel Boland [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 17, 2001 6:33 AM > To: Spectra-Talk > Subject: bug in sitemodel refresh code > > > 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 ) > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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.
