You can run everything ok a single container. You do that by enabling that flags. If "it doesn't work" that would be a bug to submit to the koha-docker project as well. You, of course, will need a tweaked docker-compose.yml El lun., 18 ene. 2021 11:24, Aswin Unnikrishnan <aswinunni01@gmail.com> escribió:
Will do that.
Also do you suggest building a koha docker with seperate containers for koha, apache, sip, cron and z39.50 server like it is in the respository? I have now managed to run apache, koha and sip on a single container now with a few small changes, but will there be any issues in the future because of that?
Thanks
On Mon, Jan 18, 2021, 4:58 AM Tomas Cohen Arazi <tomascohen@gmail.com> wrote:
Please file an issue in the koha-docker project about it.
El dom., 17 ene. 2021 4:18, Aswin Unnikrishnan <aswinunni01@gmail.com> escribió:
Hi guys , i have solved this issue now. Apparently , the environment variable ${ZEBRA_LANGUAGE} was not set to 'en' by default, instead it was set to blank. so in my zebra-biblios-dom.cfg and zebra-authorities-dom.cfg , the profilePath was incorrectly set. After changing that manually, zebra indexing is working and im able to search from OPAC
Thanks
On Sat, 16 Jan 2021 at 22:44, Aswin Unnikrishnan <aswinunni01@gmail.com> wrote:
Hi Everyone,
I am new to koha and this community , so not sure if i am sending the mail to the right group. So i've been trying to run koha on a container for some time now, and ive managed to configure everything. Now im trying to import some data that i already have into the koha database, but searching in OPAC doesnt return any results even after i load everything into the database . So i figured i might need to run koha-rebuild-zebra command, but im facing an error . This is the output of koha-rebuild-zebra: Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/${KOHA_INSTANCE}/biblios Zebra authorities directory = /var/lib/koha/${KOHA_INSTANCE}/authorities Koha directory = /usr/share/koha/intranet/cgi-bin Lockfile = /var/lock/zebra_koha_${KOHA_INSTANCE}/rebuild/rebuild..LCK BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ skipping authorities ==================== exporting biblio ====================
58801..............................................................................................
Records exported: 58895 ==================== REINDEXING zebra ====================
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
16:49:58-16/01 zebraidx(5530) [warn] sort-string-utf.chr [No such file or directory]
16:49:58-16/01 zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr
I have hidden my koha instance name here
This error zebraidx(5530) [warn] Failed to read character table sort-string-utf.chr keeps repeating indefinitely, until i terminate it with Ctr+C . I have checked the user permissions for all files in /var/lib/koha/ and /etc/koha/zebradb and made the owner to ${KOHA_INSTANCE}-koha . I cant seem to find the reason behind this error. I have also checked /etc/koha/zebradb/lang_defs/en and i can see the file sort-string-utf.chr
My koha version is 20.11
If someone knows the reason for this error, please do help. If you require any more info regarding my installation or configuration I can provide that.
Thanks
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha