Stream: implementers
Topic: HAPI down?
Simone Heckmann (Jun 18 2019 at 13:55):
Hapi returns 503 (service unavailable)
@James Agnew
Simone Heckmann (Jun 18 2019 at 13:55):
Patrick Werner (Jun 18 2019 at 14:08):
it is up for me. Get a 200 on: http://hapi.fhir.org/baseR4/Patient
Simone Heckmann (Jun 18 2019 at 14:09):
Jep. It's back!
Simone Heckmann (Jun 18 2019 at 14:09):
...probably just rebooted
James Agnew (Jun 18 2019 at 16:34):
It was restarting a few times while I tried to deploy the $subsumes
operation. That's up now. Woohoo!
Michael Lawley (Jun 19 2019 at 02:16):
$subsumes
with post coordination support?
James Agnew (Jun 19 2019 at 02:32):
no, just basic is-a testing.
what do you think i am, ontoserver? :p
Simone Heckmann (Jul 26 2021 at 13:29):
All requests (extept parser errors) currently yield the following error:
{
"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."
} ]
}
1
Lloyd McKenzie (Jul 26 2021 at 14:39):
@James Agnew @Mark Iantorno (Mark, know this isn't your problem, but you might know who to ping :) )
Mark Iantorno (Jul 26 2021 at 14:40):
I am unclear what is meant by "HAPI down"
Mark Iantorno (Jul 26 2021 at 14:40):
requests to what?
Mark Iantorno (Jul 26 2021 at 14:41):
Is this an HL7 server/service?
Lloyd McKenzie (Jul 26 2021 at 14:41):
This is the HAPI test server
Mark Iantorno (Jul 26 2021 at 14:41):
url?
Mark Iantorno (Jul 26 2021 at 14:43):
I just messaged someone at smile who I think can restart it
Lloyd McKenzie (Jul 26 2021 at 14:44):
Try this: http://hapi.fhir.org/resource?serverId=home_r4&pretty=false&_summary=&resource=Patient
Lloyd McKenzie (Jul 26 2021 at 14:44):
And click on 'search'
Mark Iantorno (Jul 26 2021 at 14:45):
looking into it now
James Agnew (Jul 26 2021 at 14:47):
@Mark Iantorno I'll restart it
Mark Iantorno (Jul 26 2021 at 14:47):
Thanks James
James Agnew (Jul 26 2021 at 14:47):
Lemme shoot you instructions on how to bounce that server in case you need to
Mark Iantorno (Jul 26 2021 at 14:47):
Spicy, thanks
Mark Iantorno (Jul 26 2021 at 14:48):
I'll add it to the list of server I can now kick to restart
René Spronk (Sep 14 2021 at 11:00):
According to https://stats.uptimerobot.com/9DArDu1Jo uptime of the public HAPI servers is zero percent, and has been zero for a while. Could they be restarted ?
Lloyd McKenzie (Sep 14 2021 at 22:20):
@James Agnew or, if you know who to ping, @Mark Iantorno?
James Agnew (Sep 15 2021 at 01:22):
I'm guessing that is testing our old address of http://fhirtest.uhn.ca and not the current home at http://hapi.fhir.org
I no longer work at UHN and had to give up the original domain unfortunately. The server does crash sometimes, but it's definitely up more than never. :)
René Spronk (Sep 15 2021 at 06:45):
The stats may use the wrong URL, nevertheless the HAPI R4 public endpoint was down yesterday. As was (still is?) Grahame's server.
Grahame Grieve (Sep 15 2021 at 12:00):
my server is up
René Spronk (Sep 26 2021 at 13:45):
hapi.fhir.org as well as test.fhir.org are both down. @Grahame Grieve @Mark Iantorno @James Agnew - I'm kind of hoping that one day someone will create some automated reboot type of script, to improve the uptime of these servers.
James Agnew (Sep 26 2021 at 15:01):
Thanks for the heads up- Fixed
Grahame Grieve (Sep 27 2021 at 02:14):
I set up a monitor.
Simone Heckmann (Sep 27 2021 at 07:53):
I use hapi.fhir.org a lot for tutorials and training and it seems to me that more often than not, if a group of 10 or more people start running concurrent validations against the public endpoint, the server goes down (persistent 504 error, IIRC). It's usually back the next morning...
René Spronk (Oct 04 2021 at 14:35):
HAPI is down again - @James Agnew @Mark Iantorno
James Agnew (Oct 04 2021 at 14:55):
Fixed
René Spronk (Nov 14 2021 at 18:33):
test.fhir.org is down/unresponsive.. @Grahame Grieve
Grahame Grieve (Nov 14 2021 at 19:54):
fixed
Last updated: Apr 12 2022 at 19:14 UTC