Replies: 1 comment 1 reply
-
|
For me this sounds like this has nothing to do with Play itself (but you never know). It's hard for me to find out what's going on just by the config and the exception you provided. My first guess this is either
Are you actually using the latest versions of ScalikeJDBC and HikariCP? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on a Play Framework application using ScalikeJDBC and PostgreSQL, and I’ve run into a persistent issue when using multiple database connections.
✅ Setup:
I have two databases configured: db.default and db.analytics. The default DB works perfectly, but after some time, the secondary DB (db.analytics) throws the following exception:
🔍 Observations:
application.conf configuration:
❓ Question:
Any help or insights would be greatly appreciated!
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions