We have 3 new instances (all Windows 2008 R2 Datacenter) running on EC2, one to run as a controller for the web farm, and the other two as web servers (all running IIS 7.5).
Installed WFF via Web Platform Installer, we've got the controller provisioning the primary server just fine, but when we add the secondary server we get the following errors:
- Deleting filePath (C:\inetpub\temp\appPools\APC3226.tmp).
- An error was encountered when processing operation 'Delete File' on 'APC3226.tmp'.
Retrying operation 'Delete' on object filePath (C:\inetpub\temp\appPools\APC3226.tmp). Attempt 1 of 5. - Failed to run operation 'RunRemote'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server...
- Failed to run operation 'ProvisionApplications'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server...
- Failed to run operation 'Repair'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server...
- Failed to run operation 'AutoRepair'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server...
- Server marked 'Unhealthy' due to failure to run operation 'AutoRepair'
I've tried creating new instances of the controller, primary and secondary server but it makes no difference - I get the same sequence of errors.
Seems like a similar issue posted here: Issue provisioning IIS 7.5 server using Web Farm Framework 2 but as yet I can't find a resolution. Has anyone else encountered this?