
Hi all
we are trying to deploy on premises Dynamics365 F&O
when trying to deploy the service fabric i got this result
Trace folder already exists. Traces will be written to existing trace folder: C:\MSSF\DeploymentTraces
Creating Service Fabric Cluster...
If it's taking too long, please check in Task Manager details and see if Fabric.exe for each node is running. If not, please
look at: 1. traces in DeploymentTraces directory and 2. traces in FabricLogRoot configured in ClusterConfig.json.
Trace folder already exists. Traces will be written to existing trace folder: C:\MSSF\DeploymentTraces
Running Best Practices Analyzer...
Best Practices Analyzer completed successfully.
Creating Service Fabric Cluster...
Processing and validating cluster config.
Configuring nodes.
Default installation directory chosen based on system drive of machine '192.168.8.134'.
Copying installer to all machines.
Configuring machine '192.168.8.134'.
Configuring machine '192.168.8.132'.
Configuring machine '192.168.8.131'.
Configuring machine '192.168.8.133'.
Machine 192.168.8.131 configured.
Machine 192.168.8.133 configured.
Machine 192.168.8.132 configured.
Machine 192.168.8.134 configured.
Running Fabric service installation.
Successfully started FabricInstallerSvc on machine 192.168.8.131
Successfully started FabricInstallerSvc on machine 192.168.8.134
Successfully started FabricInstallerSvc on machine 192.168.8.132
Successfully started FabricInstallerSvc on machine 192.168.8.133
Successfully started FabricHostSvc on machine 192.168.8.133
Successfully started FabricHostSvc on machine 192.168.8.132
Successfully started FabricHostSvc on machine 192.168.8.134
Timed out waiting for Installer Service to complete for machine 192.168.8.131. Investigation order: FabricInstallerService ->
FabricSetup -> FabricDeployer -> Fabric
CreateCluster Error: System.AggregateException: One or more errors occurred. ---> System.ServiceProcess.TimeoutException: Tim
ed out waiting for Installer Service to complete for machine 192.168.8.131. Investigation order: FabricInstallerService -> Fa
bricSetup -> FabricDeployer -> Fabric
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.StartAndValidateInstallerServiceCompletion(String m
achineName, ServiceController installerSvc, TimeSpan timeout)
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.StartAndWaitForInstallerService(String machineName,
Nullable`1 timeout)
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.<>c__DisplayClass19_0.<RunFabricServices>b__0(Strin
g m)
at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object <p0>)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallel
Options, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bo
dyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Ac
tion`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything,
Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.RunFabricServices(MachineHealthContainer machineHea
lthContainer, FabricPackageType fabricPackageType, TimeSpan timeout)
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.<CreateClusterAsyncInternal>d__1.MoveNext()
---> (Inner Exception #0) System.ServiceProcess.TimeoutException: Timed out waiting for Installer Service to complete for mac
hine 192.168.8.131. Investigation order: FabricInstallerService -> FabricSetup -> FabricDeployer -> Fabric
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.StartAndValidateInstallerServiceCompletion(String m
achineName, ServiceController installerSvc, TimeSpan timeout)
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.StartAndWaitForInstallerService(String machineName,
Nullable`1 timeout)
at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.<>c__DisplayClass19_0.<RunFabricServices>b__0(Strin
g m)
at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object <p0>)<---
also when the test script .\TestConfiguration.ps1 -ClusterConfigFilePath .\clusterConfig.json i got this result.
Hi,
There was discussion about similar issue community.dynamics.com/.../781999
Have you checked this?