Hi everybody! I state that i'm completely newbie with Koha, i have just install the last version of Koha and i'm trying to use it in local mode on my pc. I have made no changes in the settings of MARC Framework, but in the MARC Bibliographic Framework Test (Administrator> Catalog), i get the following Error: biblio and biblionumber The biblio.biblionumber and biblioitems.biblioitemsnumber fileds be mapped to a MARC subfield I have also another problem: i have create some MARC Recods and Items, but when i try to serch for these in the catalogue i can't find these anyway. How can i fix this problems? Thanks everybody for your support. Regards Alex -- View this message in context: http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp563476... Sent from the Koha-general mailing list archive at Nabble.com.
On 12 April 2012 18:41, Alex87 <aletede87@gmail.com> wrote:
Hi everybody!
I state that i'm completely newbie with Koha, i have just install the last version of Koha and i'm trying to use it in local mode on my pc.
Exactly what version is it? 3.6.4? You can check on the about page in Koha Chris
Hi Chris, thank you for your answer. Yes i have installed the 3.6.4 version of koha, on Ubuntu 11.10. Alex -- View this message in context: http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp563476... Sent from the Koha-general mailing list archive at Nabble.com.
On 12 April 2012 20:02, Alex87 <aletede87@gmail.com> wrote:
Hi Chris, thank you for your answer.
Yes i have installed the 3.6.4 version of koha, on Ubuntu 11.10.
Hi Alex In that case, your search problem is probably caused by not having zebrasrv running, or the cronjob to rebuild the indexes not working Check out the searching faq here http://koha-community.org/documentation/faq/ Chris
Ok i understand, thanks. For the installation i have follow this guide: http://wiki.koha-community.org/wiki/Koha_on_Ubuntu And at the voice: "5b - Reindexing Choices" I have done the "Option #2: Add a cronjob to index your zebra database". Maybe the index rebuild doesn't work because i have choise this second option instead of the first option? http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra Thanks Alex -- View this message in context: http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp563476... Sent from the Koha-general mailing list archive at Nabble.com.
I have installed the modules for Background indexing with Zebra: http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra But when i try to launch it i get this error: root@ubuntu:/etc/perl/C4# koha-index-daemon Starting Koha Indexer Daemon Attribute (conf_file) does not pass the type constraint because: Validation failed for 'Str' with value undef at accessor Koha::Contrib::Tamil::Koha::conf_file (defined at /usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/Koha.pm line 19) line 4. Koha::Contrib::Tamil::Koha::conf_file('Koha::Contrib::Tamil::Koha=HASH(0x56e2c50)', undef) called at /usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/Koha.pm line 37 Koha::Contrib::Tamil::Koha::BUILD('Koha::Contrib::Tamil::Koha=HASH(0x56e2c50)', 'HASH(0x560b3c0)') called at constructor Koha::Contrib::Tamil::Koha::new (defined at /usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/Koha.pm line 155) line 50 Koha::Contrib::Tamil::Koha::new('Koha::Contrib::Tamil::Koha') called at /usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/IndexerDaemon.pm line 49 Koha::Contrib::Tamil::IndexerDaemon::BUILD('Koha::Contrib::Tamil::IndexerDaemon=HASH(0x5cdb6e0)', 'HASH(0x5cdb980)') called at constructor Koha::Contrib::Tamil::IndexerDaemon::new (defined at /usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/IndexerDaemon.pm line 99) line 112 Koha::Contrib::Tamil::IndexerDaemon::new('Koha::Contrib::Tamil::IndexerDaemon', 'ARGV', 'ARRAY(0x5ceb4e0)', 'extra_argv', 'ARRAY(0x5cebab0)', 'usage', 'Getopt::Long::Descriptive::Usage=HASH(0x589a180)') called at /usr/local/share/perl/5.12.4/MooseX/Getopt/Basic.pm line 96 MooseX::Getopt::Basic::new_with_options('Koha::Contrib::Tamil::IndexerDaemon') called at /usr/local/bin/koha-index-daemon line 20 root@ubuntu:/etc/perl/C4# And it doesn't Index the record that i have already create. Do you know how to fix this? Thanks Alex -- View this message in context: http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp563476... Sent from the Koha-general mailing list archive at Nabble.com.
Hi Alex, Il 12/04/2012 11:30, Alex87 ha scritto:
And at the voice: "5b - Reindexing Choices"
I have done the "Option #2: Add a cronjob to index your zebra database".
Maybe the index rebuild doesn't work because i have choise this second option instead of the first option? http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra
before to use reindex by cron or in backgrand, you need to index all at the first time.รน a)First check: Have you done the point '3 - Setup the environment variables used by Koha scripts' ? And after a logout ? b)Rebuilt you Zebra index from scratch: $ misc/migration_tools/rebuild_zebra.pl -b -r -v Once the indexing has completed, you will be able to search for records in your system. NOTE: This script should be run as the kohauser (the default is 'koha'). The FAQ about this topic: http://koha-community.org/faq/zebra-indexing-wont-work-fix-it-aka-search-stu... After we check the background indexing. -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
Hi Dott. Tajoli, thank you very much for your answer. I have done the point 3. Now i have rebuild index: root@ubuntu:/# /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -v Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/lib/koha/zebradb/authorities Koha directory = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in : 001$@ BIBLIOITEMNUMBER in : 090$a ================================ skipping authorities ==================== exporting biblio ==================== 1...... Records exported: 7 ==================== REINDEXING zebra ==================== 14:30:12-12/04 zebraidx(19643) [warn] Record didn't contain match fields in (bib1,Local-number) ==================== CLEANING ==================== root@ubuntu:/# But it seems that when i search for the 7 records in the Catalogue i can't find these records. Thanks Alex -- View this message in context: http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp563476... Sent from the Koha-general mailing list archive at Nabble.com.
Hi, I see one problem for you: Il 12/04/2012 13:34, Alex87 ha scritto:
Now i have rebuild index:
root@ubuntu:/# /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -v
do you use the 'root' user. It is not a good idea. You need to use a different user. In http://wiki.koha-community.org/wiki/Koha_on_Ubuntu in section Pre-Koha Installation Setup says: 2 - Add the koha user # sudo adduser koha after this point you need to use the user 'koha' with sudo, and no more the user 'root'. I think that now you probably have problems of permissions. If you have used 'root' everywhere, probably you can use the installation but is difficult to help you without a ssh access to your server. You can: a)Try to fix the problem (you need a good level of skills on Linux) As help read the FAQ from here: http://koha-community.org/documentation/faq/ b)Delete the installation, restart from scratch and use the user 'koha' instead of root. Read all the install files BEFORE to start. If you work on Ubuntu read the files -INSTALL.ubunt -INSTALL.ubuntu.lucid There in the tar.gz file http://download.koha-community.org/koha-latest.tar.gz c)Try a Koha VM from here: http://kylehall.info/index.php/projects/koha/koha-virtual-appliance/ d)Hire a support specialist fro here: http://koha-community.org/support/paid-support/ Cheers Zeno Tajoli -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
participants (3)
-
Alex87 -
Chris Cormack -
Zeno Tajoli