Hello everyone, Updated my CS (4.19.0 -> 4.22, debian 12, db on separate instances. During the upgrade java was bumped from 11 to 17 (the 11 one was removed after that). Unfortunately when started UI was not available (503) and the error was full of bean errors.
java --version openjdk 17.0.17 2025-10-21 OpenJDK Runtime Environment (build 17.0.17+10-Debian-1deb12u1) OpenJDK 64-Bit Server VM (build 17.0.17+10-Debian-1deb12u1, mixed mode, sharing) db.properties config: cluster.node.IP=172.16.15.18 # the ip of the cloudstack server cluster.servlet.port=9090 region.id=1 # CloudStack database settings db.cloud.username=<some user> db.cloud.password=<some password> cloud.host=172.16.15.14 db.cloud.driver=jdbc:mysql db.cloud.port=3306 db.cloud.name=cloud you can find a snippet of the logs here -> https://drive.google.com/file/d/1S3U7blkWJcxn8s_M8sCxl8w15J5DpkYC/view?usp=sharing What can be the cause ? I am not sure how to troubleshoot further. Best Regards, Jordan
