frappe-bench$ bench start
17:56:43 system | redis_cache.1 started (pid=7356)
17:56:43 system | redis_socketio.1 started (pid=7358)
17:56:43 redis_cache.1 | 7360:C 31 Aug 2023 17:56:43.771 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
17:56:43 redis_cache.1 | 7360:C 31 Aug 2023 17:56:43.771 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=7360, just started
17:56:43 redis_cache.1 | 7360:C 31 Aug 2023 17:56:43.771 # Configuration loaded
17:56:43 redis_cache.1 | 7360:M 31 Aug 2023 17:56:43.772 * Increased maximum number of open files to 10032 (it was originally set to 1024).
17:56:43 redis_socketio.1 | 7363:C 31 Aug 2023 17:56:43.771 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
17:56:43 redis_cache.1 | 7360:M 31 Aug 2023 17:56:43.772 # Could not create server TCP listening socket 127.0.0.1:13000: bind: Address already in use
17:56:43 system | redis_cache.1 stopped (rc=1)
17:56:43 redis_socketio.1 | 7363:C 31 Aug 2023 17:56:43.774 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=7363, just started
17:56:43 redis_socketio.1 | 7363:C 31 Aug 2023 17:56:43.775 # Configuration loaded
17:56:43 system | web.1 started (pid=7366)
17:56:43 redis_socketio.1 | 7363:M 31 Aug 2023 17:56:43.775 * Increased maximum number of open files to 10032 (it was originally set to 1024).
17:56:43 redis_socketio.1 | 7363:M 31 Aug 2023 17:56:43.776 # Could not create server TCP listening socket 127.0.0.1:12000: bind: Address already in use
17:56:43 system | redis_socketio.1 stopped (rc=1)
17:56:43 system | schedule.1 started (pid=7376)
17:56:43 system | worker_long.1 started (pid=7381)
17:56:43 system | watch.1 started (pid=7377)
17:56:43 system | redis_queue.1 started (pid=7365)
17:56:43 system | worker_default.1 started (pid=7385)
17:56:43 redis_queue.1 | 7374:C 31 Aug 2023 17:56:43.790 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
17:56:43 system | socketio.1 started (pid=7375)
17:56:43 redis_queue.1 | 7374:C 31 Aug 2023 17:56:43.790 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=7374, just started
17:56:43 redis_queue.1 | 7374:C 31 Aug 2023 17:56:43.791 # Configuration loaded
17:56:43 redis_queue.1 | 7374:M 31 Aug 2023 17:56:43.791 * Increased maximum number of open files to 10032 (it was originally set to 1024).
17:56:43 redis_queue.1 | 7374:M 31 Aug 2023 17:56:43.792 # Could not create server TCP listening socket 127.0.0.1:11000: bind: Address already in use
17:56:43 system | redis_queue.1 stopped (rc=1)
17:56:43 system | worker_short.1 started (pid=7378)
17:56:43 system | sending SIGTERM to web.1 (pid 7366)
17:56:43 system | sending SIGTERM to socketio.1 (pid 7375)
17:56:43 system | sending SIGTERM to watch.1 (pid 7377)
17:56:43 system | sending SIGTERM to schedule.1 (pid 7376)
17:56:43 system | sending SIGTERM to worker_short.1 (pid 7378)
17:56:43 system | sending SIGTERM to worker_long.1 (pid 7381)
17:56:43 system | sending SIGTERM to worker_default.1 (pid 7385)
17:56:43 system | worker_long.1 stopped (rc=-15)
17:56:43 system | web.1 stopped (rc=-15)
17:56:43 system | schedule.1 stopped (rc=-15)
17:56:43 system | watch.1 stopped (rc=-15)
17:56:43 system | worker_short.1 stopped (rc=-15)
17:56:43 system | worker_default.1 stopped (rc=-15)
17:56:43 system | socketio.1 stopped (rc=-15)
vikas1@rajib-BY-OEM:~/frappe-bench$ sudo netstat -tuln | grep 11000
tcp 0 0 127.0.0.1:11000 0.0.0.0:*
the issue is clear in this line . check whatever app is using the address or change the address for redis.
1 Like