-
Notifications
You must be signed in to change notification settings - Fork 929
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
SonarQube startup issue #80
Comments
Running out of memory? |
No, we are good on memory. I’m running it on a server with 12 GB memory and plenty of CPU. Do we need to do anything special while creating the PV for sonarqube?
Sent from my iPhone. Please excuse the brevity and typos.
… On Mar 12, 2018, at 5:38 PM, Siamak Sadeghianfar ***@***.***> wrote:
Running out of memory?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Has anyone run into this issue with Sonarqube 6.7? This looks like an image problem to me. |
@deepjyotsingh can you try using this repo? It uses the images from centos repository that should be able to run with restricted scc The problem you have seems to be related to the permissions in the hostPath folder that belongs to Sorry for the late reply |
I'm getting same issue, using provision.sh and doing manualy. Sonarqube log status:
And pod status is: Crash Loop Back-off. While reading other issues I thought it was caused by lack of memory, so I increased VM Memory size to 12GB but it still not working. I'm using Minishift as environment. Could anyone help me with this? |
I was trying with Red Hat Developers cdk. |
Thanks for the feedback @ptrckq |
For me persistent deploy consistently failed using OCP 3.9 on AWS. Workaround was to remove all components and deploy ephemeral. # Remove all components
oc delete service sonarqube; oc delete deploymentconfigs sonarqube; oc delete route sonarqube; oc delete imagestreams sonarqube; oc delete pvc sonarqu
be-data # Deploy ephemeral
oc new-app -f https://raw.githubusercontent.com/RHsyseng/docker-rhel-sonarqube/master/templates/sonarqube-ephemeral-template.yaml --param=SONARQUBE_SERVICE_NAME=sonarqube |
Thanks, I followed your workaround and it worked like a charm. |
Please advice.
2018.03.08 10:50:41 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2018.03.08 10:50:41 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
2018.03.08 10:50:41 INFO app[][o.s.a.p.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch -Epath.conf=/opt/sonarqube/temp/conf/es
2018.03.08 10:50:41 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2018.03.08 10:50:43 INFO app[][o.e.p.PluginsService] no modules loaded
2018.03.08 10:50:43 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2018.03.08 10:50:47 WARN app[][o.s.a.p.AbstractProcessMonitor] Process exited with exit value [es]: 1
2018.03.08 10:50:47 INFO app[][o.s.a.SchedulerImpl] Process [es] is stopped
2018.03.08 10:50:47 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
The text was updated successfully, but these errors were encountered: