Closed alifa20 closed 6 years ago
Getting the same error from ElasticSearch when trying to start new SonarQube 6.7 on RHEL 6.6.
We were getting this error because DISCOVERY_SERVICE
used in the config defaults to elasticsearch-discovery
I added the DISCOVERY_SERVICE env var pointing to elasticsearch5-discovery
for us, and it worked.
I don't see a 'DISCOVERY_SERVICE' entry in the elastic search properties with SonarQube 6.7.1, or anything similar. Setting this in the environment doesn't change the error for me.
@sawatts Are you using the docker images / kubernetes resources in this repo?
@zoidbergwill No docker or kubernetes involved -- so probably not of interest to this thread. I was just looking for other occurances of the same issue to find a common cause.
Sorry but I'm closing this issue as it's source to confusion for people coming here looking for issues with Elasticsearch on Kubernetes as documented in this repo.
I am getting this error
My yaml file for master is
I am running Es version 1.7 and that's why I renamed this new one to elasticsearch5. I hope this naming is not the cause of the problem. I initially didn't have eth0 for NETWORK_HOST , reviewing
Troubleshooting
par from the readme doc, I added in but now getting253 hex: fd
error. Other network host values didnt work.Any ideas?