-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/sonarqube] Elasticsearch fails to start: AccessDeniedException on /opt/bitnami/sonarqube/elasticsearch/plugins #78282
Comments
Hi, I have the same problem, my functional instance gives this error after upgrading image to latest version |
Hi @eduardosilva, were you upgrading from an instance or does the issue occur on a fresh instance? |
Hi @javsalgar , this issue occurs on a fresh instance. |
Hi, I recreated the same error on a fresh instance on both Windows Docker Desktop and Ubuntu Server, downgrading to 24.12.0 helps as a workaround. |
Hi I was trying to reproduce the issue but I had no luck. I used the this docker-compose.yml file with fresh volumes and the images resolved are:
|
I've just reproduce it with the image bitnami/sonarqube:25.2.0-debian-12-r4. The directory |
Could you give a try to the latest image ( |
@fmulero Confirmed! Using the image |
Name and Version
bitnami/sonarqube:25
What architecture are you using?
None
What steps will reproduce the bug?
While running SonarQube 25 using the Bitnami Docker image with Docker Compose, Elasticsearch fails to start due to a permissions issue accessing the elasticsearch/plugins directory. This occurs during the bootstrap phase with a java.nio.file.AccessDeniedException.
Steps to Reproduce:
Docker compose file
Env file
What is the expected behavior?
Sonarqube running using this docker compose.
What do you see instead?
Observed Behavior:
Elasticsearch crashes with the following error:
Additional information
I've already have setup
vm.max_map_count
as recommend and others issues:The text was updated successfully, but these errors were encountered: