Hello, I have just installed koha for testing. I have filled the database with data from another colleague, and everything works nicely except for Z39.50. I have got what I believe to be the last version of koha (koha-2.2.2RC2), and I cant get the Z39.50 thing to work. I have added a line to the processz3950queue script as indicated in this list, now the deamon seems to be running but my z3950-daemon log is full of things like DBD::mysql::st execute failed: MySQL server has gone away at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 141. Does this occur when a search gets no result (possible) or is it more serious than that, doctor ? (I think so) In any case, I get nothing sensible in the little popup window when I try searching w z39.50. Anyone help me ? Thanks a lot Cheers, Elizabeth Cherhal-Cleverly Ingénieur à la Cellule Mathdoc http://www-mathdoc.ujf-grenoble.fr/~cherhal Tél professionnel: 33 4 76 51 48 72 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Elizabeth, I too have had an incessant problem getting Z3950 to work. To my understanding the line no longer had to be added to the script. If someone who understands better than I, how to get this to work, could post a step by step method on this list, it will help not only us, but other libraries thinking about using koha. I have been trying to install koha for a library here in the New York City area for the last three months and could never get the Z3950 function to work. To my knowledge it would be a first in this region and actually would enable us to bring other libraries on line if we can get it running. I have personally donated some materials for this project (not including my time) and once I get this going can get back to work on the russian and Turkish translation I was working on but had to forgo since I could never get the entire project running. Gerry Gerry Arthus Systems Administrator: Long Island Library Resources Council SUNY at Stony Brook Stony Brook, New York US 11794-3399 Phone: 1-631-632-6652 FAX: 631-632-6662 Home: 631-289-7565 Email: garthus@lilrc.org Professor: Departments of: Graduate Computer Engineering, Earth and Environmental Science, and Engineering Management C.W. Post Campus of Long Island University 720 Northern Boulevard Brookville, New York US 11548-1300 Phone: 516-299-2293 Cherhal-Cleverly wrote:
Hello,
I have just installed koha for testing. I have filled the database with data from another colleague, and everything works nicely except for Z39.50. I have got what I believe to be the last version of koha (koha-2.2.2RC2), and I cant get the Z39.50 thing to work.
I have added a line to the processz3950queue script as indicated in this list, now the deamon seems to be running but my z3950-daemon log is full of things like DBD::mysql::st execute failed: MySQL server has gone away at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 141. Does this occur when a search gets no result (possible) or is it more serious than that, doctor ? (I think so)
In any case, I get nothing sensible in the little popup window when I try searching w z39.50.
Anyone help me ? Thanks a lot Cheers,
Elizabeth Cherhal-Cleverly Ingénieur à la Cellule Mathdoc http://www-mathdoc.ujf-grenoble.fr/~cherhal Tél professionnel: 33 4 76 51 48 72 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Elizabeth Cherhal-Cleverly a écrit :
Hello,
I have just installed koha for testing. I have filled the database with data from another colleague, and everything works nicely except for Z39.50. I have got what I believe to be the last version of koha (koha-2.2.2RC2), and I cant get the Z39.50 thing to work.
The last version is 2.2.2b, not RC2.
I have added a line to the processz3950queue script as indicated in this list, now the deamon seems to be running but my z3950-daemon log is full of things like DBD::mysql::st execute failed: MySQL server has gone away at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 141. Does this occur when a search gets no result (possible) or is it more serious than that, doctor ? (I think so)
That is a bug that has been fixed (at least should have been fixed...) Last note : you should join the french mailing list (from www.koha-fr.org >> aller plus loin >> support >> support communautaire). A bientôt ;-)
In any case, I get nothing sensible in the little popup window when I try searching w z39.50.
-- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org) _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Dear list, Chers Paul et Henri-Damien, (I have now also subscribed to the french list...) thanks for replies everyone FYI This is my progress wrt z39.50 I have made 2 changes to processz3950queue: 90c90 < ---
my $context = C4::Context->new(); 112a113 $dbh->{"InactiveDestroy"} = "true";
I have also declared environment variables KOHA_CONF and PERL5LIB before executing z3950-daemon-launch.sh now the Mysql server bug has gone away :-) yes!!! But I have another problem, nothing to do with koha, but I'm telling you because maybe other people could have the same one... I am on a campus whose internet policy is not to let anything in or out on any port unless it has been asked for. therefore, there was no way I was going to connect to any port 2211 or 210 or whatever anyway. (the log was so big I just didnt see those little "no connection" lines among all the rest :-( ) I have emailed the network staff, and am confidently waiting for a positive reply ;-) Will keep you posted. Best ECC At 10:04 24/05/2005, Paul POULAIN wrote:
Elizabeth Cherhal-Cleverly a écrit :
Hello, I have just installed koha for testing. I have filled the database with data from another colleague, and everything works nicely except for Z39.50. I have got what I believe to be the last version of koha (koha-2.2.2RC2), and I cant get the Z39.50 thing to work.
The last version is 2.2.2b, not RC2.
I have added a line to the processz3950queue script as indicated in this list, now the deamon seems to be running but my z3950-daemon log is full of things like DBD::mysql::st execute failed: MySQL server has gone away at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 141. Does this occur when a search gets no result (possible) or is it more serious than that, doctor ? (I think so)
That is a bug that has been fixed (at least should have been fixed...)
Last note : you should join the french mailing list (from www.koha-fr.org >> aller plus loin >> support >> support communautaire). A bientôt ;-)
In any case, I get nothing sensible in the little popup window when I try searching w z39.50.
-- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Elizabeth Cherhal-Cleverly -
Gerry Arthus -
Paul POULAIN