https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30172
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #21 from Nick Clemens <[email protected]> --- After these patches no jobs are enqueued if you cannot reach the broker I aded to koha-conf: <message_broker> <hostname>localhost</hostname> <port>61614</port> <username>guest</username> <password>guest</password> <vhost></vhost> </message_broker> Before patches, job added, picked up by SQL polling After patches: Cannot enqueue this job. (The error was: Failed to connect: Error connecting to localhost:61614: Cannot assign requested address at /usr/share/perl5/Net/Stomp.pm line 27.; giving up at /usr/share/perl5/Net/Stomp.pm line 27. . See the Koha logfile for more information). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
