FHIR Chat · OperationOutcome when deploying CQF-Ruler · implementers

Stream: implementers

Topic: OperationOutcome when deploying CQF-Ruler


view this post on Zulip Christa Wan (Mar 30 2021 at 13:43):

Hi, I am getting this error when trying to POST a patient bundle to the CQF-Ruler-R4. I also get the same error when I try to POST a CDS request. Not sure if anyone has any idea how to fix it or what is happening? I was able to do a GET command on the FHIR server and it returned the proper values. I have already tried reloading the project and a clean install on mvn. The following is the error that I am getting from HAPI.

{
    "resourceType": "OperationOutcome",
    "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td><pre>Failed to call access method: java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonKey</pre></td>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t</tr>\n\t\t</table>\n\t</div>"
    },
    "issue": [
        {
            "severity": "error",
            "code": "processing",
            "diagnostics": "Failed to call access method: java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonKey"
        }
    ]
}

Thank you!

view this post on Zulip Lloyd McKenzie (Mar 30 2021 at 14:24):

@Bryn Rhodes

view this post on Zulip Bryn Rhodes (Mar 30 2021 at 15:11):

@JP

view this post on Zulip JP (Mar 30 2021 at 15:24):

This is a known issue with the current master branch. It's been on my backlog to fix it. I'll try to take a look today.

view this post on Zulip JP (Mar 30 2021 at 20:41):

@Christa Wan - This issue is now fixed on the master branch of the cqf-ruler and in the latest docker image.


Last updated: Apr 12 2022 at 19:14 UTC