Hello all, I'm trying to get zebra 2 running on a centos 5 machine with Koha 3.00.01, and everything looks good until I run a catalog search and the connection closes with an error 109 message. Tried rebuilding and restarting zebra plenty of times, as both root and koha user. / etc/koha and /var/lock/koha are owned by the koha user now. Have also done these exports: export KOHA_CONF=/etc/koha/koha-conf.xml export PERL5LIB=/usr/share/koha/lib Not sure what to do next - reinstall zebra?? [root@koha-test migration_tools]# cd /usr/bin [root@koha-test bin]# zebrasrv-2.0 -f /etc/koha/koha-conf.xml 16:10:19-20/04 [log] zebra_start 2.0.8 /etc/koha/zebradb/zebra- biblios.cfg 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-safari.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so 16:10:19-20/04 [log] zebra_start 2.0.8 /etc/koha/zebradb/zebra- authorities.cfg 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-safari.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so 16:10:19-20/04 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so 16:10:19-20/04 [server] Adding dynamic listener on unix:/var/run/koha/zebradb/bibliosocket id=1 16:10:19-20/04 [server] Adding dynamic listener on unix:/var/run/koha/zebradb/authoritysocket id=2 16:10:19-20/04 [server] Starting server zebrasrv-2.0 pid=30051 16:10:38-20/04 zebrasrv-2.0(1) [session] Session - OK 1 unix:/var/run/koha/zebradb/bibliosocket 30059 16:10:38-20/04 zebrasrv-2.0(1) [request] Auth idPass kohauser - 16:10:38-20/04 zebrasrv-2.0(1) [request] Init OK - ID:81/81 Name:ZOOM-C/YAZ Version:1.116/2.1.54 16:10:38-20/04 zebrasrv-2.0(1) [request] Search biblios ERROR 109 1 1+0 RPN @attrset Bib-1 @or @or @or @or @or @attr 1=36 @attr 4=1 @attr 6=3 @attr 9=32 @attr 2=102 adorn @attr 1=4 @attr 4=1 @attr 6=3 @attr 9=28 @attr 2=102 adorn @attr 1=4 @attr 4=1 @attr 9=26 @attr 2=102 adorn @attr 4=6 @attr 5=103 @attr 9=16 @attr 2=102 adorn @attr 4=6 @attr 5=1 @attr 9=14 @attr 2=102 "adorn? " @attr 4=6 @attr 9=14 @attr 2=102 adorn 16:10:38-20/04 zebrasrv-2.0(1) [session] Connection closed by client thanks! Cody ____________________________ Cody Hennesy Librarian, Systems & Services California College of the Arts 510.594.3659 | library.cca.edu
Cody Hennesy <chennesy@cca.edu> wrote:
I'm trying to get zebra 2 running on a centos 5 machine with Koha 3.00.01, and everything looks good until I run a catalog search and the connection closes with an error 109 message. [...]
Is there anything in the catalog? I think 109 is database unavailable. Try running the rebuild-zebra.pl script described in the INSTALL or README. Can you search from yaz-client? See recent list posts for commands. Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237
Thanks, I've tried the rebuild script on the 60 records we imported successfully via the staff intranet a bunch of times, and the xml records show up in the terminal log w/o any significant errors, so it appears that they're being indexed. I tried to connect through the yaz client and am getting the following response for searches: Z> f adorn Connecting...OK. Decoding of SRW package failed Elapsed: 3.841757 Googling the SRW package msg didn't turn up anything that made sense to me. Entirely possible I'm not connecting to our server correctly using yaz: Z> open http://koha-test.cca.edu Connecting...OK. Should I connect some other way? Any other ideas? Thanks! Cody On Apr 24, 02009, at 6:09 AM, MJ Ray wrote:
Cody Hennesy <chennesy@cca.edu> wrote:
I'm trying to get zebra 2 running on a centos 5 machine with Koha 3.00.01, and everything looks good until I run a catalog search and the connection closes with an error 109 message. [...]
Is there anything in the catalog? I think 109 is database unavailable. Try running the rebuild-zebra.pl script described in the INSTALL or README.
Can you search from yaz-client? See recent list posts for commands.
Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237
Cody Hennesy <chennesy@cca.edu> wrote:
Thanks, I've tried the rebuild script on the 60 records we imported successfully via the staff intranet a bunch of times, and the xml records show up in the terminal log w/o any significant errors, so it appears that they're being indexed. [...] Entirely possible I'm not connecting to our server correctly using yaz:
Z> open http://koha-test.cca.edu Connecting...OK.
Should I connect some other way? Any other ideas? Thanks!
I think it's usually auth kohausername password open localhost:9990 but kohausername password localhost and portnumber can be configured. Happy hunting! -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237
participants (2)
-
Cody Hennesy -
MJ Ray