-
Hello team, I've took interest in CloudStack a few days ago and tried to install it. I've got success but now I have a problem accessing the client UI in my browser. My system for test is Ubuntu 18.04.6 LTS and CloudStack Relase is 4.20.0.0. I've followed the steps at https://docs.cloudstack.apache.org/en/4.20.0.0/installguide/management-server/index.html Type of installation is single node management server with nfs and db on same host. Java version:
MySql version: Database is configure and I have all grants for cloud user. I can access the database at localhost with no problem with command and the grants
This is part of my db.properties
And this is output of command for service status
which shows some errors (i guess) in the second part
As of now I cannot access the http://localhost:8080/client/ address as it shows http 503. Netstat output
You can find attached my log There is a single sql exception about creating a table that already exists.
But relevant part of log seems linked to Bean Definition. There are many errors (under DEBUG/WARN) like this for different modules. How can I resolve? Thank you for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@ManuFe Reinstalling the management server should help, the OS,Java,MySQL versions are not supported with CloudStack 4.20 https://docs.cloudstack.apache.org/en/4.20.0.0/releasenotes/compat.html |
Beta Was this translation helpful? Give feedback.
-
Hello @rajujith Thnak you for the matrix. Anyway yesterday I've tried with the 24.04 ubuntu using the deb packages from the community and got not errors and the ui was accessible. My problem initially was that I was already trying to donwload the release with Ubuntu 24.04 LTS and got some errors during compilation of source due to prerequisites and such following the exact commands of the installation guide so I could not terminate it. Anyway using the already compiled packages I am able so. |
Beta Was this translation helpful? Give feedback.
@ManuFe Reinstalling the management server should help, the OS,Java,MySQL versions are not supported with CloudStack 4.20 https://docs.cloudstack.apache.org/en/4.20.0.0/releasenotes/compat.html