https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36549 --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to David Nind from comment #5)
Not sure if I'm getting the expected results for step 7 of the test plan.
With rabbitmq stopped, I get: - errors when running perl misc/maintenance/touch_all_biblios.pl - all 367 jobs show as: . Status: New . Progress: null/1
Testing notes (using KTD): 1. Step 2 - command should be: sudo koha-es-indexer --restart kohadev 2. Step 7: I get an error if I stop rabbitmq (sudo -s service rabbitmq-server stop): - More > About Koha > Server information shows: Message broker: Using SQL polling (Fallback, Error connecting to RabbitMQ) - More > About Koha > System informations shows: Impossible to connect to the message broker There is an error when trying to connect to the message broker (RabbitMQ), check the Koha log files. Maybe it is not installed and configured correctly? Contact your system administrator. - Error message repeated for every record I think when running: perl misc/maintenance/touch_all_biblios.pl
Cannot connect to broker (Failed to connect: Error connecting to localhost:61613: Connection refused at /usr/share/perl5/Net/Stomp.pm line 27.; giving up at /usr/share/perl5/Net/Stomp.pm line 27. ) at /kohadevbox/koha/Koha/BackgroundJob.pm line 100.
- All 367 jobs show as: . Status: New . Progress: null/1
Did you restart the indexer after stopping rabbit? The errors trying to connect are expected, but new jobs should be done via polling -- You are receiving this mail because: You are watching all bug changes.