service:org.nuxeo.elasticsearch.ElasticSearchComponent unstarted

ElasticSearchComponent doesn't start when starting Nuxeo 8.10-HF16. Communications on port 9300 between Nuxeo server and ELS nodes are OK.

Thank you for any idea. Henri

ELS version :

{
  "name" : "el1",
  "cluster_name" : "UR1-ged",
  "cluster_uuid" : "rUjbzPyAQaGKp3x5e5dNKQ",
  "version" : {
    "number" : "2.4.6",
    "build_hash" : "5376dca9f70f3abef96a77f4bb22720ace8240fd",
    "build_timestamp" : "2017-07-18T12:17:44Z",
    "build_snapshot" : false,
    "lucene_version" : "5.5.4"
  },
  "tagline" : "You Know, for Search"
}
0 votes

2 answers

2744 views

ANSWER



Thanks Kevin, I actually missed this contribution because of my previous customisation for Nuxeo 7.10 . Henri

0 votes



Hi,

What the content of nxserver/config/elasticsearch-config.xml ? It seems you miss this contribution:

<extension target="org.nuxeo.elasticsearch.ElasticSearchComponent" point="elasticSearchClientInitialization">
  <clientInitialization class="org.nuxeo.elasticsearch.core.ESClientInitializationServiceImpl"/>
</extension>

It should be automatically generated from templates/common-base/nxserver/config/elasticsearch-config.xml.nxftl, do you have this file ? You should have this content.

Thanks

0 votes