Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 8.91 KB | None | 0 0
  1. Exception 1:  "The server could not be contacted."
  2. ------------------------------------------------------------------------------------------------------
  3.  
  4. Type: System.DirectoryServices.AccountManagement.PrincipalServerDownException  Source: System.DirectoryServices.AccountManagement
  5. TargetSite: Void ReadServerConfig(System.String, System.DirectoryServices.AccountManagement.ServerProperties ByRef)
  6. Stack Trace:
  7. System.DirectoryServices.AccountManagement.PrincipalContext.ReadServerConfig(String serverName, ServerProperties& properties)
  8. System.DirectoryServices.AccountManagement.PrincipalContext.DoServerVerifyAndPropRetrieval()
  9. System.DirectoryServices.AccountManagement.PrincipalContext..ctor(ContextType contextType, String name, String container, ContextOptions options, String userName, String password)
  10. System.DirectoryServices.AccountManagement.PrincipalContext..ctor(ContextType contextType, String name, String container, String userName, String password)
  11. at: NeoPLM.Neo.Core.Security.AuthenticationService.AuthenticateUser(String userName, String domain, String pwd)
  12. File:  c:\Users\claussr\Source\Workspaces\Neo Griffin\Dev\Neo\Modules\CoreModule\Security\AuthenticationService.cs  line: 38
  13. at: NeoPLM.Neo.Core.Presentation.GlobalDigitalSignatureDialogPresenter.IsValid()
  14. File:  c:\Users\claussr\Source\Workspaces\Neo Griffin\Dev\Neo\Common\Core.Presentation\Dialogs\DigitalSignatures\GlobalDigitalSignatureDialogPresenter.cs  line: 226
  15. at: NeoPLM.Neo.Core.Presentation.GlobalDigitalSignatureDialogPresenter.Accept()
  16. File:  c:\Users\claussr\Source\Workspaces\Neo Griffin\Dev\Neo\Common\Core.Presentation\Dialogs\DigitalSignatures\GlobalDigitalSignatureDialogPresenter.cs  line: 196
  17. Microsoft.Practices.Prism.Commands.DelegateCommand.<>c__DisplayClass6.<.ctor>b__2(Object o)
  18. Microsoft.Practices.Prism.Commands.DelegateCommandBase.<>c__DisplayClass2.<.ctor>b__0(Object arg)
  19. Microsoft.Practices.Prism.Commands.DelegateCommandBase.<Execute>d__7.MoveNext()
  20. --- End of stack trace from previous location where exception was thrown ---
  21. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  22. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  23. Microsoft.Practices.Prism.Commands.DelegateCommandBase.<System.Windows.Input.ICommand.Execute>d__4.MoveNext()
  24. --- End of stack trace from previous location where exception was thrown ---
  25. System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
  26. System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  27. MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  28. System.Windows.Threading.DispatcherOperation.InvokeImpl()
  29. System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  30. System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  31. System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  32. System.Windows.Threading.DispatcherOperation.Invoke()
  33. System.Windows.Threading.Dispatcher.ProcessQueue()
  34. System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  35. MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  36. MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  37. System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  38. MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  39. System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  40. MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  41. MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  42. System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  43. System.Windows.Window.ShowHelper(Object booleanBox)
  44. System.Windows.Window.ShowDialog()
  45. at: NeoPLM.Neo.Designer.ProcessModelViewPresenter.ExecuteDigitalSignaturePrompt(EntityReferenceInfo entityReferenceInfo, DigitalSignatureType digitalSignatureType)
  46. File:  c:\Users\claussr\Source\Workspaces\Neo Griffin\Dev\Neo\Modules\DesignerModule\Views\ProcessModel\ProcessModelViewPresenter.cs  line: 2305
  47. at: NeoPLM.Neo.Designer.ProcessModelViewPresenter.ChangeLifecycleState(LifeCycleState newState)
  48. File:  c:\Users\claussr\Source\Workspaces\Neo Griffin\Dev\Neo\Modules\DesignerModule\Views\ProcessModel\ProcessModelViewPresenter.cs  line: 1454
  49. at: NeoPLM.Neo.Designer.ProcessModelViewPresenter.SetCompleted()
  50. File:  c:\Users\claussr\Source\Workspaces\Neo Griffin\Dev\Neo\Modules\DesignerModule\Views\ProcessModel\ProcessModelViewPresenter.cs  line: 1340
  51. Microsoft.Practices.Prism.Commands.DelegateCommand.<>c__DisplayClass6.<.ctor>b__2(Object o)
  52. Microsoft.Practices.Prism.Commands.DelegateCommandBase.<>c__DisplayClass2.<.ctor>b__0(Object arg)
  53. Microsoft.Practices.Prism.Commands.DelegateCommandBase.<Execute>d__7.MoveNext()
  54. --- End of stack trace from previous location where exception was thrown ---
  55. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  56. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  57. Microsoft.Practices.Prism.Commands.DelegateCommandBase.<System.Windows.Input.ICommand.Execute>d__4.MoveNext()
  58. --- End of stack trace from previous location where exception was thrown ---
  59. System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
  60. System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  61. MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  62. System.Windows.Threading.DispatcherOperation.InvokeImpl()
  63. System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  64. System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  65. System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  66. System.Windows.Threading.DispatcherOperation.Invoke()
  67. System.Windows.Threading.Dispatcher.ProcessQueue()
  68. System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  69. MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  70. MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  71. System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  72. MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  73. System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  74. MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  75. MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  76. System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  77. System.Windows.Application.RunInternal(Window window)
  78. System.Windows.Application.Run()
  79. at: NeoPLM.Neo.Shell.App.Main()
  80. File:  c:\Users\claussr\Source\Workspaces\Neo Griffin\Dev\Neo\NeoShell\obj\Debug\App.g.cs  line: 0
  81. System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  82. Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  83. System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  84. System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  85. System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  86. System.Threading.ThreadHelper.ThreadStart()
  87.  
  88. Exception 2:  "The LDAP server is unavailable."
  89. ------------------------------------------------------------------------------------------------------
  90.  
  91. Type: System.DirectoryServices.Protocols.LdapException  Source: System.DirectoryServices.Protocols
  92. TargetSite: Void Connect()
  93. Stack Trace:
  94. System.DirectoryServices.Protocols.LdapConnection.Connect()
  95. System.DirectoryServices.Protocols.LdapConnection.SendRequestHelper(DirectoryRequest request, Int32& messageID)
  96. System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request, TimeSpan requestTimeout)
  97. System.DirectoryServices.AccountManagement.PrincipalContext.ReadServerConfig(String serverName, ServerProperties& properties)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement