We just had a nasty crash. We got this error:
An error occurred while evaluating the expression:
application.errorAdmin = "[EMAIL PROTECTED]"
Error near line 9, column 8.
Symbol application.errorAdmin is in a scope that contains data shared
across threads and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of
(CFSET), occupying document position (9:2) to (9:57) in the template file
/www/htdocs/Application.cfm.
So we instituted locks around the variables in the Application.cfm file.
But we got the same error message. One of our guys determined that if we
took out the session variables from the application variable lock, we
didn't get the error message. We weren't even using those session variables
anymore, so I deleted them and now the problem is gone.
The server in question is running 4.5.1 for Solaris (and had already been
live load tested without a problem). Has it always been a problem locking
application and session variables in the same lock or is this new to 4.5?
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.