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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
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/

Reply via email to