G'day,
I'm just testing an installation I did last week. The web site isn't working, so I reviewed services and the event log to try and determine the problem. I think there is a permissions problem with the service log, when you run the service under a non Administration AD service account. I'm a little stuck at what's wrong. I notice that there doesn't seem to be an agent entry in services either.
Event Log Entry.
Service cannot be started. System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.
at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate)
at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate)
at System.Diagnostics.EventLog.SourceExists(String source)
at Continua.Shared.Logging.WindowsEventLogLogger.RegisterEventSource(String sourceName)
at Continua.Shared.Extensions.IEnumerableExtensions.Each[T](IEnumerable`1 items, Action`1 action)
at Continua.ApplicationSetup.SetUpLoggers()
at Continua.ServerApplicationSetup.Create()
at Continua.Service.Common.ApplicationServiceBase.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
The Zone of the assembly that failed was:
MyComputer
If I look at Contrinua.Server.Service.exe.config I find the following line for logging.
I think there might be a permissions issue, with the account I have not allowing files written to the root of C:\ drive.