https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37545 --- Comment #4 from José Anjos <joseanjos@gmail.com> --- Disk full again... worker-output.log with 120Gb
From what I read, the bugs mentioned below are related to this problem: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26742 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25674
I file: /etc/koha/sites/koha/koha-conf.xml I have this: <message_broker> <hostname>localhost</hostname> <port>61613</port> <username>guest</username> <password>guest</password> <vhost></vhost> </message_broker> In: About: Message broker: Using RabbitMQ I have millions of this in log: [2024/08/12 09:10:36] [WARN] Frame does not have correct args, ignoring it main:: /usr/share/koha/bin/workers/background_jobs_worker.pl (134) [2024/08/12 09:10:36] [WARN] Frame not processed - malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "You must log in usin...") at /usr/share/koha/bin/workers/background_jobs_worker.pl line 127. main::catch {...} /usr/share/koha/bin/workers/background_jobs_worker.pl (129) [2024/08/12 09:10:36] [WARN] Frame does not have correct args, ignoring it main:: /usr/share/koha/bin/workers/background_jobs_worker.pl (134) Cannot connect to the message broker, the jobs will be processed anyway (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 /usr/share/koha/bin/workers/background_jobs_worker.pl line 98. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.