Hi all, Lately the z39.50 lookup process has stopped working for the installation of Koha that I look after. (running on Debian stable) Clicking on the following: Catalog - Add biblio - Create Empty biblio, insert ISBN number, click on z3950 search button The z39.50 window pops up and only displays the following: "Z3950 Search Results, Nothing found, Still ?? requests to go" Here's my z3950-daemon-options file: # cat z3950-daemon-options RunAsUser=www-data KohaZ3950Dir=/usr/local/koha/intranet/scripts/z3950daemon KohaModuleDir=/usr/local/koha/intranet/modules LogDir=/usr/local/koha/log KohaConf=/etc/koha.conf The weird thing is that the z3950 logs in the LogDir location haven't been written to for months. There are log messages in /var/log/apache/koha/koha-error.log: 210.49.141.186 - - [07/Nov/2006:22:35:39 +1000] "GET /cgi-bin/koha/z3950/search.pl?bibid=&isbn=0198507917 HTTP/1.1" 200 1541 query=Select id,file,isbn,title,author from marc_breeding where z3950random = ? title= isbn= at /usr/local/koha/intranet/modules/C4/Breeding.pm line 167. 210.49.141.186 - - [07/Nov/2006:22:35:42 +1000] "GET /cgi-bin/koha/z3950/search.pl?bibid=&random=393126843.57083 HTTP/1.1" 200 1541 query=Select id,file,isbn,title,author from marc_breeding where z3950random = ? title= isbn= at /usr/local/koha/intranet/modules/C4/Breeding.pm line 167. 210.49.141.186 - - [07/Nov/2006:22:35:44 +1000] "GET /cgi-bin/koha/z3950/search.pl?bibid=&random=393126843.57083 HTTP/1.1" 200 1541 210.49.141.186 - - [07/Nov/2006:22:35:45 +1000] "GET /intranet-tmpl/default/en/includes/common-style.css HTTP/1.1" 200 7431 What do these log entries mean? Does anyone have any pointers about how to diagnose this z39.50 problem? Thanks, Greg
Lately the z39.50 lookup process has stopped working for the installation of Koha that I look after. (running on Debian stable) Greg, if you're able, it would be well worth your while to upgrade to
On Tue, Nov 07, 2006 at 10:56:01PM +1000, Greg Vickers wrote: the CVS version of the Z39.50 client software. It's been re-implemented using the new Perl-ZOOM that supports asynchronous searches natively and doen't require the use of the daemon process. I've been using it successfully now in about 20 of my clients and they are very pleased with the improvement in stability ... With a little luck, we should be able to release 2.2.7 later this week (paul?) which will include these improvements. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
hello On 11/7/06, Joshua Ferraro <jmf@liblime.com> wrote:
Lately the z39.50 lookup process has stopped working for the installation of Koha that I look after. (running on Debian stable) Greg, if you're able, it would be well worth your while to upgrade to
On Tue, Nov 07, 2006 at 10:56:01PM +1000, Greg Vickers wrote: the CVS version of the Z39.50 client software. It's been re-implemented using the new Perl-ZOOM that supports asynchronous searches natively and doen't require the use of the daemon process. I've been using it
I use fc3 with mysql 3.23. present ly working with 2.2.6 and when i did upgrade to 2.2.6 it complained of missing ZOOM pckg which could nt be installed as my yaz version is an old one. the later versions of yaz wont compile on my system. if i upgrade my system then mysql will also upgrade to ver 5, which will again give me problems. pls comment on what i can do. successfully now in about 20 of my clients and they are very pleased
with the improvement in stability ...
With a little luck, we should be able to release 2.2.7 later this week (paul?) which will include these improvements.
Cheers,
-- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Regards Mohamed Imran K R
Hi Joshua, Joshua Ferraro wrote:
Greg, if you're able, it would be well worth your while to upgrade to the CVS version of the Z39.50 client software. It's been re-implemented using the new Perl-ZOOM that supports asynchronous searches natively and doen't require the use of the daemon process. I've been using it successfully now in about 20 of my clients and they are very pleased with the improvement in stability ...
Great! I'm a little rusty, where will I find the CVS of the Z39.50 client? :)
With a little luck, we should be able to release 2.2.7 later this week (paul?) which will include these improvements.
Great, looking forward to it! Thanks, Greg
participants (3)
-
Greg Vickers -
Joshua Ferraro -
Mohamed Imran K R