I have setup and end up with getting error 143 after all been checked and configure and please assist me to resolve the issues
My env details are:
Linux RedHat 7.5
Sonarqube 7.9 community Edition
Postgresql 9.4 or default H2 Database ( also Sevice is not starting )
4.Crowd integration
Extracted the sonarqube7.9 and while starting with sh sonar.sh console and its not starting and getting the error 143. Unable to fix this issue and kindly assist me
It looks like an elasticsearch-related issue, please go through the troubleshooting page and have a look at the es.log file, it may contain an understandable error message that can help.
2019.08.15 07:57:00 ERROR es[][o.e.b.Bootstrap] node validation exception
[1] bootstrap checks failed
[1]: max number of threads [2048] for user [sonar] is too low, increase to at least [4096]
I ve set that and still i am getting 143 error. When look that these logs…
es.log —> INFO [es] [o.e.n. Node] Started
INFO [es] [o.e.n.GatewayService] recovered [0] indices into cluster_state
INFO [es] [o.e.n. Node] Stopping
INFO [es] [o.e.n. Node] Stopped
INFO [es] [o.e.n. Node] Closing
INFO [es] [o.e.n. Node] Closed.
Sonar.log -->
INFO apa [o.s.a. SchedulerImpl] process [web] is stopped
WARN apa [o.s.a. AbstractMangedProcess] Process exited with exit value [es]: 143
INFO apa [o.s.a. SchedulerImpl] process [es] is stopped
INFO apa [o.s.a. SchedulerImpl] Sonarqube is stopped
web.log -->
INFO we [o.s.s.a.EmbeddedTomcat] HTTP Connector enabled on port 9000
INFO we [o.s.s.a.EmbeddedTomcat] Hard stopping process
Would you mind to have a short call, so that i can call you and running out this and unable to fix this
If your logs say the user running the process doesn’t have access to enough threads then that’s what the problem is. So at this point it’s a Linux question. I know from personal experience that getting these values properly set can be trickier than it should be, but I’m not sure we can help you in this matter beyond identifying what you need to work on.