https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38345
--- Comment #39 from David Nind <[email protected]> --- Can now get to work with OS1, OS2 and ES7. Tests passed for ES7, but didn't for OS1 and OS2: Test Summary Report ------------------- t/db_dependent/Koha/SearchEngine/Elasticsearch/Indexer.t (Wstat: 256 (exited 1) Tests: 5 Failed: 1) Failed test: 5 Non-zero exit status: 1 t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t (Wstat: 256 (exited 1) Tests: 15 Failed: 1) Failed test: 15 Non-zero exit status: 1 Files=5, Tests=58, 13 wallclock secs ( 0.03 usr 0.01 sys + 6.95 cusr 1.87 csys = 8.86 CPU) Result: FAIL On ES8, koha-1 exited with code 1 (but haven't managed to get ES8 running for some time on KTD): koha-1 | Use of uninitialized value in string ne at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 52. koha-1 | [Timeout] ** [http://es:9200]-[599] Timed out while waiting for socket to become ready for reading, called from sub Search::Elasticsearch::Role::Cxn::process_response at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 55. With vars: {'status_code' => 599,'request' => {'serialize' => 'std','body' => {'settings' => {'index.number_of_shards' => 5,'index' => {'analysis' => {'char_filter' => {'facet' => {'pattern' => '\\s*(?<!\\p{Lu})[.\\-,;]*\\s*$','type' => 'pattern_replace','replacement' => ''},'punctuation' => {'type' => 'pattern_replace','replacement' => '','pattern' => '([\\x00-\\x1F,\\x21-\\x2F,\\x3A-\\x40,\\x5B-\\x60,\\x7B-\\x89,\\x8B,\\x8D,\\x8F,\\x90-\\x99,\\x9B,\\x9D,\\xA0-\\xBF,\\xD7,\\xF7])'}},'analyzer' => {'analyzer_standard' => {'tokenizer' => 'icu_tokenizer','filter' => ['icu_folding']},'analyzer_phrase' => {'char_filter' => ['punctuation'],'tokenizer' => 'keyword','filter' => ['icu_folding']},'analyzer_stdno' => {'filter' => ['icu_folding'],'tokenizer' => 'whitespace','char_filter' => ['punctuation']}},'normalizer' => {'nfkc_cf_normalizer' => {'char_filter' => 'icu_normalizer','type' => 'custom'},'icu_folding_normalizer' => {'type' => 'custom','filter' => ['icu_folding']},'facet_normalizer' => {'char_filter' => 'facet'}}}},'index.mapping.total_fields.limit' => 10000,'index.number_of_replicas' => 1,'index.max_result_window' => 1000000}},'ignore' => [],'method' => 'PUT','path' => '/koha_kohadev_biblios','qs' => {},'mime_type' => 'application/json'}} db-1 | 2025-12-16 10:16:53 13 [Warning] Aborted connection 13 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-16 10:16:53 14 [Warning] Aborted connection 14 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-16 10:16:53 15 [Warning] Aborted connection 15 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) koha-1 exited with code 1 ON ES6 koha-1 exited with code 1 (I can't get ES6 to start normally with KTD before this): koha-1 | [DEPRECATION] [types removal] The parameter include_type_name should be explicitly specified in put mapping requests to prepare for 7.0. In 7.0 include_type_name will default to 'false', and requests are expected to omit the type name in mapping definitions. - In request: {body => {properties => {abstract => {analyzer => "analyzer_standard",fields => {ci_raw => {normalizer => "icu_fold .... koha-1 | Exception 'Koha::Exception' thrown 'Unable to update mappings for index "koha_kohadev_biblios". Reason was: "Validation Failed: 1: mapping type is missing;". Index needs to be recreated and reindexed' db-1 | 2025-12-16 10:24:47 13 [Warning] Aborted connection 13 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-16 10:24:47 14 [Warning] Aborted connection 14 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-16 10:24:47 15 [Warning] Aborted connection 15 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) koha-1 exited with code 1 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
