It looks very much like a memory-variable-locking error. As Bryan says you should check the ColdFusion logs in particular Application and Server, do a search for the word "thread" or "threading" and investigate any .cfm files identified as creating either of those words to occur in that log. Any creation (writing) or reading of Application, Session or Server variables needs to be locked. Hope this helps.
Mike Brunt Sempra Energy 213.244.5226 "When computing, whatever happens, behave as though you meant it to happen." -----Original Message----- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 10:11 AM To: CF-Talk Subject: RE: What might be causing this cfserver error message? check the server log. It's available through the CFAdmin or you can just go into the logs folder and open it. +-----------------------------------------------+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecomunication Systems [EMAIL PROTECTED] +-----------------------------------------------+ "...'If there must be trouble, let it be in my day, that my child may have peace'..." - Thomas Paine, The American Crisis -----Original Message----- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 8:32 AM To: CF-Talk Subject: What might be causing this cfserver error message? Does anyone what usually causes this error message? It seems to be happening several times a week lately. Error Diagnostic Information unknown exception condition unknown error while executing a tag. Date/Time: 12/13/01 10:11:10 Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0) Remote Address: HTTP Referrer: Thanks, Dave ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

