Stream: cql
Topic: Operation Outcome when deploying CQF-Ruler
Christa Wan (Mar 26 2021 at 17:47):
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.
{
"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!
Bryn Rhodes (Mar 30 2021 at 15:21):
Hi @Christa Wan , we are looking at this, and there is a github issue tracking it, we'll post back here when we have some feedback
Last updated: Apr 12 2022 at 19:14 UTC