Is anyone else seeing this issue where your Veeam services do not start on the first try, particularly the Veeam Backup Service?
If we keep trying to start the services they eventually start after 20-30 minutes.
I'm seeing two .NET runtime errors and then a Veeam service start error in the Windows application log.
There are no Veeam logs generated until the service starts only this Dotxxxx.tmp file present in the Veeam logs folder.
This happens on multiple backup servers with different operating systems and patch levels. AV exclusions in place. The only common denominator is Veeam installed.
Also happens on servers just running a few Veeam services like the Veeam PowerShell Management Service.
Code: Select all
Category: Veeam.Backup.Service
EventId: 0
Failed to wait for Identity service process to be initialized: timed out
Category: Veeam.Backup.Service
EventId: 0
at Veeam.Backup.ServiceLib.CIdentityServiceProcess.TryToWaitForServiceInitializedEvent(GlobalEvent initializedEvent, IManagedExecProcess process)
at Veeam.Backup.ServiceLib.CIdentityServiceProcess.StartServiceProcessAndWaitForInitializationEvent()
at Veeam.Backup.ServiceLib.CIdentityServiceProcess.StartServiceProcessIfIsNotRunning()
at Veeam.Backup.ServiceLib.CIdentityService.Start()
at Veeam.Backup.ServiceLib.CVbServiceImpl..ctor(CVbEnvironment env, IServiceShutdownLifetime shutdownLifetime, CancellationToken term)
at Veeam.Backup.Service.CVbrStartup.OnStart()
Service cannot be started. System.Exception: Failed to wait for Identity service process to be initialized: timed out
at Veeam.Backup.ServiceLib.CIdentityServiceProcess.TryToWaitForServiceInitializedEvent(GlobalEvent initializedEvent, IManagedExecProcess process)
at Veeam.Backup.ServiceLib.CIdentityServiceProcess.StartServiceProcessAndWaitForInitializationEvent()
at Veeam.Backup.ServiceLib.CIdentityServiceProcess.StartServiceProcessIfIsNotRunning()
at Veeam.Backup.ServiceLib.CIdentityService.Start()
at Veeam.Backup.ServiceLib.CVbServiceImpl..ctor(CVbEnvironment env, IServiceShutdownLifetime shutdownLifetime, CancellationToken term)
at Veeam.Backup.Service.CVbrStartup.OnStart()
at Veeam.Backup.Core.Service.CWindowsServiceLifetime.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)