FHIR Chat · transaction error · hapi

Stream: hapi

Topic: transaction error


view this post on Zulip David Hay (Sep 17 2019 at 19:57):

Getting the following error POSTing a transaction to the public hapi 4 server - was working a couple of minutes ago...
{
"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.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to acquire JDBC Connection</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: org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to acquire JDBC Connection"
}
]
}

view this post on Zulip James Agnew (Sep 17 2019 at 20:14):

eep, looks like the hard drive is full n that server...

view this post on Zulip James Agnew (Sep 17 2019 at 20:42):

Sigh...

I enabled Bulk Data export this weekend, and enough people generated bulk exports that it trashed the database. Ugggggh I hate recovering from this kind of thing :)


Last updated: Apr 12 2022 at 19:14 UTC