https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #2 from Jonathan Druart <[email protected]> --- (In reply to Magnus Enger from comment #1) > Looks like the problem with connecting might be because I have not added the > proper config to koha-conf.xml: > > <message_broker> > <hostname>__MESSAGE_BROKER_HOST__</hostname> > <port>__MESSAGE_BROKER_PORT__</port> > <username>__MESSAGE_BROKER_USER__</username> > <password>__MESSAGE_BROKER_PASS__</password> > <vhost>__MESSAGE_BROKER_VHOST__</vhost> > </message_broker> You should not need it. Did you try a restart_all? If rabbitmq cannot be reached we are supposed to fallback to the DB (and bypass the broker). However I can see a problem if the daemon (background_jobs_worker.pl) has been started and the connection lost. -- You are receiving this mail because: You are the assignee for the bug. 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/
