Advertisement
Guest User

debuglog2

a guest
Nov 2nd, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. 2021-11-02 15:56:01.359 -03:00 [DBG] 1 candidate(s) found for the request path '/api/internal/component/upload'
  2. 2021-11-02 15:56:01.359 -03:00 [DBG] Endpoint 'UniversalDashboard.Controllers.UDComponentController.Upload (Universal.Server)' with route pattern 'api/internal/component/upload' is valid for the request path '/api/internal/component/upload'
  3. 2021-11-02 15:56:01.359 -03:00 [DBG] Request matched endpoint 'UniversalDashboard.Controllers.UDComponentController.Upload (Universal.Server)'
  4. 2021-11-02 15:56:01.359 -03:00 [INF] Executing endpoint 'UniversalDashboard.Controllers.UDComponentController.Upload (Universal.Server)'
  5. 2021-11-02 15:56:01.359 -03:00 [INF] Route matched with {action = "Upload", controller = "UDComponent"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Upload() on controller UniversalDashboard.Controllers.UDComponentController (Universal.Server).
  6. 2021-11-02 15:56:01.360 -03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  7. 2021-11-02 15:56:01.360 -03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  8. 2021-11-02 15:56:01.360 -03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  9. 2021-11-02 15:56:01.360 -03:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  10. 2021-11-02 15:56:01.360 -03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  11. 2021-11-02 15:56:01.360 -03:00 [DBG] Executing controller factory for controller UniversalDashboard.Controllers.UDComponentController (Universal.Server)
  12. 2021-11-02 15:56:01.360 -03:00 [DBG] Executed controller factory for controller UniversalDashboard.Controllers.UDComponentController (Universal.Server)
  13. 2021-11-02 15:56:01.360 -03:00 [DBG] Connection id "0HMCU50QND1JB", Request id "0HMCU50QND1JB:00000017": started reading request body.
  14. 2021-11-02 15:56:01.360 -03:00 [DBG] Connection id "0HMCU50QND1JB", Request id "0HMCU50QND1JB:00000017": done reading request body.
  15. 2021-11-02 15:56:01.361 -03:00 [INF] Executing JsonResult, writing value of type 'System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
  16. 2021-11-02 15:56:01.361 -03:00 [DBG] The response will be compressed with 'br'.
  17. 2021-11-02 15:56:01.361 -03:00 [INF] Executed action UniversalDashboard.Controllers.UDComponentController.Upload (Universal.Server) in 1.6547ms
  18. 2021-11-02 15:56:01.361 -03:00 [INF] Executed endpoint 'UniversalDashboard.Controllers.UDComponentController.Upload (Universal.Server)'
  19. 2021-11-02 15:56:01.361 -03:00 [DBG] Connection id "0HMCU50QND1JB" completed keep alive response.
  20. 2021-11-02 15:56:01.361 -03:00 [INF] Request finished HTTP/1.1 POST http://localhost:5000/api/internal/component/upload multipart/form-data;+boundary=----WebKitFormBoundaryJeLTYzV2ZGSPlBN8 13358 - 200 - application/json;+charset=utf-8 3.2673ms
  21. 2021-11-02 15:56:01.364 -03:00 [INF] Request starting HTTP/1.1 POST http://localhost:5000/api/internal/component/element/MyUpload application/json 43
  22. 2021-11-02 15:56:01.364 -03:00 [DBG] AuthenticationScheme: Negotiate was successfully authenticated.
  23. 2021-11-02 15:56:01.364 -03:00 [INF] Evaluting claims for DOMAIN\User.Name, Cache: True
  24. 2021-11-02 15:56:01.364 -03:00 [DBG] The request has an origin header: 'http://localhost:5000'.
  25. 2021-11-02 15:56:01.364 -03:00 [INF] CORS policy execution failed.
  26. 2021-11-02 15:56:01.364 -03:00 [INF] Request origin http://localhost:5000 does not have permission to access the resource.
  27. 2021-11-02 15:56:01.365 -03:00 [DBG] POST requests are not supported
  28. 2021-11-02 15:56:01.365 -03:00 [DBG] POST requests are not supported
  29. 2021-11-02 15:56:01.365 -03:00 [DBG] 1 candidate(s) found for the request path '/api/internal/component/element/MyUpload'
  30. 2021-11-02 15:56:01.365 -03:00 [DBG] Endpoint 'UniversalDashboard.Controllers.UDComponentController.ElementPost (Universal.Server)' with route pattern 'api/internal/component/element/{id}' is valid for the request path '/api/internal/component/element/MyUpload'
  31. 2021-11-02 15:56:01.365 -03:00 [DBG] Request matched endpoint 'UniversalDashboard.Controllers.UDComponentController.ElementPost (Universal.Server)'
  32. 2021-11-02 15:56:01.365 -03:00 [INF] Executing endpoint 'UniversalDashboard.Controllers.UDComponentController.ElementPost (Universal.Server)'
  33. 2021-11-02 15:56:01.365 -03:00 [INF] Route matched with {action = "ElementPost", controller = "UDComponent"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ElementPost(System.String) on controller UniversalDashboard.Controllers.UDComponentController (Universal.Server).
  34. 2021-11-02 15:56:01.365 -03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  35. 2021-11-02 15:56:01.365 -03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.ConsumesAttribute"]
  36. 2021-11-02 15:56:01.365 -03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  37. 2021-11-02 15:56:01.365 -03:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  38. 2021-11-02 15:56:01.366 -03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  39. 2021-11-02 15:56:01.366 -03:00 [DBG] Executing controller factory for controller UniversalDashboard.Controllers.UDComponentController (Universal.Server)
  40. 2021-11-02 15:56:01.366 -03:00 [DBG] Executed controller factory for controller UniversalDashboard.Controllers.UDComponentController (Universal.Server)
  41. 2021-11-02 15:56:01.366 -03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ...
  42. 2021-11-02 15:56:01.366 -03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ...
  43. 2021-11-02 15:56:01.366 -03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'.
  44. 2021-11-02 15:56:01.366 -03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'.
  45. 2021-11-02 15:56:01.366 -03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ...
  46. 2021-11-02 15:56:01.366 -03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'.
  47. 2021-11-02 15:56:01.366 -03:00 [DBG] Connection id "0HMCU50QND1JB", Request id "0HMCU50QND1JB:00000018": started reading request body.
  48. 2021-11-02 15:56:01.366 -03:00 [DBG] Connection id "0HMCU50QND1JB", Request id "0HMCU50QND1JB:00000018": done reading request body.
  49. 2021-11-02 15:56:01.366 -03:00 [DBG] Element POST - id = MyUpload
  50. 2021-11-02 15:56:01.366 -03:00 [DBG] AuthenticationScheme: Negotiate was successfully authenticated.
  51. 2021-11-02 15:56:01.366 -03:00 [INF] Evaluting claims for DOMAIN\User.Name, Cache: True
  52. 2021-11-02 15:56:01.366 -03:00 [DBG] AuthenticationScheme: Negotiate was successfully authenticated.
  53. 2021-11-02 15:56:01.366 -03:00 [INF] Evaluting claims for DOMAIN\User.Name, Cache: True
  54. 2021-11-02 15:56:01.452 -03:00 [DBG] Git has remote. Starting push
  55. 2021-11-02 15:56:01.638 -03:00 [INF] Executing ContentResult with HTTP Response ContentType of application/json
  56. 2021-11-02 15:56:01.638 -03:00 [DBG] The response will be compressed with 'br'.
  57. 2021-11-02 15:56:01.638 -03:00 [INF] Executed action UniversalDashboard.Controllers.UDComponentController.ElementPost (Universal.Server) in 272.2927ms
  58. 2021-11-02 15:56:01.638 -03:00 [INF] Executed endpoint 'UniversalDashboard.Controllers.UDComponentController.ElementPost (Universal.Server)'
  59. 2021-11-02 15:56:01.638 -03:00 [DBG] Connection id "0HMCU50QND1JB" completed keep alive response.
  60. 2021-11-02 15:56:01.638 -03:00 [INF] Request finished HTTP/1.1 POST http://localhost:5000/api/internal/component/element/MyUpload application/json 43 - 200 - application/json 273.9004ms
  61. 2021-11-02 15:56:01.776 -03:00 [DBG] No changes.
  62. 2021-11-02 15:56:03.683 -03:00 [INF] Request starting HTTP/1.1 GET http://localhost:5000/api/internal/session/6683014f-e299-4b47-997f-08572738f288 - -
  63. 2021-11-02 15:56:03.683 -03:00 [DBG] AuthenticationScheme: Negotiate was successfully authenticated.
  64. 2021-11-02 15:56:03.683 -03:00 [INF] Evaluting claims for DOMAIN\User.Name, Cache: True
  65. 2021-11-02 15:56:03.684 -03:00 [DBG] The request path /api/internal/session/6683014f-e299-4b47-997f-08572738f288 does not match a supported file type
  66. 2021-11-02 15:56:03.684 -03:00 [DBG] The request path does not match the path filter
  67. 2021-11-02 15:56:03.684 -03:00 [DBG] 1 candidate(s) found for the request path '/api/internal/session/6683014f-e299-4b47-997f-08572738f288'
  68. 2021-11-02 15:56:03.684 -03:00 [DBG] Endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)' with route pattern 'api/internal/session/{sessionId}' is valid for the request path '/api/internal/session/6683014f-e299-4b47-997f-08572738f288'
  69. 2021-11-02 15:56:03.684 -03:00 [DBG] Request matched endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)'
  70. 2021-11-02 15:56:03.684 -03:00 [INF] Executing endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)'
  71. 2021-11-02 15:56:03.684 -03:00 [INF] Route matched with {action = "Index", controller = "Session"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(System.String) on controller UniversalDashboard.Controllers.SessionController (Universal.Server).
  72. 2021-11-02 15:56:03.684 -03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  73. 2021-11-02 15:56:03.684 -03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  74. 2021-11-02 15:56:03.685 -03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  75. 2021-11-02 15:56:03.685 -03:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  76. 2021-11-02 15:56:03.685 -03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  77. 2021-11-02 15:56:03.685 -03:00 [DBG] Executing controller factory for controller UniversalDashboard.Controllers.SessionController (Universal.Server)
  78. 2021-11-02 15:56:03.685 -03:00 [DBG] Executed controller factory for controller UniversalDashboard.Controllers.SessionController (Universal.Server)
  79. 2021-11-02 15:56:03.685 -03:00 [DBG] Attempting to bind parameter 'sessionId' of type 'System.String' ...
  80. 2021-11-02 15:56:03.685 -03:00 [DBG] Attempting to bind parameter 'sessionId' of type 'System.String' using the name 'sessionId' in request data ...
  81. 2021-11-02 15:56:03.685 -03:00 [DBG] Done attempting to bind parameter 'sessionId' of type 'System.String'.
  82. 2021-11-02 15:56:03.685 -03:00 [DBG] Done attempting to bind parameter 'sessionId' of type 'System.String'.
  83. 2021-11-02 15:56:03.685 -03:00 [DBG] Attempting to validate the bound parameter 'sessionId' of type 'System.String' ...
  84. 2021-11-02 15:56:03.685 -03:00 [DBG] Done attempting to validate the bound parameter 'sessionId' of type 'System.String'.
  85. 2021-11-02 15:56:03.685 -03:00 [INF] Executing HttpStatusCodeResult, setting HTTP status code 200
  86. 2021-11-02 15:56:03.685 -03:00 [INF] Executed action UniversalDashboard.Controllers.SessionController.Index (Universal.Server) in 0.2144ms
  87. 2021-11-02 15:56:03.685 -03:00 [INF] Executed endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)'
  88. 2021-11-02 15:56:03.685 -03:00 [DBG] Connection id "0HMCU50QND1JB" completed keep alive response.
  89. 2021-11-02 15:56:03.685 -03:00 [INF] Request finished HTTP/1.1 GET http://localhost:5000/api/internal/session/6683014f-e299-4b47-997f-08572738f288 - - - 200 0 - 1.7503ms
  90. 2021-11-02 15:56:08.684 -03:00 [INF] Request starting HTTP/1.1 GET http://localhost:5000/api/internal/session/6683014f-e299-4b47-997f-08572738f288 - -
  91. 2021-11-02 15:56:08.684 -03:00 [DBG] AuthenticationScheme: Negotiate was successfully authenticated.
  92. 2021-11-02 15:56:08.684 -03:00 [INF] Evaluting claims for DOMAIN\User.Name, Cache: True
  93. 2021-11-02 15:56:08.684 -03:00 [DBG] The request path /api/internal/session/6683014f-e299-4b47-997f-08572738f288 does not match a supported file type
  94. 2021-11-02 15:56:08.684 -03:00 [DBG] The request path does not match the path filter
  95. 2021-11-02 15:56:08.684 -03:00 [DBG] 1 candidate(s) found for the request path '/api/internal/session/6683014f-e299-4b47-997f-08572738f288'
  96. 2021-11-02 15:56:08.684 -03:00 [DBG] Endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)' with route pattern 'api/internal/session/{sessionId}' is valid for the request path '/api/internal/session/6683014f-e299-4b47-997f-08572738f288'
  97. 2021-11-02 15:56:08.684 -03:00 [DBG] Request matched endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)'
  98. 2021-11-02 15:56:08.685 -03:00 [INF] Executing endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)'
  99. 2021-11-02 15:56:08.685 -03:00 [INF] Route matched with {action = "Index", controller = "Session"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(System.String) on controller UniversalDashboard.Controllers.SessionController (Universal.Server).
  100. 2021-11-02 15:56:08.685 -03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  101. 2021-11-02 15:56:08.685 -03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  102. 2021-11-02 15:56:08.685 -03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  103. 2021-11-02 15:56:08.685 -03:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  104. 2021-11-02 15:56:08.685 -03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  105. 2021-11-02 15:56:08.685 -03:00 [DBG] Executing controller factory for controller UniversalDashboard.Controllers.SessionController (Universal.Server)
  106. 2021-11-02 15:56:08.685 -03:00 [DBG] Executed controller factory for controller UniversalDashboard.Controllers.SessionController (Universal.Server)
  107. 2021-11-02 15:56:08.685 -03:00 [DBG] Attempting to bind parameter 'sessionId' of type 'System.String' ...
  108. 2021-11-02 15:56:08.685 -03:00 [DBG] Attempting to bind parameter 'sessionId' of type 'System.String' using the name 'sessionId' in request data ...
  109. 2021-11-02 15:56:08.685 -03:00 [DBG] Done attempting to bind parameter 'sessionId' of type 'System.String'.
  110. 2021-11-02 15:56:08.685 -03:00 [DBG] Done attempting to bind parameter 'sessionId' of type 'System.String'.
  111. 2021-11-02 15:56:08.685 -03:00 [DBG] Attempting to validate the bound parameter 'sessionId' of type 'System.String' ...
  112. 2021-11-02 15:56:08.685 -03:00 [DBG] Done attempting to validate the bound parameter 'sessionId' of type 'System.String'.
  113. 2021-11-02 15:56:08.685 -03:00 [INF] Executing HttpStatusCodeResult, setting HTTP status code 200
  114. 2021-11-02 15:56:08.685 -03:00 [INF] Executed action UniversalDashboard.Controllers.SessionController.Index (Universal.Server) in 0.2181ms
  115. 2021-11-02 15:56:08.685 -03:00 [INF] Executed endpoint 'UniversalDashboard.Controllers.SessionController.Index (Universal.Server)'
  116. 2021-11-02 15:56:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement