You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal exception while booting Elasticsearch
sonarqube | java.lang.IllegalStateException: Unable to access 'path.home' (/opt/bitnami/sonarqube/elasticsearch/plugins ...)
Elasticsearch is not starting.
Isn't there some path error /opt/bitnami/sonarqube that should be /bitnami/sonarqube?
Regards
What is the expected behavior?
Sonarqube should start
What do you see instead?
Sonarqube is down
The text was updated successfully, but these errors were encountered:
Sorry for the delay here. I just tried to reproduce the issue but couldn't do so. I launched a fresh Bitnami Sonarqube 25.2.0 image, and upgraded it to 25.3.0 after that. The container was started properly and I got the warning message regarding the migration of the database
sonarqube-1 | 2025.04.07 11:18:37 WARN web[][o.s.s.p.DatabaseServerCompatibility] The database must be manually upgraded. Please backup the database and browse /setup. For more information: https://docs.sonarsource.com/sonarqube-community-build/server-upgrade-and-maintenance/upgrade/upgrade-the-server/roadmap
sonarqube-1 | 2025.04.07 11:18:37 WARN app[][startup] ################################################################################
sonarqube-1 | 2025.04.07 11:18:37 WARN app[][startup] The database must be manually upgraded. Please backup the database and browse /setup. For more information: https://docs.sonarsource.com/sonarqube-community-build/server-upgrade-and-maintenance/upgrade/upgrade-the-server/roadmap
sonarqube-1 | 2025.04.07 11:18:37 WARN app[][startup] ################################################################################
I simply accessed the /setup endpoint and Sonarqube worked as expected after that
sonarqube-1 | 2025.04.07 11:20:51 INFO ce[][o.s.c.c.ComputeEngineContainerImpl] Running Community edition
sonarqube-1 | 2025.04.07 11:20:51 INFO ce[][o.s.ce.app.CeServer] Compute Engine is started
sonarqube-1 | 2025.04.07 11:20:51 INFO app[][o.s.a.SchedulerImpl] Process[ce] is up
sonarqube-1 | 2025.04.07 11:20:51 INFO app[][o.s.a.SchedulerImpl] SonarQube is operational
Please review if any plugin/extension is generating the error and check its forums/documentation to get more information.
Name and Version
bitnami/sonarqube:latest (25.3.0)
What architecture are you using?
amd64
What steps will reproduce the bug?
I have a running server on image 25.2.0.
When I upgrade to last version (latest, 25.3.0) with the following docker compose:
After upgrading image version to 25.3.0,
I get:
Isn't there some path error
/opt/bitnami/sonarqube
that should be/bitnami/sonarqube
?Regards
What is the expected behavior?
Sonarqube should start
What do you see instead?
Sonarqube is down
The text was updated successfully, but these errors were encountered: