[Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 15 14:53:34 CEST 2019


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

--- Comment #215 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
One last followup.

We were still referencing a relative path for the pqf.properties file from
inside the config.xml and this was not resolving correctly.

After a little more digging I spotted that 'cql2rpn' should always be 'relative
to the working directory', but under a daemon start the working directory was
not being set correctly.  One can, however, pass a `-w` to the daemon to
explicitly set working directory and as such make relative paths (from the
config file directory) work as expected.

Ere, this gets the tests passing again in my koha-testing-docker instance and
also in my local environment but it might be worth double-checking at your end
whether things will continue to work in your live environments.. I have a hunch
you're using full paths in your config files there (or perhaps YAZ5 just does a
much better job of detecting working directory in the first place for you).

Pushed

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


More information about the Koha-bugs mailing list