Cannot start Sonarqube with error "app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143"

Sonarqube Version 7.9.1

Hi after out prod issues, i try to install sonnarque 7.9.1 both on development machine and staging environment , for development there’s no issue to bring up the sonarqube service,
but on staging server it hit below error:
“app[o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143”
i have setting the environment as same staging=development, it’s very strange
on the system parameter i added:
vm.max_map_count=262144
fs.file-max=65536
and on ulimit i set up as below:
LimitNOFILE=65536
LimitNPROC=8192
also i severel time try to remove es6 folder then restart service but doesn’t help

es.log.txt (601.1 KB) sonar.log.txt (180.0 KB)

Hi,

What do you see in web.log?

Also, in general when you’re diagnosing why SonarQube won’t start, DEBUG-level logs are both overkill and overwhelming.

 
Ann

Hi Ann,

Thanks for your response . after i look at the web.log it’s error about db connnection, i’m using postgresql so i modify the pg_hba.conf. now it’s working. thanks

1 Like