FHIR Chat · InvalidDataAccessApiUsageException on hapi fhir test server · implementers

Stream: implementers

Topic: InvalidDataAccessApiUsageException on hapi fhir test server


view this post on Zulip Roland Ziegler (Jul 10 2021 at 08:31):

When I call http://hapi.fhir.org/baseR4/PlanDefinition?publisher=Household%20Cook&status=active I receive a 500 internal server error. This used to work before. Here comes the response object:

{
"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: org.springframework.dao.InvalidDataAccessApiUsageException: Timer already cancelled.; nested exception is java.lang.IllegalStateException: Timer already cancelled.</pre></td>\n\t\t\t</tr>\n\t\t</table>\n\t</div>"
},
"issue": [ {
"severity": "error",
"code": "processing",
"diagnostics": "Failed to call access method: org.springframework.dao.InvalidDataAccessApiUsageException: Timer already cancelled.; nested exception is java.lang.IllegalStateException: Timer already cancelled."
} ]
}

@James Agnew : Is there anything I have to change in the way I call the endpoint or should it still work that way?

view this post on Zulip Roland Ziegler (Jul 22 2021 at 08:10):

This seems to work again. :smile:


Last updated: Apr 12 2022 at 19:14 UTC