[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 26 13:04:35 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

--- Comment #27 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Looks better with these new packages.
Continuing debugging...

Catmandu::Importer::MARC was missing, I installed it using cpanm:
  $ sudo cpanm Catmandu::Importer::MARC

Now I got:
$ perl rebuild_elastic_search.pl
  1 to 115 is displayed
  Committing...

And nothing else...

  $ ps aux | grep elasticsearch
returns nothing
  $ sudo service elasticsearch start
  $ ps aux | grep elasticsearch
returns nothing

  $ curl -X GET http://localhost:9200/
curl: (7) Failed to connect to localhost port 9200: Connection refused

Editing /etc/init.d/elasticsearch, I found the binary:
/usr/share/elasticsearch/bin/elasticsearch
  $ cd /usr/share/elasticsearch
  $ slog4j:WARN No appenders could be found for logger (node).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more
info.udo bin/elasticsearch

  $ apt-cache show elasticsearch
Package: elasticsearch
Version: 1.0.3+dfsg-5

Should I installed another version? Something is missing in my jvm
configuration? Something to do in the elasticsearch config?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list