Replies: 3 comments
-
|
MariaDB driver - test connections using the mentioned credentials (from mgmt to DB server) telnet to port 3306 (network check) Check if the MariaDB drivers maybe got updated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Which MariaDB version? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
MariaDB version is 10.3.39 , we have verified DB is up and accessible when we are getting this error. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
problem
We have upgrade the ACS from 4.19.1.2 to 4.20.2.0 and after that Apache CloudStack is giving "HTTP ERROR 503 Service Unavailable"
We verified ACS database is up but ACS management server is not able to connect to database. Below is the error
WARN [c.c.u.d.T.Transaction] (main:[]) (logid:) Unable to load db configuration, using defaults with 5 connections. Falling back on assumed datasource on localhost:3306 using username:password=cloud:cloud. Please check your configuration com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.`me:password=cloud:cloud. Please check your configuration com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
2026-04-16 02:30:50,423 ERROR [c.c.u.d.Merovingian2] (main:[]) (logid:) Unable to get a new db connection java.sql.SQLTransientConnectionException: cloud - Connection is not available, request timed out after 1000ms (total=0, active=0, idle=0, waiting=0)
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
Caused by: java.net.ConnectException: Connection refused
Caused by: java.net.ConnectException: Connection refused
`
versions
ACS Version pre-upgrade : 4.19.1.2
ACS version post-upgrade : 4.20.2.0
Management and DB OS : RHEL 8
DB : MariaDB Galera Cluster
We have been able to upgrade other 3 environment installed with same configuration but this upgrade is getting failed
The steps to reproduce the bug
...
What to do about it?
No response
Beta Was this translation helpful? Give feedback.
All reactions