Hey everyone, thanks in advance for any help you can provide.
I've been having this issue for a while but it hasn't mattered much so I let it slide. Now, I want to be able to access my settings but I can't. Every time I click on the settings tab, in the WHS Console, I get a pop-up window that is blank (more accurately, it is a still image of whatever is currently filling that space). After a number of seconds, the whole app closes. From reading other posts, I checked the logs....and there are lots of errors...but I have no clue what they mean. Below is the text from the log where I opened the console most recently. Any insight? Thanks!
~Ron
Created at 6/25/2013 12:27:18 AM
***** Started at 6/25/2013 12:27:18 AM ***
***** Started at 6/25/2013 12:27:18 AM ***
[1]130625.002719.1406: BackupConfig: Error: Disconnected Backup Config
[1]130625.002719.1406: BackupConfig: Error: Disconnected Backup Config
[1]130625.002719.1406: Error: Client e1234a8e-30ec-4e22-8fcd-470ad15ea24c not found by BackupHelpers.FindClient
[1]130625.002719.1406: Error: Client Microsoft.HomeServer.HomeServerConsoleTab.Health.ClientNotFoundException: e1234a8e-30ec-4e22-8fcd-470ad15ea24c
at Microsoft.HomeServer.HomeServerConsoleTab.Health.BackupHelpers.FindClient(ConfigurationRoot configurator, Guid pcGuid)
at Microsoft.HomeServer.HomeServerConsoleTab.Health.BackupHelpers.FindClientNoThrow(ConfigurationRoot configurator, Guid pcGuid) not found by BackupHelpers.FindClient
[1]130625.002719.1562: Error: Client 134344a5-65f4-4da4-894d-6bf794ba6e0e not found by BackupHelpers.FindClient
[1]130625.002719.1562: Error: Client Microsoft.HomeServer.HomeServerConsoleTab.Health.ClientNotFoundException: 134344a5-65f4-4da4-894d-6bf794ba6e0e
at Microsoft.HomeServer.HomeServerConsoleTab.Health.BackupHelpers.FindClient(ConfigurationRoot configurator, Guid pcGuid)
at Microsoft.HomeServer.HomeServerConsoleTab.Health.BackupHelpers.FindClientNoThrow(ConfigurationRoot configurator, Guid pcGuid) not found by BackupHelpers.FindClient
[1]130625.002719.1875: BackupConfig: Error: Disconnected Backup Config
[1]130625.002719.5312: Error: Error -2147023728 in SendMessage
[8]130625.002719.5781: Error: Backup percentage is -2147483648
[8]130625.002719.5781: Error: Cannot invoke RefreshData for HealthControl
[5]130625.002719.5937: Error: Cannot invoke RefreshData for HealthControl
[5]130625.002719.5937: Error: Cannot invoke RefreshData for HealthControl
[7]130625.002722.5937: Error: Backup percentage is -2147483648
[7]130625.002722.5937: Error: Cannot invoke RefreshData for HealthControl
[1]130625.002724.6718: Error: Cannot invoke RefreshData for HealthControl
[1]130625.002724.6718: Error: Error -2147023728 in SendMessage
[8]130625.002729.5781: Error: Backup percentage is -2147483648
[1]130625.002735.4218: Error: Error -2147023728 in SendMessage
[1]130625.002735.4843: Error: Exception thrown
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid. Check InnerException for exception details. ---> System.Runtime.InteropServices.COMException: There are no more endpoints available from the endpoint mapper. (Exception from HRESULT: 0x800706D9) (ErrorCode: -2147023143)
at Windows.HomeServer.Common.FirewallHelper.Native.INetFwPolicy.get_CurrentProfile() in WHSCommon.dll
at Microsoft.HomeServer.ServerTroubleShooter.FirewallHelper2.IsEnabled() in HomeServerConsoleTab.Toolkit.dll
at Microsoft.HomeServer.ServerTroubleShooter.RDPStatus.CheckFirewallSettings() in HomeServerConsoleTab.Toolkit.dll
at Microsoft.HomeServer.HomeServerConsoleTab.Toolkit.CompanionControl.refreshConnectivity(Object sender, DoWorkEventArgs e) in HomeServerConsoleTab.Toolkit.dll
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) in System.dll
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) in System.dll
--- End of inner exception stack trace ---
at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() in System.dll
at System.ComponentModel.RunWorkerCompletedEventArgs.get_Result() in System.dll
at Microsoft.HomeServer.HomeServerConsoleTab.Toolkit.CompanionControl.endRefreshConnectivity(Object sender, RunWorkerCompletedEventArgs e) in HomeServerConsoleTab.Toolkit.dll
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) in System.dll
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) in System.dll
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) in mscorlib.dll
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) in mscorlib.dll
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) in mscorlib.dll
at System.Delegate.DynamicInvokeImpl(Object[] args) in mscorlib.dll
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) in System.Windows.Forms.dll
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) in System.Windows.Forms.dll
at System.Threading.ExecutionContext.runTryCode(Object userData) in mscorlib.dll
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) in mscorlib.dll
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in mscorlib.dll
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) in mscorlib.dll
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) in System.Windows.Forms.dll
at System.Windows.Forms.Control.InvokeMarshaledCallbacks() in System.Windows.Forms.dll
at System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) in System.Windows.Forms.dll
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) in System.Windows.Forms.dll
at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) in System.Windows.Forms.dll
at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) in System.Windows.Forms.dll
at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) in System.Windows.Forms.dll
at System.Windows.Forms.Application.RunDialog(Form form) in System.Windows.Forms.dll
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) in System.Windows.Forms.dll
at System.Windows.Forms.Form.ShowDialog() in System.Windows.Forms.dll
at Microsoft.HomeServer.Controls.SettingsDialog.Init(Guid settingSelection) in HomeServerControls.dll
at Microsoft.HomeServer.Controls.SettingsDialog.Init() in HomeServerControls.dll
at Microsoft.HomeServer.HomeServerConsole.MainForm.settingsBtn_Click(Object sender, EventArgs e) in HomeServerConsole.exe
at System.Windows.Forms.Control.OnClick(EventArgs e) in System.Windows.Forms.dll
at System.Windows.Forms.Button.OnClick(EventArgs e) in System.Windows.Forms.dll
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) in System.Windows.Forms.dll
at Microsoft.HomeServer.Controls.QButton.OnMouseUp(MouseEventArgs ea) in HomeServerControls.dll
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) in System.Windows.Forms.dll
at System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.ButtonBase.WndProc(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.Button.WndProc(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message& m) in System.Windows.Forms.dll
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) in System.Windows.Forms.dll
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) in System.Windows.Forms.dll
at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) in System.Windows.Forms.dll
at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) in System.Windows.Forms.dll
at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) in System.Windows.Forms.dll
at System.Windows.Forms.Application.Run(Form mainForm) in System.Windows.Forms.dll
at Microsoft.HomeServer.HomeServerConsole.MainForm.Main(String[] args) in HomeServerConsole.exe
Sender: Name:HomeServerConsole.exe
There are no context policies.
[9]130625.002759.2500: Error: Backup percentage is -2147483648