[Koha-bugs] [Bug 30172] Background jobs failing due to race condition

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 24 14:46:42 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30172

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #21 from Nick Clemens <nick at bywatersolutions.com> ---
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.


More information about the Koha-bugs mailing list