http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
--- Comment #27 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
