http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #63 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Juan Romay Sieira from comment #62)
I'm testing ES. My problem is that Koha is always trying to connect to localhost:9200, but my koha-conf.xml has:
<elasticsearch> <server>192.168.0.213:9200</server> <index_name>core</index_name> </elasticsearch>
my instance of ES it not in localhost. Do I have to do something to force to connect to 192.168.0.213 and not to localhost?
This is the error: [NoNodes] ** No nodes are available: [http://localhost:9200], called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /usr/local/share/perl/5.10.1/Catmandu/Store/ElasticSearch.pm line 61
It definitely doesn't require localhost, my own test system runs against a remote ES server. I'm not sure what could cause that, are you sure you've got the right koha-conf? I'll attach the whole of mine to make sure the context is right. -- You are receiving this mail because: You are watching all bug changes.