Grrr.. Thanks, Robin. I will add some of my zebra findings to the wiki. That helped. First problem was an invalid character in the password. That let me get a little farther. In my apache log file I got: query problem with kw,wrdl,rtrn=mark ZOOM error 10014 "CCL parsing error" (where mark is the word I am trying to search for) Googling that led me to a ccl.properties error, and I made sure I got a good one of those. And I now have results. So much for Occams Razor. Bad libraries, an invalid character in the zebra password (the #, I believe), a changed ccl.properties file. Oh. I did not mention that the permissions were originally set improperly... (sigh) Thanks all for your help! - Tim On 2/12/2015 5:41 PM, Robin Sheat wrote:
Does anyone know how to turn on logging of zebra queries? Is there any way to increase Koha's logging verbosity? What I've done in the past is run zebrasrv in the foreground with debug on. I can't remember the details off the top of my head, but to start with start with the command line (and user - koha-shell helps with this)
Tim Young schreef op do 12-02-2015 om 08:50 [-0600]: that's in your ps output for zebrasrv, and figure out the option to add debug to it. Then you should see what Koha is doing as it queries.
You can increase Koha's verbosity by setting the DEBUG environment variable in the Apache config, but it's hard to say whether that'll actually help you.
Also, it'd be handy to add a section about running zebra in debug mode to my slowly growing page here:
http://wiki.koha-community.org/wiki/Troubleshooting_Zebra
if you felt like it :)