Re: [Koha] Biblios not found after reindexing.
Dear Koha Users, I had faced similiar problem after upgrade through koha-common. After several attempts, I found the exact solution at the below website link:- https://www.marshut.net/ktshsn/search-biblios-not-found-after-reindexing.htm... Please add the four tag lines specified in above hyperlink at the end of koha-conf.xml file (before </config>). After this rebuild zebra. Hopefully this should solve the problem. -- Mr. Mahesh M. Angadi, Librarian, Model College, Dombivli (E). Contact No. 9869120258, (0251) 24700 On Fri, Dec 12, 2014 at 4:30 AM, <koha-request@lists.katipo.co.nz> wrote:
Send Koha mailing list submissions to koha@lists.katipo.co.nz
To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz
You can reach the person managing the list at koha-owner@lists.katipo.co.nz
When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..."
Today's Topics:
1. Re: Add daemon mode to rebuild_zebra.pl on 3.18 (Zeno Tajoli) 2. Re: Search: Biblios not found after reindexing (Beda Szukics) 3. Re: Search: Biblios not found after reindexing (Mirko Tietgen) 4. Re: Search: Biblios not found after reindexing (Beda Szukics) 5. Re: Search: Biblios not found after reindexing (Beda Szukics) 6. Error while upgrading from 3.14 to 3.16 stable (Vimal Kumar V.) 7. Voting results are in for the 2015 Koha North America User's Group location! (Jason Robb)
----------------------------------------------------------------------
Message: 1 Date: Thu, 11 Dec 2014 11:04:05 +0100 From: Zeno Tajoli <z.tajoli@cineca.it> To: Iming Chan <imingchan@yahoo.com.au>, koha@lists.katipo.co.nz Subject: Re: [Koha] Add daemon mode to rebuild_zebra.pl on 3.18 Message-ID: <54896C15.8080300@cineca.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi all,
Dear all,
We have successfully upgraded to 3.18 and encountered a problem when
Il 11/12/2014 00:05, Iming Chan ha scritto: tried
to add daemon mode to rebuild_zebra.pl (bug# 6435, from 3.16). Our IT person has supplied the following:
[9:50:24 AM] Alexey - Neo Universe: root@ip-172-31-0-233:/usr/share/koha/bin/migration_tools# ./ rebuild_zebra.pl Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 6. BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 6.
Have we missed something?
Quite probably the problem is the enviroment. I suggest not to use 'root' user to reindex, but 'koha'. Attention if in the past you use 'root' to index, probably the files of Zebra are under 'root' permissions so you have two options: -- setup the correct permission with 'koha' -- change root enviroment, adding export PERL5LIB=/path/to/your/koha/ export KOHA_CONF=/path/to/your/koha-conf.xml
See
http://koha-community.org/faqs/zebra-indexing-wont-work-fix-it-aka-search-st... for basic help.
In fact many of your problem are present because you don't access to command line. The setup that you describe is: You (librarian) only on web and here on mailing list Your IT guru only on commnad line and not on mailing list.
My suggestion is the ask to your IT guru to came here on mailing list and he needs to read the manual and the INSTALL files. Or, if you prefere, take in hand the command line and reserve IT guru only for root. With same strategic sudo (apache, zebra server, zebra indexer daemon) you calls to IT gure will be very few; only email topics will be out.
Bye Zeno Tajoli
-- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.tajoli@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate
------------------------------
Message: 2 Date: Thu, 11 Dec 2014 11:42:22 +0100 From: Beda Szukics <beda@kollegium-sarnen.ch> To: Tomas Cohen Arazi <tomascohen@gmail.com>, koha@lists.katipo.co.nz Subject: Re: [Koha] Search: Biblios not found after reindexing Message-ID: <5489750E.6000703@kollegium-sarnen.ch> Content-Type: text/plain; charset=UTF-8
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi:
As a general rule I'd say you should look at the about page for possible configuration issues.
This page tells me I should change to DOM.
How? Simply replacing <zebra_bib_index_mode> to dom? (and the same for authority). Or are there other caveats?
BTW: There seems to be a little typo in the first message
Der Eintrag <zebra_bib_index_mode> hat den Wert grs1. GRS-1-Unterst?tzung ist veraltet und wird in zuk?nftigen Versionen entfernt. Bitte benutzen Sie stattdessen DOM mit folgender Einstellung f?r <zebra_auth_index_mode> dom (vollst?ndige Neuindexierung erforderlich.)
shouldn't it be: <zebra_bib_index_mode> dom ?
Beda -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32)
iEYEARECAAYFAlSJdQ4ACgkQyCcPQpXgCRq3mQCgwnT9zAvYnb+zqtZHHUEgPdnh C0QAmQG/KO6GL9sVhHkQD+/tb0ljqEEQ =gai4 -----END PGP SIGNATURE-----
------------------------------
Message: 3 Date: Thu, 11 Dec 2014 12:00:16 +0100 From: Mirko Tietgen <5p4m@gmx.de> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Search: Biblios not found after reindexing Message-ID: <54897940.2050203@gmx.de> Content-Type: text/plain; charset=utf-8
Beda Szukics schrieb am 11.12.2014 um
Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi:
As a general rule I'd say you should look at the about page for possible configuration issues.
This page tells me I should change to DOM.
How? Simply replacing <zebra_bib_index_mode> to dom? (and the same for authority). Or are there other caveats?
No, it's a trap. Just setting it to DOM will lead to the result you have seen at the beginning (search broken). There is a page in the wiki about changing, unfortunately it is outdated. I would not switch right away. It only means GRS1 is not maintained in the future.
I think we talked about custom indexes a while back, if you made changes to indexing you will have to convert those too.
-- mirko
------------------------------
Message: 4 Date: Thu, 11 Dec 2014 12:41:26 +0100 From: Beda Szukics <beda@kollegium-sarnen.ch> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Search: Biblios not found after reindexing Message-ID: <548982E6.7070804@kollegium-sarnen.ch> Content-Type: text/plain; charset=ISO-8859-1
Am 11.12.2014 12:00, schrieb Mirko Tietgen:
Beda Szukics schrieb am 11.12.2014 um
Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi:
As a general rule I'd say you should look at the about page for possible configuration issues.
This page tells me I should change to DOM.
How? Simply replacing <zebra_bib_index_mode> to dom? (and the same for authority). Or are there other caveats?
No, it's a trap. Just setting it to DOM will lead to the result you have seen at the beginning (search broken). There is a page in the wiki about changing, unfortunately it is outdated. I would not switch right away. It only means GRS1 is not maintained in the future.
I'll wait till there is a good instruction on how to change indexing.
I think we talked about custom indexes a while back, if you made changes to indexing you will have to convert those too.
Yes. I made a few (quite simple) additions for the specific needs of cataloguing old book according to the swiss guidelines.
Beda
------------------------------
Message: 5 Date: Thu, 11 Dec 2014 12:45:17 +0100 From: Beda Szukics <beda@kollegium-sarnen.ch> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Search: Biblios not found after reindexing Message-ID: <548983CD.2020602@kollegium-sarnen.ch> Content-Type: text/plain; charset=UTF-8
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 11.12.2014 11:42, schrieb Beda Szukics:
BTW: There seems to be a little typo in the first message
Der Eintrag <zebra_bib_index_mode> hat den Wert grs1. GRS-1-Unterst?tzung ist veraltet und wird in zuk?nftigen Versionen entfernt. Bitte benutzen Sie stattdessen DOM mit folgender Einstellung f?r <zebra_auth_index_mode> dom (vollst?ndige Neuindexierung erforderlich.)
shouldn't it be: <zebra_bib_index_mode> dom ?
It's only in the german translation. I corrected it.
Beda -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32)
iEYEARECAAYFAlSJg80ACgkQyCcPQpXgCRroEQCgiiFqZwy6bYQvIre2R0Q/pzmj bZgAn1fdddeuMlStGrTpAfQKoa7lBP8i =zhUR -----END PGP SIGNATURE-----
------------------------------
Message: 6 Date: Thu, 11 Dec 2014 18:16:20 +0530 From: "Vimal Kumar V." <vimal0212@gmail.com> To: Koha <koha@lists.katipo.co.nz> Subject: [Koha] Error while upgrading from 3.14 to 3.16 stable Message-ID: < CAEaJrwVBYhoKkeAXdNzoKT0fHK2s5ViaLpF21SVk5NObq9TcGg@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Dear Friends, I just tried to upgrade Koha 3.14 (old stable) to 3.16. I installed Koha from Ubuntu packages. I executed following three commands to upgrade Koha,
sudo apt-get update sudo apt-get upgrade sudo apt-get install koha-common
I got following error message at the end in terminal,
DBD::mysql::db do failed: Table 'koha_library.roadtype' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 7987. DBD::mysql::db do failed: Table 'koha_library.roadtype' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 7987. dpkg: error processing koha-common (--configure): subprocess installed post-installation script returned error exit status 255 E: Sub-process /usr/bin/dpkg returned an error code (1)
Up gradation process in web interface does not proceed and it repeat it again and again.
How can I overcome this problem.
Regards,
-- Vimal Kumar V. Technical Assistant Mahatma Gandhi University Library Kottayam, Kerala- 686 560 Web: http://www.vimalkumar.info Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in http://moovandan.blogspot.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
------------------------------
Message: 7 Date: Thu, 11 Dec 2014 14:39:40 -0600 From: Jason Robb <jrobb@sekls.org> To: KohaNA <kohana@bywatersolutions.com>, Koha <koha@lists.katipo.co.nz>, ByWater Partners <partners@bywatersolutions.com> Subject: [Koha] Voting results are in for the 2015 Koha North America User's Group location! Message-ID: < CAK492-Kwn_Dt-EEvd1jNJQ-WbPiLXKAoUuLqi6+uNA762_cZzQ@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Congratulations to Mercyhurst University in Erie, Pennsylvania for winning the vote to host next year's Koha North America User's Group!
Their initial proposal can be found on the Koha North America wiki here: http://koha-na.org/index.php/2015_Meeting_Site_Bid:_Erie,_Pennsylvania
More detailed information will follow.
Subscribe and stay tuned to the Koha North America list-serv for updates: http://lists.bywatersolutions.com/mailman/listinfo/kohana
Jason Robb SEKnFind Coordinator jrobb@sekls.org
------------------------------
Subject: Digest Footer
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------
End of Koha Digest, Vol 110, Issue 25 *************************************
10.
participants (1)
-
Mahesh Angadi