Closed H3xtyy closed 2 years ago
Please read/google the first line of the error. 9 times out of 10 it gives you the information you need.
java.sql.SQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections"
Your database is not configured to handle as many connections as your server is creating. IRP was that 1 connection of too much.
I'm getting this error:
How can I increase connection limit?