Koha 3 RC1 on UBUNTU not save bibliographic record
Hi to all I have koha 3 RC1 on UBUNTU 8.04 all Debian.Package are ok and Perl Modules are too ok after i finish install koha and go to (127.0.1.1:8080) and go to add record and import record from z39.50 and complete all bibliographic record data and save it all of that ok ........ but when search about it the search result is no result im working with zebra please if any body solve this problem help me thnks John Smith smith_me@live.com Librarian&Technical Support Internationl Center Library (ICL) _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx
On 2008/07/11, at 11:38 AM, john smith wrote:
Hi to all I have koha 3 RC1 on UBUNTU 8.04 all Debian.Package are ok and Perl Modules are too ok after i finish install koha and go to (127.0.1.1:8080) and go to add record and import record from z39.50 and complete all bibliographic record data and save it all of that ok ........ but when search about it the search result is no result im working with zebra please if any body solve this problem help me
hi John, 2 things here... do you have your koha-kohaqueue-ctl.sh / zebraqueue_daemon.pl process running?? do you have your koha-koha-ctl.sh/ zebrasrv process running?? you need both of them running to... 1) update your zebra index after an added record 2) search for your records Mason.
Mason James wrote:
2 things here...
do you have your koha-kohaqueue-ctl.sh / zebraqueue_daemon.pl process running?? do you have your koha-koha-ctl.sh/ zebrasrv process running??
you need both of them running to...
1) update your zebra index after an added record 2) search for your records
Mason. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Mason, I'm having the same problem, how do I check to see if these processes are running? I turned on the NoZebra option but still couldn't find any bibliogrpahic records, but maybe something else was required in this case. I've now turned the NoZebra option back off and will await further instructions. Thanks. Paul
On Tue, Jul 15, 2008 at 04:25:10PM -0400, Paul Yachnes wrote:
Mason James wrote:
2 things here...
do you have your koha-kohaqueue-ctl.sh / zebraqueue_daemon.pl process running?? do you have your koha-koha-ctl.sh/ zebrasrv process running??
you need both of them running to...
1) update your zebra index after an added record 2) search for your records
Mason. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Mason,
I'm having the same problem, how do I check to see if these processes are running? I turned on the NoZebra option but still couldn't find any bibliogrpahic records, but maybe something else was required in this case. I've now turned the NoZebra option back off and will await further instructions. Thanks.
Paul
maybe this could be of some help: http://www.nabble.com/forum/ViewPost.jtp?post=17518392&framed=y http://www.nabble.com/forum/ViewPost.jtp?post=16667732&framed=y Marijana
On Thu, Jul 10, 2008 at 7:38 PM, john smith <smith_me@live.com> wrote:
Hi to all I have koha 3 RC1 on UBUNTU 8.04 all Debian.Package are ok and Perl Modules are too ok after i finish install koha and go to (127.0.1.1:8080) and go to add record and import record from z39.50 and complete all bibliographic record data and save it all of that ok ........ but when search about it the search result is no result im working with zebra please if any body solve this problem help me
try running: rebuild_zebra.pl -a -b -z this script is found in misc/migration_tools there seems to be some issues with the zebraqueue daemon so if this corrects your issue you may want to disable the zebraqueue daemon and set up a cron job to run rebuild_zebra.pl every however often ( 5 mins or so). -- Chris Nighswonger LibLime www.liblime.com chris.nighswonger@liblime.com
Chris Nighswonger wrote:
On Thu, Jul 10, 2008 at 7:38 PM, john smith <smith_me@live.com <mailto:smith_me@live.com>> wrote:
Hi to all I have koha 3 RC1 on UBUNTU 8.04 all Debian.Package are ok and Perl Modules are too ok after i finish install koha and go to (127.0.1.1:8080 <http://127.0.1.1:8080>) and go to add record and import record from z39.50 and complete all bibliographic record data and save it all of that ok ........ but when search about it the search result is no result im working with zebra please if any body solve this problem help me
try running: rebuild_zebra.pl -a -b -z
this script is found in misc/migration_tools When I run it, I get this error:
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at rebuild_zebra.pl line 5. Paul
On Tue, Jul 15, 2008 at 5:49 PM, Paul Yachnes <yach@cox.net> wrote:
Chris Nighswonger wrote:
On Thu, Jul 10, 2008 at 7:38 PM, john smith <smith_me@live.com <mailto: smith_me@live.com>> wrote:
Hi to all I have koha 3 RC1 on UBUNTU 8.04 all Debian.Package are ok and Perl Modules are too ok after i finish install koha and go to (127.0.1.1:8080 <http://127.0.1.1:8080>) and go to add record and import record from z39.50 and complete all bibliographic record data and save it all of that ok ........ but when search about it the search result is no result im working with zebra please if any body solve this problem help me
try running: rebuild_zebra.pl -a -b -z
this script is found in misc/migration_tools
When I run it, I get this error:
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at rebuild_zebra.pl line 5.
You'll need to set the following env vars: export KOHA_CONF=/path/to/koha-conf.xml export PERL5LIB=/path/to/C4 filling in the correct paths for your installation, of course. These paths are displayed in the notes right after running 'make' Kind Regards, -- Chris Nighswonger LibLime www.liblime.com chris.nighswonger@liblime.com
participants (5)
-
Chris Nighswonger -
john smith -
Marijana Glavica -
Mason James -
Paul Yachnes