Hello all. I have recently installed koha in Ubuntu following this manual http://wiki.koha-community.org/wiki/Koha_on_Lucid_using_Koha_packages KOHA Version: Koha 3.02 Ubuntu Version: 10.04 LTS <http://wiki.koha-community.org/wiki/Koha_on_Lucid_using_Koha_packages>I got no problems in the installation and in the configuration. But, when I imported a record from z39.50 server and added it to the list. I cannot search the record. There is a record named 100 Days of Royal Takeover in Nepal, when I search 100 or 1 or anything else, it cannot search. It says record not found. For that I checked whether zebra server is running, it is already running. I used *$pgrep zebra to find out whether zebra was running.* **Earlier I had run zebra manually using *$zebrasrv -f /etc/koha/koha-conf.xml * * * *I have done the process using with and without "sudo" but the result is same.* **I have also done zebra re-indexing using *$sudo /usr/share/koha/bin/migration_tools/rebuild_zebra -b -r -a -w* What may be the problem? Is this a known issue? Please Help. Regards. -- Nitesh Rijal BE IT rijal.it@gmail.com http://niteshrijal.com.np http://facebook.com/openrijal http://twitter.com/openrijal +9779841458173
2010/10/28 Nitesh Rijal <rijal.it@gmail.com>
Hello all.
I have recently installed koha in Ubuntu following this manual http://wiki.koha-community.org/wiki/Koha_on_Lucid_using_Koha_packages
KOHA Version: Koha 3.02 Ubuntu Version: 10.04 LTS
<http://wiki.koha-community.org/wiki/Koha_on_Lucid_using_Koha_packages>I got no problems in the installation and in the configuration. But, when I imported a record from z39.50 server and added it to the list. I cannot search the record.
There is a record named 100 Days of Royal Takeover in Nepal, when I search 100 or 1 or anything else, it cannot search. It says record not found.
For that I checked whether zebra server is running, it is already running. I used *$pgrep zebra to find out whether zebra was running.*
**Earlier I had run zebra manually using *$zebrasrv -f /etc/koha/koha-conf.xml * * * *I have done the process using with and without "sudo" but the result is same.*
**I have also done zebra re-indexing using *$sudo /usr/share/koha/bin/migration_tools/rebuild_zebra -b -r -a -w*
1. Be sure the zebra-queue daemon is *not* running. 2. Check permissions on all zebra related directories/files. 3. Re-run rebuild_zebra.pl -r -a -b -v and address any errors which show up in the output. Kind Regards, Chris
participants (2)
-
Chris Nighswonger -
Nitesh Rijal