Hi Guys,
I have a strange problem and tried several thing and can’t solve this issue.
Situation is like this:
3 Virtual servers with Microsoft Windows Server 2008 R2 x64
Controller Server (new install) Server1
- IIS 7.5
- Microsoft Web Deploy 2.0
- Microsoft Web Platform Installer 3.0
- Microsoft Web Farm Framework 2.2
Adding the primary server (Server2) with existing web sites is no problem, when I try to add the Secondary server (Server3) I’m getting the follwing errors
Failed to run operation 'RunRemote'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server 'SERVER3'. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Failed to run operation 'ProvisionApplications'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server 'SERVER3'. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Failed to run operation 'Repair'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server 'SERVER3'. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Failed to run operation 'AutoRepair'. Failed to run method 'Microsoft.Web.Farm.SyncApplicationsRemoteMethod' on server 'SERVER3'. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Exception in response stream. Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Server marked 'Unhealthy' due to failure to run operation 'AutoRepair'
Failed to auto repair. Attempted 10 of 10 time(s).
When I add SERVER3 first as the primary server I get the same errors on SERVER2
I tried,
- creating a new farm on SERVER1, same problem.
- I installed 2 new web server with no sites on them (SERVER4 en SERVER5) and added them to the farm. Got the same errors so I assumed there is something wrong with the controller server.
- I installed the Web Frame Work on SERVER4 and added SERVER2 as the primary and SERVER5 as secondary, again same problem.
Hope someone can help me out, it's driving me crazy.