[Bug 39097] New: [NoNodes] ** No nodes are available: [http://localhost:9200] after Upgrading
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39097 Bug ID: 39097 Summary: [NoNodes] ** No nodes are available: [http://localhost:9200] after Upgrading Change sponsored?: --- Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: simon.hohl@dainst.org QA Contact: testopia@bugs.koha-community.org The is already bug #30898, concerning tests. But I have an issue after upgrading to Debian bookworm and Koha 24.11 (from 21.11). I get the following error: ``` # koha-elasticsearch --rebuild -d -v myinstance [16419] Checking state of biblios index [16419] Dropping and recreating biblios index [NoNodes] ** No nodes are available: [http://localhost:9200], called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /usr/share/koha/lib/Koha/SearchEngine/Elasticsearch/Indexer.pm line 437.Something went wrong rebuilding indexes for myinstance ``` cURL returns: ``` # curl localhost:9200 { "name" : "UMcmM90", "cluster_name" : "elasticsearch", "cluster_uuid" : "Cpb1dvL5S1SFkfJseUMcEQ", "version" : { "number" : "6.8.23", "build_flavor" : "default", "build_type" : "deb", "build_hash" : "4f67856", "build_date" : "2022-01-06T21:30:50.087716Z", "build_snapshot" : false, "lucene_version" : "7.7.3", "minimum_wire_compatibility_version" : "5.6.0", "minimum_index_compatibility_version" : "5.0.0" }, "tagline" : "You Know, for Search" } ``` Any pointers towards how to debug this further? This also seems to crash my `/cgi-bin/koha/about.pl`? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39097 Simon Hohl <simon.hohl@dainst.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[NoNodes] ** No nodes are |[NoNodes] ** No nodes are |available: |available: |[http://localhost:9200] |[http://localhost:9200] |after Upgrading |after upgrading -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39097 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi, this sounds more like a support request/setup issue and as such is better suited for the mailing list or the Mattermost community chat (https://chat.koha-community.org) Which Elasticsearch version is used? Since 21.11 the requirements changed a bit: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39097 --- Comment #2 from Simon Hohl <simon.hohl@dainst.org> --- Ah dang, did not see that wiki page. It's ES6, so that is probably the issue... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39097 Simon Hohl <simon.hohl@dainst.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org