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.