I have Coldfusion 11 Standard running on Windows Server 2012 R2 with IIS.
I attempted to install update 8 via the CFadmin. It failed and the log shows this:
Failed to delete directory
Status: ERROR
Additional Notes: ERROR - Failed to delete directory:C:\ColdFusion11\cfusion/lib/httpclient-4.3.5.jar
ERROR - Unable to delete file: C:\ColdFusion11\cfusion\lib\httpclient-4.3.5.jar
Failed to delete directory
Status: ERROR
Additional Notes: ERROR - Failed to delete directory:C:\ColdFusion11\cfusion/lib/httpclient-cache-4.3.5.jar
ERROR - Unable to delete file: C:\ColdFusion11\cfusion\lib\httpclient-cache-4.3.5.jar
Failed to delete directory
Status: ERROR
Additional Notes: ERROR - Failed to delete directory:C:\ColdFusion11\cfusion/lib/httpcore-4.3.2.jar
ERROR - Unable to delete file: C:\ColdFusion11\cfusion\lib\httpcore-4.3.2.jar
Failed to delete directory
Status: ERROR
Additional Notes: ERROR - Failed to delete directory:C:\ColdFusion11\cfusion/lib/httpmime-4.3.5.jar
ERROR - Unable to delete file: C:\ColdFusion11\cfusion\lib\httpmime-4.3.5.jar
Failed to delete directory
Status: ERROR
Additional Notes: ERROR - Failed to delete directory:C:\ColdFusion11\cfusion/lib/commons-net-3.0.1.jar
ERROR - Unable to delete file: C:\ColdFusion11\cfusion\lib\commons-net-3.0.1.jar
Failed to delete directory
Status: ERROR
Additional Notes: ERROR - Failed to delete directory:C:\ColdFusion11\cfusion/lib/commons-collections-3.2.1.jar
ERROR - Unable to delete file: C:\ColdFusion11\cfusion\lib\commons-collections-3.2.1.jar
The Coldfusion windows service runs under a dedicated user (per the lockdown guide instructions). I checked all 6 of these files and that dedicated user has full control over all 6 of them. I ran the update twice with the same results. Previous updates (currently on update 7) have installed with no issues. What would be locking these files to keep Cf from being able to delete them? There was no AV or backups running and no one else was on the server at the time.
Thanks
BC