https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #137 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to David Cook from comment #108)
Used this test plan for server setup: 1. apt install rabbitmq-server 2. service rabbitmq-server start 3. rabbitmq-plugins enable rabbitmq_stomp 4. apt install libnet-stomp-perl 5. cp debian/scripts/koha-functions.sh /usr/share/koha/bin/koha-functions.sh 6. cp debian/scripts/koha-worker /usr/bin/ 7. koha-worker --start kohadev 8. tail -f /var/log/rabbitmq/*
5. Got this error message: Cannot enqueue this job. (The error was: {UNKNOWN}: 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 61 . See the Koha logfile for more information). 6. service rabbitmq-server restart
Yes I noticed that the last time I tried. It needs a restart after we enable the stomp plugin. -- You are receiving this mail because: You are watching all bug changes.