I keep seeing an error showing up in the Altiris Log Viewer that reads:
Unhandled exception in Support Service Service Restarter for service 'AeXIRMSvc'.
System.InvalidOperationException (System.ServiceProcess): Cannot start service AeXIRMSvc on computer '.'.
at System.ServiceProcess.ServiceController.Start(String[] args)
at Altiris.NS.ServiceSupport.ServiceController.StartService(String serviceName, Boolean waitUntilStarted, TimeSpan timeout, Boolean restartDependencies)
at Altiris.NS.SupportServices.ServiceMonitor.RestartServiceProc(Object serviceRestartData)
System.ComponentModel.Win32Exception (): The service did not respond to the start or control request in a timely fashion
Exception logged from:
at Altiris.Diagnostics.Logging.EventLog.ReportException(Int32 severity, String strMessage, String category, Exception exception, String footer)
at Altiris.NS.Logging.EventLog.ReportException(Int32 severity, String strMessage, String category, Exception exception)
at Altiris.NS.SupportServices.ServiceMonitor.RestartServiceProc(Object serviceRestartData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
Has anybody seen this error before? I've tried restarting the service manually with no luck.