Hi,
I'm installing SfB Server 2015 standard server in single forest and single domain environment.
After installation process I get error when statring service , the Front end service - Rtcsrv won't start. Also the Windows Fabric service fails.
I'm using using self signed certificates at this point signed by the local windows authority server. Importing the sertificate was successful without errors.
I've also checked that all rights should be ok and I've also ran the Reset-CsPoolRegistrarState command with -ResetType FullReset, no help.
Also I've reinstalled Fabric host service also no help.
I've also done the whole installation process twice and had the same result.
Here are event viewer errors I've got:
--
The Skype for Business Server Front-End service terminated with the following service-specific error:
%%3286773805
The Skype for Business Server Front-End service terminated unexpectedly
error code -1008193491
The Windows Fabric Host Service service terminated unexpectedly
Faulting application name: FabricHost.exe, version: 3.0.8549.9492, time stamp: 0x550aaac2
Faulting module name: FabricHost.exe, version: 3.0.8549.9492, time stamp: 0x550aaac2
Exception code: 0xc0000602
Failed starting a worker process.
Process: 'C:\Program Files\Skype for Business Server 2015\Server\Core\RtcHost.exe' Exit Code: 0xC3E8302D(SIPPROXY_E_WORKER_PROCESS_SLOW_INITIALIZING).
Cause: This could happen due to low resource conditions or insufficient privileges.
An exception caused the process to stop.
Exception Details. System.ApplicationException: Failed to start Fabric Pool Manager. ---> System.ApplicationException: Failed to stop Fabric Pool Manager
at Microsoft.Rtc.Server.FabricConfigurator.StopRuntime(Boolean waitForStop)
at Microsoft.Rtc.Server.FabricConfigurator.PreStartDetectAndHandleRandomTopologyChanges()
at Microsoft.Rtc.Server.FabricConfigurator.GenerateInitialConfiguration()
at Microsoft.Rtc.AppDomainHost.Launcher.BootstrapFabric(String roleName)
at Microsoft.Rtc.AppDomainHost.Launcher.Initialize(String[] args)
--- End of inner exception stack trace ---
at Microsoft.Rtc.AppDomainHost.Launcher.Initialize(String[] args)
at Microsoft.Rtc.AppDomainHost.Launcher.Main(String[] args)
Cause: Check the eventlog description.
Resolution:
Examine prior event log entries to find and resolve the problem. If the problem persists contact product support.
Service start requested "Skype for Business Server Front-End (RTCSRV)". 1.2.2016 12:12:36
+ Waiting for service operation to complete. 1.2.2016 12:12:36
+ ServiceStartFailed: Failed to start service. 1.2.2016 12:17:17 Error
+ Error: Service RTCSRV entered into an unexpected state while waiting. Expected State: Running. Actual State:Stopped.
? Details
+ Type: InvalidOperationException
+ ? Stack Trace
+ at Microsoft.Rtc.Management.Deployment.Core.NTService.WaitForStatus(ServiceControllerStatus expectedStatus, ServiceControllerStatus unexpectedStatus, TimeSpan TotalWaitTime)
at Microsoft.Rtc.Management.Deployment.Core.NTService.Start(Boolean wait)
1.2.2016 12:17:17 Error
+ ServiceStartFailed: Service RTCSRV failed to start. Check to make sure the service is not disabled. Failure to start could also be because this front end was previously failed over(using computer fail over), in which
case please invoke fail back(using computer failback). Consult event logs for further details. 1.2.2016 12:17:17
+ ServiceStartFailedResolution: If starting the service failed because of a timeout, wait to see if the service eventually starts. Check eventlog for errors. Re-run the cmdlet or start the service manually.
--