10-27-2017 06:01 AM
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"
}
10-27-2017 06:33 AM
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
10-27-2017 08:19 AM
Thanks Kevin, I actually missed this contribution because of my previous customisation for Nuxeo 7.10 . Henri
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.