Hey,
everytime I touch the default Administrator role in VMM (like adding or removing someone) and hit the OK button the vmmservice.exe will crash.
Below is the report.txt from the last crash:
----------------------------------------------------
------------------- Error Report -------------------
----------------------------------------------------
Error report created 06.08.2014 09:25:37
CLR is not terminating
----------------------------------------------------
--------------- Bucketing Parameters ---------------
----------------------------------------------------
EventType=VMM20
P1(appName)=vmmservice.exe
P2(appVersion)=3.2.7634.0
P3(assemblyName)=unknown
P4(assemblyVer)=0.0.0.0
P5(methodName)=Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask.<>c__DisplayClass4.<PublishModifiedScopeObjects>b__0
P6(exceptionType)=System.NullReferenceException
P7(callstackHash)=2b4a
SCVMM Version=3.2.7634.0
SCVMM flavor=C-buddy-RTL-AMD64
Default Assembly Version=3.2.7634.0
Executable Name=vmmservice.exe
Executable Version=3.2.7510.0
Base Exception Target Site=140712582092192
Base Exception Assembly name=Engine.AuthorizationManagerTasks.dll
Base Exception Method Name=Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask+<>c__DisplayClass4.<PublishModifiedScopeObjects>b__0
Exception Message=Object reference not set to an instance of an object.
EIP=0x00007ffa358190c1
Build bit-size=64
----------------------------------------------------
------------ exceptionObject.ToString() ------------
----------------------------------------------------
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask.<>c__DisplayClass4.<PublishModifiedScopeObjects>b__0(LockableObject o)
at System.Collections.Generic.List`1.Find(Predicate`1 match)
at Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask.PublishModifiedScopeObjects(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
----------------------------------------------------
--------------- exception.StackTrace ---------------
----------------------------------------------------
at Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask.<>c__DisplayClass4.<PublishModifiedScopeObjects>b__0(LockableObject o)
at System.Collections.Generic.List`1.Find(Predicate`1 match)
at Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask.PublishModifiedScopeObjects(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
----------------------------------------------------
------------- StackTrace from handler --------------
----------------------------------------------------
This is the call stack from where the exception was caught, not where it was thrown.
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.WriteReportTextFile(TextWriter reportFile)
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.Send()
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonExceptionReport.Send()
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonCenter.ReportException(Exception e, WERReportOptions options, String& localReportPath)
at Microsoft.VirtualManager.Engine.VirtualManagerService.ReportUnhandledException(Exception unhandledException)
at Microsoft.VirtualManager.Engine.VirtualManagerService.CurrentDomain_UnhandledException(Object sender, UnhandledExceptionEventArgs e)
at Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask.<>c__DisplayClass4.<PublishModifiedScopeObjects>b__0(LockableObject o)
at System.Collections.Generic.List`1.Find(Predicate`1 match)
at Microsoft.VirtualManager.Engine.AuthorizationManager.SetUserRoleSubtask.PublishModifiedScopeObjects(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Any ideas?