They were working before, but several weeks ago I noticed that I wasn’t receiving the email informing me of the success of the backup every night.
Now, when I go to my logs, workbeat.error.log is full of: ERROR/MainProcess] beat: Connection error: Error 111 connecting to localhost:6379. Connection refused…
every few seconds.
And worker.error.log, full of: ERROR/MainProcess] consumer: Cannot connect to redis://localhost:6379//: Error 111 connecting to localhost:6379. Connection refused
also every few seconds.
I restarted frappe without any error, checked and restarted lsf, but I don’t know what else could I check.
Can be the localhost in redis configuration the cause? In any case I am not able to find where that is.
Thanks in advance for any help and kind regards from Spain,
[2077] 11 Feb 10:11:29 # Warning: 32 bit instance detected but no memory limit set. Setting 3.5 GB maxmemory limit with ‘noeviction’ policy now.
[2077] 11 Feb 10:11:29 * Server started, Redis version 2.4.14
[2077] 11 Feb 10:11:29 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add ‘vm.overcommit_memory = 1’ to /etc/sysctl.conf and then reboot or run the command ‘sysctl vm.overcommit_memory=1’ for this to take effect.
[2077] 11 Feb 10:11:29 # Short read or OOM loading DB. Unrecoverable error, aborting now.
[28188] 13 Feb 09:09:18 # Warning: 32 bit instance detected but no memory limit set. Setting 3.5 GB maxmemory limit with ‘noeviction’ policy now.
[28188] 13 Feb 09:09:18 * Server started, Redis version 2.4.14
[28188] 13 Feb 09:09:18 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add ‘vm.overcommit_memory = 1’ to /etc/sysctl.conf and then reboot or run the command ‘sysctl vm.overcommit_memory=1’ for this to take effect.
[28188] 13 Feb 09:09:18 # Short read or OOM loading DB. Unrecoverable error, aborting now.
We are having a REDIS problem when attempting to send outgoing maill. Error message displayed is:
File “/xxxxxxxxx//frappe-bench/env/local/lib/python2.7/site-packages/redis/connection.py”, line 436, in connect
raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
Report this issue
I have determined that the REDIS service is running on port 6379:
Try running the bench in one terminal using bench start
and in another terminal use the command ‘bench migrate’ or bench update
this will keep the reddis running