OpenConceptLab / ocl_issues

Issues for all OCL repos. NOTE: Install ZenHub Browser Extension and request access to the OCL Roadmap board to view all issues and to contribute
4 stars 2 forks source link

MOH FY20 Lesotho issue #476

Closed maurya closed 3 years ago

maurya commented 3 years ago

JK - I'm not sure if something broke again since I uploaded Uganda, but Lesotho just reported the same issue, and I can reproduce this HC - There seems to be an issue with https://ohie.datim.org/. @Maurya will you be able to check if openhim core is running? I'm getting An error occurred while attempting to connect to the OpenHIM Core on https://ohie.datim.org:8080. when trying to login and see the server logs JK - would not having mappings for FY20 cause that? I think Alicia identified the issue with them not yet having submitted a mapping. They didn't get a helpful error msg (so either the error msg hasn't been implemented yet or there is an error with that).

CY - I see that the service is running, but it’s not listening on any ports (like 8080) MK - @chuq can you try restarting the openhim-core service CY - done

MK - the error message is 404 in the transaction log this is the message from JWT mediator and -

{
  "x-mediator-urn": "urn:mediator:openhim-mediator-authenticator",
  "status": "Failed",
  "response": {
    "status": 500,
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "status": "Error",
      "message": "404 Client Error: NOT FOUND for url: https://api.openconceptlab.org/orgs/DATIM-MOH-LSO-FY20/sources/DATIM-Alignment-Indicators/versions/?limit=100",
      "type": "HTTPError"
    },
    "timestamp": "2020-11-16T14:04:37.683Z"
  }
}
and this is the error in OCL mediator
{
  "status": "Error",
  "message": "404 Client Error: NOT FOUND for url: https://api.openconceptlab.org/orgs/DATIM-MOH-LSO-FY20/sources/DATIM-Alignment-Indicators/versions/?limit=100",
  "type": "HTTPError"
}

the error code in ocl mediator is showing up as 500 instead of 404 in the transaction log @chuq thank you, @Hiwot i’m able to log into ohie.datim.org now HC - It looks like they are missing the mappings JK - Lesotho submitted their indicator mapping today and is progressing; so no system issues there

maurya commented 3 years ago

Completed