Open azizul90 opened 3 years ago
I can reproduce this with SNOMED-CT on macOS with hapi-fhir-cli 5.2.0
Edit: Also confirmed with Ubuntu 20.04.
I can reproduce this with SNOMED-CT on macOS with hapi-fhir-cli 5.2.0
Edit: Also confirmed with Ubuntu 20.04.
I haven`t test with SNOMED-CT but I able to upload terminology with LOINC version 2.68 but not for version 2.69. Not sure if the current hapi-fhir-cli tool does not support latest version of LOINC.
I just ran into the same issue. Has anyone worked around it? Tried both LOINC and Snomed. It seems to work fine starting the server using the CLI, but not when starting it using this project.
This issue is also mirrored here, where I provide much more detail, including the cause in my case, being Docker issues. More info: https://github.com/hapifhir/hapi-fhir/issues/3276
Another related issue: https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/322
Related; this is also about LOINC, but a different error: https://github.com/hapifhir/hapi-fhir/issues/1629
This issue is stale because it has been open 730 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Read down from here: https://github.com/hapifhir/hapi-fhir/issues/3276#issuecomment-1249965048 In this other thread, the problem is described as seeming to have to do with a fixed file size limit, and someone suggests how to override that limit to fix the issue.
So I guess the issue is fixable, but at the very least, there should be a better error message for when this happens.
I am trying to upload some terminology codes, but instead i receive another kind of error, asking for CSV files, which i don't have.
How can i overcome the need of CSV files?
2024-09-24 12:53:54.16 [main] INFO c.u.f.c.UploadTerminologyCommand Compressed 690,2 kB bytes in 1 file(s) into 68 kB bytes
2024-09-24 12:53:54.17 [main] INFO c.u.f.c.UploadTerminologyCommand Beginning upload - This may take a while...
2024-09-24 12:53:54.61 [main] ERROR c.u.f.c.UploadTerminologyCommand Received the following response:
{
"resourceType": "OperationOutcome",
"issue": [ {
"severity": "error",
"code": "processing",
"diagnostics": "HAPI-0862: Could not find the following mandatory files in input: [AccessoryFiles/AnswerFile/AnswerList.csv, AccessoryFiles/AnswerFile/LoincAnswerListLink.csv, AccessoryFiles/DocumentOntology/DocumentOntology.csv, LoincTable/Loinc.csv, AccessoryFiles/MultiAxialHierarchy/MultiAxialHierarchy.csv, AccessoryFiles/LoincIeeeMedicalDeviceCodeMappingTable/LoincIeeeMedicalDeviceCodeMappingTable.csv, AccessoryFiles/ImagingDocuments/ImagingDocumentCodes.csv, AccessoryFiles/PartFile/Part.csv, AccessoryFiles/PartFile/PartRelatedCodeMapping.csv, AccessoryFiles/LoincRsnaRadiologyPlaybook/LoincRsnaRadiologyPlaybook.csv, AccessoryFiles/LoincUniversalLabOrdersValueSet/LoincUniversalLabOrdersValueSet.csv]"
} ]
}
I
m recently has successfully set up a FHIR server deployed using docker image (hapiproject/hapi:latest). When I
m trying to upload LOINC terminology into the server, I`m encounter the following error ca.uhn.fhir.rest.server.exceptions.InvalidRequestException: HTTP 400 : Unknown file: hapi-fhir-cli9140861092969243052.zip.