Advertisement
Guest User

Untitled

a guest
May 21st, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.60 KB | None | 0 0
  1. MongoDB connection string: mongodb://172.18.0.3 (skl_forms)
  2. RabbitMQ connection string: amqp://skolkovo:5eec26f197@172.18.0.4:5672/skolkovo (forms)
  3. Hosting environment: Production
  4. Content root path: /
  5. Now listening on: http://0.0.0.0:5000
  6. Application started. Press Ctrl+C to shut down.
  7. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  8. Request starting HTTP/1.0 GET http://test-micro.sk.ru/v1/forms
  9. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  10. Request starting HTTP/1.0 GET http://test-micro.sk.ru/v1/user/me/
  11. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  12. Executing action method Skl.Forms.Services.Public.Controllers.ValuesController.GetAll (Skl.Forms.Services.Public) with arguments ((null)) - ModelState is Valid
  13. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  14. Executing action method Skl.Forms.Services.Public.Controllers.UserController.Me (Skl.Forms.Services.Public) with arguments ((null)) - ModelState is Valid
  15. info: Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.JsonResultExecutor[1]
  16. Executing JsonResult, writing value { isAuth = True, name = test@mail.ru }.
  17. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  18. Executed action Skl.Forms.Services.Public.Controllers.UserController.Me (Skl.Forms.Services.Public) in 309.5758ms
  19. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  20. Request finished in 567.6861ms 200 application/json; charset=utf-8
  21. info: Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.JsonResultExecutor[1]
  22. Executing JsonResult, writing value System.Linq.Enumerable+<SelectIterator>d__154`2[Skl.Forms.Common.Entities.FormValues,<>f__AnonymousType3`11[System.Int32,System.String,System.String,System.String,System.Object,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.String]].
  23. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  24. Executed action Skl.Forms.Services.Public.Controllers.ValuesController.GetAll (Skl.Forms.Services.Public) in 816.9252ms
  25. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  26. Request finished in 1066.0326ms 200 application/json; charset=utf-8
  27. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  28. Request starting HTTP/1.0 GET http://test-micro.sk.ru/v1/user/company/7729670045
  29. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  30. Executing action method Skl.Forms.Services.Public.Controllers.UserController.Company (Skl.Forms.Services.Public) with arguments (7729670045) - ModelState is Valid
  31. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  32. Executed action Skl.Forms.Services.Public.Controllers.UserController.Company (Skl.Forms.Services.Public) in 14977.6196ms
  33. fail: Microsoft.AspNetCore.Server.Kestrel[13]
  34. Connection id "0HLDV2BP26SB0", Request id "0HLDV2BP26SB0:00000001": An unhandled exception was thrown by the application.
  35. System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 35 - An internal exception was caught) ---> System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  36. at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
  37. at System.Net.Dns.ResolveCallback(Object context)
  38. --- End of stack trace from previous location where exception was thrown ---
  39. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  40. at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  41. at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  42. at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  43. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  44. --- End of stack trace from previous location where exception was thrown ---
  45. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  46. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  47. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
  48. at System.Data.SqlClient.SNI.SNITCPHandle.<ConnectAsync>d__22.MoveNext()
  49. --- End of inner exception stack trace ---
  50. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  51. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  52. at System.Threading.Tasks.Task.Wait(TimeSpan timeout)
  53. at System.Data.SqlClient.SNI.SNITCPHandle..ctor(String serverName, Int32 port, Int64 timerExpire, Object callbackObject, Boolean parallel)
  54. ---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (0x00000005): No such device or address
  55. at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
  56. at System.Net.Dns.ResolveCallback(Object context)
  57. --- End of stack trace from previous location where exception was thrown ---
  58. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  59. at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  60. at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  61. at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  62. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  63. --- End of stack trace from previous location where exception was thrown ---
  64. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  65. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  66. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
  67. at System.Data.SqlClient.SNI.SNITCPHandle.<ConnectAsync>d__22.MoveNext()<---
  68.  
  69. at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
  70. at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
  71. at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
  72. at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  73. at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  74. at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  75. at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  76. at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
  77. at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  78. at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  79. at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
  80. at System.Data.SqlClient.SqlConnection.Open()
  81. at Skl.Forms.Common.Managers.OrnService.<GetNumberOrnByInnAsync>d__2.MoveNext() in /var/www/microgrant2/src/Skl.Forms.Common/Managers/OrnService.cs:line 28
  82. --- End of stack trace from previous location where exception was thrown ---
  83. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  84. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  85. at Skl.Forms.Services.Public.Controllers.UserController.<Company>d__8.MoveNext() in /var/www/microgrant2/src/Skl.Forms.Services.Public/Controllers/UserController.cs:line 77
  86. --- End of stack trace from previous location where exception was thrown ---
  87. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  88. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  89. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  90. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__12.MoveNext()
  91. --- End of stack trace from previous location where exception was thrown ---
  92. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  93. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  94. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__10.MoveNext()
  95. --- End of stack trace from previous location where exception was thrown ---
  96. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  97. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
  98. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  99. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeInnerFilterAsync>d__14.MoveNext()
  100. --- End of stack trace from previous location where exception was thrown ---
  101. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  102. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  103. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextResourceFilter>d__22.MoveNext()
  104. --- End of stack trace from previous location where exception was thrown ---
  105. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  106. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
  107. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  108. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeFilterPipelineAsync>d__17.MoveNext()
  109. --- End of stack trace from previous location where exception was thrown ---
  110. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  111. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  112. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeAsync>d__15.MoveNext()
  113. --- End of stack trace from previous location where exception was thrown ---
  114. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  115. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  116. at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
  117. --- End of stack trace from previous location where exception was thrown ---
  118. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  119. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  120. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.<Invoke>d__6.MoveNext()
  121. --- End of stack trace from previous location where exception was thrown ---
  122. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  123. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  124. at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.<Invoke>d__3.MoveNext()
  125. --- End of stack trace from previous location where exception was thrown ---
  126. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  127. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  128. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame`1.<ProcessRequestsAsync>d__2.MoveNext()
  129. ClientConnectionId:00000000-0000-0000-0000-000000000000
  130. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  131. Request finished in 15154.4525ms 500
  132. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  133. Request starting HTTP/1.0 GET http://test-micro.sk.ru/v1/user/me/
  134. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  135. Request starting HTTP/1.0 GET http://test-micro.sk.ru/v1/forms
  136. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  137. Executing action method Skl.Forms.Services.Public.Controllers.UserController.Me (Skl.Forms.Services.Public) with arguments ((null)) - ModelState is Valid
  138. info: Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.JsonResultExecutor[1]
  139. Executing JsonResult, writing value { isAuth = True, name = test@mail.ru }.
  140. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  141. Executed action Skl.Forms.Services.Public.Controllers.UserController.Me (Skl.Forms.Services.Public) in 7.2054ms
  142. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  143. Request finished in 15.1736ms 200 application/json; charset=utf-8
  144. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  145. Executing action method Skl.Forms.Services.Public.Controllers.ValuesController.GetAll (Skl.Forms.Services.Public) with arguments ((null)) - ModelState is Valid
  146. info: Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.JsonResultExecutor[1]
  147. Executing JsonResult, writing value System.Linq.Enumerable+<SelectIterator>d__154`2[Skl.Forms.Common.Entities.FormValues,<>f__AnonymousType3`11[System.Int32,System.String,System.String,System.String,System.Object,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.String]].
  148. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  149. Executed action Skl.Forms.Services.Public.Controllers.ValuesController.GetAll (Skl.Forms.Services.Public) in 17.7199ms
  150. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  151. Request finished in 46.0291ms 200 application/json; charset=utf-8
  152. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  153. Request starting HTTP/1.0 GET http://test-micro.sk.ru/v1/user/me/
  154. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  155. Executing action method Skl.Forms.Services.Public.Controllers.UserController.Me (Skl.Forms.Services.Public) with arguments ((null)) - ModelState is Valid
  156. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  157. Request starting HTTP/1.0 GET http://test-micro.sk.ru/v1/forms
  158. info: Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.JsonResultExecutor[1]
  159. Executing JsonResult, writing value { isAuth = True, name = test@mail.ru }.
  160. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  161. Executed action Skl.Forms.Services.Public.Controllers.UserController.Me (Skl.Forms.Services.Public) in 1.3029ms
  162. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  163. Request finished in 3.6482ms 200 application/json; charset=utf-8
  164. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  165. Executing action method Skl.Forms.Services.Public.Controllers.ValuesController.GetAll (Skl.Forms.Services.Public) with arguments ((null)) - ModelState is Valid
  166. info: Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.JsonResultExecutor[1]
  167. Executing JsonResult, writing value System.Linq.Enumerable+<SelectIterator>d__154`2[Skl.Forms.Common.Entities.FormValues,<>f__AnonymousType3`11[System.Int32,System.String,System.String,System.String,System.Object,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.String]].
  168. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  169. Executed action Skl.Forms.Services.Public.Controllers.ValuesController.GetAll (Skl.Forms.Services.Public) in 3.5106ms
  170. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  171. Request finished in 6.9403ms 200 application/json; charset=utf-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement