Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. System.InvalidOperationException: Failed to open database connection. Please, check your PostgreSQL database settings and reboot your computer. ---> System.Net.Sockets.SocketException: Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение
  2. at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  3. at Npgsql.NpgsqlConnector.<RawOpen>d__139.MoveNext()
  4. --- End of stack trace from previous location where exception was thrown ---
  5. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  6. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  7. at Npgsql.NpgsqlConnector.<Open>d__136.MoveNext()
  8. --- End of stack trace from previous location where exception was thrown ---
  9. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  10. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  11. at Npgsql.ConnectorPool.<AllocateLong>d__24.MoveNext()
  12. --- End of stack trace from previous location where exception was thrown ---
  13. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  14. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  15. at System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult()
  16. at Npgsql.NpgsqlConnection.<Open>d__28.MoveNext()
  17. --- End of stack trace from previous location where exception was thrown ---
  18. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  19. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  20. at Npgsql.NpgsqlConnection.Open()
  21. at Common.ConnectionExtensions.Open(ServerConnection sc, String dbName)
  22. --- End of inner exception stack trace ---
  23. at Common.ConnectionExtensions.Open(ServerConnection sc, String dbName)
  24. at Common.ConnectionExtensions.Open(ServerConnection sc)
  25. at Common.PgDatabaseHelper.DatabaseExists(String databaseName, ServerConnection sc)
  26. at Hand2NoteCore.Database.SideTrackersHelper.GetSideTrackerService(ServerConnection sc, String databaseName)
  27. at Hand2NoteCore.Config.ConfigAutoImport.‹•Ž()
  28. at System.Lazy`1.CreateValue()
  29. at System.Lazy`1.LazyInitValue()
  30. at Hand2NoteCore.Import.AutoImportWorker..ctor()
  31. at Hand2NoteCore.Import.ImportModule.Initialize()
  32. at Hand2NoteCore.Hand2NoteCoreModule.Initialize(IEventAggregator eventAggregator)
  33. at Hand2NoteCore.Loader.<>c.<LoadAsync>b__1_1()
  34. at System.Threading.Tasks.Task.Execute()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Hand2NoteCore.Loader.<LoadAsync>d__1.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at Hand2Note.App.<LoadAsync>d__4.MoveNext()
  43. --- End of stack trace from previous location where exception was thrown ---
  44. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  45. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  46. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  47. Inner exception
  48. System.Net.Sockets.SocketException (0x80004005): Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение
  49. at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  50. at Npgsql.NpgsqlConnector.<RawOpen>d__139.MoveNext()
  51. --- End of stack trace from previous location where exception was thrown ---
  52. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  53. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  54. at Npgsql.NpgsqlConnector.<Open>d__136.MoveNext()
  55. --- End of stack trace from previous location where exception was thrown ---
  56. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  57. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  58. at Npgsql.ConnectorPool.<AllocateLong>d__24.MoveNext()
  59. --- End of stack trace from previous location where exception was thrown ---
  60. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  61. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  62. at System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult()
  63. at Npgsql.NpgsqlConnection.<Open>d__28.MoveNext()
  64. --- End of stack trace from previous location where exception was thrown ---
  65. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  66. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  67. at Npgsql.NpgsqlConnection.Open()
  68. at Common.ConnectionExtensions.Open(ServerConnection sc, String dbName)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement