Did a install on a Azure VM in IIS with standard license.
I get the following in the logs.
"Could not setup performance counters properly because of access permissions, perf counters will not be used."
I added the RavenApplicationPool to the group "Performance Log Users" and rebooted but the issue persists.
Any ideas how to fix?
System.Security.SecurityException: Requested registry access is not allowed.
at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)
at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
at System.Diagnostics.PerformanceCounterLib.CreateRegistryEntry(String categoryName, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection creationData, Boolean& iniRegistered)
at System.Diagnostics.PerformanceCounterLib.RegisterCategory(String categoryName, PerformanceCounterCategoryType categoryType, String categoryHelp, CounterCreationDataCollection creationData)
at System.Diagnostics.PerformanceCounterCategory.Create(String categoryName, String categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData)
at Raven.Database.Indexing.WorkContext.SetupPerformanceCounter(String name)
at Raven.Database.Indexing.WorkContext.Init(String name)
The Zone of the assembly that failed was:
MyComputer