Hi, I think the problem might not be the indexing itself, but that your Zebra server is not running.
This might help: sudo service restart koha-common Then you can do: ps axf | grep "zebrasrv" To see if it's running. Hope this helps, Katrin Am 28.12.2015 um 21:19 schrieb Bruce A. Metcalf: > On 12/27/2015 12:25 PM, Bruce A. Metcalf wrote: > >>>>> I wonder if you still have other path issues, or it might be the >>>>> switch >>>>> from grs1 to dom. What version did you upgrade from ? >>>> I think it was Version 3.12 that you helped me install at KohaCon13 >>>> (thanks >>>> again). I've since been upgrading each release as it comes out using >>>> packages. >>> Ahh that may be it, take a look at >>> http://wiki.koha-community.org/wiki/Switching_to_dom_indexing >>> >>> We tend to not try to update the config file automatically as we might >>> accidentally clobber some of your intentional changes, so it might be >>> that it hasn't switched to DOM >>> >>> I'd back up the file, make the changes, restart the zebraserver >>> (service koha-common restart) run a full reindex (koha-rebuild-zebra >>> -f) and see if that fixes it, you can always roll back if it doesn't >> It doesn't. >> >> The instructions say to check "/About Koha/ > /System information"/ >> for GRS1/DOM-related warnings. I see two warnings: >> >> > Warning You are missing the <log4perl_conf> entry in your >> koha-conf.xml file. >> > Warning You are missing the <upload_path> entry in your >> koha-conf.xml file. >> >> I can't say if these were there previously, and neither appears to be >> related. >> >> I also notice that in "/About Koha/ > /Server information"/ there's an >> error that does seem related: >> >> *> Error *Zebra server seems not to be available. Is it started? >> >> Perhaps this is a clue? > > In the absence of new ideas, I have tried switching to the indexing > daemon using by: > > - Comment the rebuild_zebra.pl line in /etc/cron.d/koha-common > - Enable the indexer daemon in /etc/default/koha-common > - Restart Koha's daemons: > $ sudo service koha-common stop ; sudo service koha-common start > > I also looked at my zebra-error.log, which turns out to be filled with > this sequence, repeating every 30 seconds: > > 20151228 15:16:48 library-koha-zebra: client (pid 20683) exited with 1 > status > > 20151228 15:16:48 library-koha-zebra: client (pid 20684) exited with 1 > status > > 20151228 15:16:48 library-koha-zebra: client (pid 20685) exited with 1 > status > > 20151228 15:16:48 library-koha-zebra: client (pid 20686) exited with 1 > status > > 20151228 15:16:48 library-koha-zebra: client (pid 20687) exited with 1 > status > > 20151228 15:16:48 library-koha-zebra: terminating too quickly, waiting > 30 seconds > > > Note that this log tail was observed after switching to the indexing > daemon. > > Lots of data, very little understanding here! > > Thanks in advance, > Bruce A. Metcalf > Augustan Society Library > > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > https://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

