Skip to content
Discussion options

You must be logged in to vote

OK, I've reproduced the issue.
It's basically quite simple. Your SPRING_APPLICATION_JSON doesn't include the maxConnections: 10 and actually it should not, it should be defaulted in our code somehow for even multi database config, but currently it's not. That's a bug.

For now, use this revised script and hack as you need. Auth is disabled for my testing, so you can add those back into this script (seriously awesome help for it came from Grok AI here after about 1 hour of troubleshooting and verifying our own sourcecode).
I've enabled more logging in case you want to inspect more.

db2rest_start.ps1

$json = @'
{
  "logging": {
    "level": {
      "com.zaxxer.hikari": "TRACE",
      "com.za…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@djeannerod
Comment options

Answer selected by djeannerod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants