Skip to content

Instantly share code, notes, and snippets.

@medined
Created June 19, 2020 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medined/1dbbcdbbef555f71f7c1b714f1a70643 to your computer and use it in GitHub Desktop.
Save medined/1dbbcdbbef555f71f7c1b714f1a70643 to your computer and use it in GitHub Desktop.
HTTP Code 404 When Generating Report
2020-06-19 15:23:50.0718|1|INFO|Microsoft.AspNetCore.Hosting.Internal.WebHost|Request starting HTTP/1.0 GET http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/?pii=false&filter=low |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action:
2020-06-19 15:23:50.0718|2|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|Successfully validated the token. |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action:
2020-06-19 15:23:50.0727|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'openrmf_api_compliance.Controllers.ComplianceController.GetCompliancBySystem (openrmf-api-compliance)' |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.0727|3|INFO|Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker|Route matched with {action = "GetCompliancBySystem", controller = "Compliance"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompliancBySystem(System.String, System.String, Boolean, System.String) on controller openrmf_api_compliance.Controllers.ComplianceController (openrmf-api-compliance). |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.0727|1|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful. |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.0727|1|INFO|Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker|Executing action method openrmf_api_compliance.Controllers.ComplianceController.GetCompliancBySystem (openrmf-api-compliance) - Validation state: Valid |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.0727||INFO|openrmf_api_compliance.Controllers.ComplianceController|Calling GetCompliancBySystem(5eec2e1b9a09bd00019a911f, low, False) |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.0727||INFO|openrmf_api_compliance.Controllers.ComplianceController|Calling GetCompliancBySystem(5eec2e1b9a09bd00019a911f, low, False) |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
Connection Disconnected:
Connection Closed:
Connection Disconnected:
Connection Closed:
2020-06-19 15:23:50.2762||WARN|openrmf_api_compliance.Controllers.ComplianceController|Called GetCompliancBySystem(5eec2e1b9a09bd00019a911f, low, False) but had no returned data |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.2762||WARN|openrmf_api_compliance.Controllers.ComplianceController|Called GetCompliancBySystem(5eec2e1b9a09bd00019a911f, low, False) but had no returned data |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.2767|2|INFO|Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker|Executed action method openrmf_api_compliance.Controllers.ComplianceController.GetCompliancBySystem (openrmf-api-compliance), returned result Microsoft.AspNetCore.Mvc.NotFoundResult in 203.4208ms. |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.2767|1|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing HttpStatusCodeResult, setting HTTP status code 404 |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.2767|2|INFO|Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker|Executed action openrmf_api_compliance.Controllers.ComplianceController.GetCompliancBySystem (openrmf-api-compliance) in 204.1118ms |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.2767|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'openrmf_api_compliance.Controllers.ComplianceController.GetCompliancBySystem (openrmf-api-compliance)' |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
2020-06-19 15:23:50.2767|2|INFO|Microsoft.AspNetCore.Hosting.Internal.WebHost|Request finished in 206.5908ms 404 |url: http://34.238.89.128/system/5eec2e1b9a09bd00019a911f/|action: GetCompliancBySystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment