After upgrade to CF9, making a change to a CFC blows up sandbox security and CF in general
Since we've upgraded from CF8 to CF9 (with Updater 1), any change to the CFCs we use in a common directory cause the following error to be thrown:
Security: The requested template has been denied access to C:\Jrun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfevents2ecfc1164220552.class.
The following is the internal exception message: access denied
(java.io.FilePermission C:\Jrun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfevents2ecfc1164220552.class read)
Coldfusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem.
... at this point any requests to any of our other CF sites (and sandboxes) on this server fail with an error similar to the above. I need to restart the CF service and all is well again. Also note my earlier thread http://forums.adobe.com/thread/663288 related to sandboxing issues in CF9.
I've manually rebuilt all the sandboxes one by one, hoping to eliminate this problem, but it still persists.