I am working with the 3.2 alpha release from git://git.librarypolice.com/git/koha-rm.git and I can't seem to get Zebra to index. It will export the records and that is it, is there a way for me to get some more verbose or logging information to figure out what is going wrong? This is what I am seeing root@tigger:/var/log# /usr/local/koha/bin/migration_tools/rebuild_zebra.pl -v -b -a Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha02032010/zebradb/biblios Zebra authorities directory = /var/lib/koha02032010/zebradb/authorities Koha directory = /usr/local/koha02032010/intranet/cgi-bin BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== Records exported: 0 ==================== REINDEXING zebra ==================== ==================== exporting biblio ==================== 201.................................................................................................... Records exported: 211 ==================== REINDEXING zebra ==================== ==================== CLEANING ==================== -- Zachary Spalding Systems Manager Southeastern NY Library Resources Council 21 S. Elting Corners Rd Highland, NY 12528 Phone: 845-883-9065x13 Fax: 845-883-9483 Email: spalding@senylrc.org
Hi, On Wed, Feb 3, 2010 at 12:07 PM, Zachary Spalding <spalding@senylrc.org> wrote:
I am working with the 3.2 alpha release from git://git.librarypolice.com/git/koha-rm.git
git://git.koha.org/git/koha.git has the 3.2 alpha tag as well, by the way.
and I can't seem to get Zebra to index. It will export the records and that is it, is there a way for me to get some more verbose or logging information to figure out what is going wrong?
-v is in fact the verbose switch for rebuild_zebra.pl. Based on the output, my guess is that zebraidx is not in your PATH - could you check that? Note that this is a silent failure, and should be noisier. Regards, Galen -- Galen Charlton gmcharlt@gmail.com
participants (2)
-
Galen Charlton -
Zachary Spalding