http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12577 --- Comment #2 from Magnus Enger <magnus@enger.priv.no> --- I tried stopping Zebra for one instance and running it on the command line: $ sudo koha-stop-zebra esme $ sudo zebrasrv -v none,fatal,warn -f /etc/koha/sites/esme/koha-conf.xml This revealed one error: I/O warning : failed to load external entity "/etc/koha/zebradb/normarc-retrieval-info-auth-dom.xml" And /etc/koha/zebradb/normarc-retrieval-info-auth-dom.xml does indeed not exist. Doing this does make the error go away, but searching is still not working (after starting Zebra again, and reindexing): $ sudo ln -s /etc/koha/normarc-retrieval-info-auth-dom.xml /etc/koha/zebradb/normarc-retrieval-info-auth-dom.xml And since this error is related to authorities it should perhaps not affect a regular bib search anyway, on an instance with no authorities? -- You are receiving this mail because: You are watching all bug changes.