Hello,
I'm having trouble configuring WM on my machine. In a nutshell, it complains about the Fabric Data Collection Agent being disabled. Here's the full error message:
Starting
Validating input and configuration parameters.
Installing auto-generated certificate.
Granting 'Log on as Service' privilege to the run as account.
Windows Fabric configuration started.
Running Windows Fabric deployment.
Program C:\Program Files\Windows Fabric\bin\Fabric\Fabric.Code.1.0\FabricDeployer.exe exited with error: Windows Fabric deployment failed.DeploymentValidator: warning: The Fabric Data Collection Agent is disabled for this deployment.
None of the declared nodes is for the current machine.
And here's the log file:
[Verbose] [25-10-2012 09:29:36]: Validating input and configuration parameters.
[Progress] [25-10-2012 09:29:36]: Validating input and configuration parameters.
[Verbose] [25-10-2012 09:29:36]: Installing auto-generated certificate.
[Progress] [25-10-2012 09:29:36]: Installing auto-generated certificate.
[Verbose] [25-10-2012 09:29:46]: Granting 'Log on as Service' privilege to the run as account.
[Progress] [25-10-2012 09:29:46]: Granting 'Log on as Service' privilege to the run as account.
[Verbose] [25-10-2012 09:29:46]: Windows Fabric configuration started.
[Progress] [25-10-2012 09:29:46]: Windows Fabric configuration started.
[Verbose] [25-10-2012 09:29:48]: Windows Fabric cluster manifest generated.
[Verbose] [25-10-2012 09:29:48]: Running Windows Fabric deployment.
[Progress] [25-10-2012 09:29:48]: Running Windows Fabric deployment.
[Error] [25-10-2012 09:29:50]: System.Management.Automation.CmdletInvocationException: Program C:\Program Files\Windows Fabric\bin\Fabric\Fabric.Code.1.0\FabricDeployer.exe exited with error: Windows Fabric deployment failed.DeploymentValidator: warning: The
Fabric Data Collection Agent is disabled for this deployment.
None of the declared nodes is for the current machine.
---> System.InvalidOperationException: Program C:\Program Files\Windows Fabric\bin\Fabric\Fabric.Code.1.0\FabricDeployer.exe exited with error: Windows Fabric deployment failed.DeploymentValidator: warning: The Fabric Data Collection Agent is disabled
for this deployment.
None of the declared nodes is for the current machine.
at Microsoft.ServiceBus.Commands.Common.ProcessHelper.RunCommandInProcess(String exeName, String arguments, String errorString)
at Microsoft.ServiceBus.Commands.AddSBHost.ProcessRecordImplementation()
at Microsoft.ServiceBus.Commands.ServiceBusBaseCmdlet.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.PowerShell.EndInvoke(IAsyncResult asyncResult)
at Microsoft.Workflow.Deployment.ConfigWizard.CommandletHelper.InvokePowershell(Command command, Action`3 updateProgress)
at Microsoft.Workflow.Deployment.ConfigWizard.ProgressPageViewModel.AddSBNode(FarmCreationModel model, Boolean isFirstCommand)
I must say that all AppFabric services are running, even AppFabric Event Collection Service (don't know if it is the same, though).
Any ideas? Has anyone experienced this problem?
Cheers,
RP