[Koha-bugs] [Bug 25277] Z3950responder does not work with Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 4 12:00:19 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25277

--- Comment #5 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
For some reason I have issues to run the responder on koha-testing-docker

kohadev-koha at 0c6291f3563f:/kohadevbox/koha$ perl misc/z3950_responder.pl -c
etc/z3950/ --debug
/etc/koha/sites/kohadev/z3950/: No such file or directory

Why does it wants it from /etc/koha/sites/kohadev/z3950 ? It's like -c is
ignored.

Same issue when using the koha-z3950-responder command.

kohadev-koha at 0c6291f3563f:/kohadevbox/koha$ koha-z3950-responder --start
kohadev
[....] Starting Z39.50/SRU daemon for kohadev:/etc/koha/sites/kohadev/z3950/:
No such file or directory

I'm not specifying any param here. So it would be the default config of
koha-testing-docker that doesn't pass it. Or it's ignored like above.

This ugly trick did it.
kohadev-koha at 0c6291f3563f:/kohadevbox/koha$ ln -s /kohadevbox/koha/etc/z3950/
/etc/koha/sites/kohadev/z3950

Now it can try to test. But does anyone has an idea if that's and issue of Koha
or koha-testing-docker?

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


More information about the Koha-bugs mailing list