[Koha-bugs] [Bug 24045] New: Cannot open port for Z39.50

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 14 14:36:08 CET 2019


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

            Bug ID: 24045
           Summary: Cannot open port for Z39.50
 Change sponsored?: ---
           Product: Koha
           Version: 19.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Z39.50 / SRU / OpenSearch Servers
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: b.pastern4k at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

For Z39 to work i followed the instructions and uncommented these blocks in
koha-conf.xml

<listen id="publicserver">tcp:@:nnn</listen>
<server id="publicserver" listenref="publicserver">...</server>
<serverinfo id="publicserver">...</serverinfo>

Then i ran sudo koha-zebra --restart instance.

When i try to check whether the connection is working via
yaz-client -c /etc/koha/zebradb/ccl.properties localhost:$PORT/biblios

i get this error
Connecting...error = System (lower-layer) error: Connection refused

I checked opened ports/IPs with this command 
sudo netstat -tuplen 
and could not find my port for z39 server.

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


More information about the Koha-bugs mailing list