GitHub user penguin2716 added a comment to the discussion: HTTP ERROR 503 
Service Unavailable

> the db.cloud.password and db.cloud.password are both decrypted as "password", 
> are they correct ?

Yes, the db.cloud.password and db.usage.password is both set to "password".

> however, when you downgrade to java11, cloudstack should work well.

After setting default Java vertion to 11, the management server works well.

```
$ java -version
openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, 
sharing)

$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                         Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-17-openjdk-amd64/bin/java   1711      auto mode
  1            /usr/lib/jvm/java-11-openjdk-amd64/bin/java   1111      manual 
mode
  2            /usr/lib/jvm/java-17-openjdk-amd64/bin/java   1711      manual 
mode

Press <enter> to keep the current choice[*], or type selection number: 1
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to 
provide /usr/bin/java (java) in manual mode

$ java -version
openjdk version "11.0.24" 2024-07-16
OpenJDK Runtime Environment (build 11.0.24+8-post-Ubuntu-1ubuntu322.04)
OpenJDK 64-Bit Server VM (build 11.0.24+8-post-Ubuntu-1ubuntu322.04, mixed 
mode, sharing)

$ sudo systemctl restart cloudstack-management

GitHub link: 
https://github.com/apache/cloudstack/discussions/9880#discussioncomment-11171550

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to