Getting SQLException: connection is closed with HikariCP #458
Unanswered
AlexandreOkita
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm using Ktorm with HikariCP as my DataSource implementation, but sometimes a query randomly fails with the following error:
Has anyone had a problem like this or imagine what could be happening? I've already tried to change the hikari settings regarding the number of connections in the pool and also add the keepAlive property, but without success yet.
Beta Was this translation helpful? Give feedback.
All reactions