You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you, just tested. It is working as expected.
Thank you for a prompt action.
Sent from Yahoo Mail for iPhone
On Monday, January 27, 2025, 11:39 AM, Zeyad Bassiouny ***@***.***> wrote:
have you found a fix for this issue?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
Describe the bug
500 error on any request to HAPI FHIR Test/Demo Server R4 Endpoint
To Reproduce
Steps to reproduce the behavior:
Expected behavior
a response with Patient results should returned.
Screenshots
Returns the error
{
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml\">
Operation Outcome
<table border="0"><td style="font-weight: bold;">ERROR[]HAPI-2223: Timer already cancelled."},
"issue": [
{
"severity": "error",
"code": "processing",
"diagnostics": "HAPI-2223: Timer already cancelled."
}
]
}
Environment (please complete the following information):
Additional context
It is happening for all the calls, in past server reboot has resolved the issues.
The text was updated successfully, but these errors were encountered: