bench start
16:14:47 system | redis_cache.1 started (pid=43723)
16:14:47 system | redis_queue.1 started (pid=43727)
16:14:47 system | worker.1 started (pid=43735)
16:14:47 system | schedule.1 started (pid=43737)
16:14:47 system | watch.1 started (pid=43736)
16:14:47 system | web.1 started (pid=43732)
16:14:47 redis_cache.1 | 43730:C 03 Nov 2023 16:14:47.555 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:14:47 redis_cache.1 | 43730:C 03 Nov 2023 16:14:47.555 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=43730, just started
16:14:47 redis_cache.1 | 43730:C 03 Nov 2023 16:14:47.555 # Configuration loaded
16:14:47 system | socketio.1 started (pid=43740)
16:14:47 redis_cache.1 | 43730:M 03 Nov 2023 16:14:47.556 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16:14:47 redis_cache.1 | 43730:M 03 Nov 2023 16:14:47.570 # Could not create server TCP listening socket 127.0.0.1:13001: bind: Address already in use
16:14:47 system | redis_cache.1 stopped (rc=1)
16:14:47 system | sending SIGTERM to redis_queue.1 (pid 43727)
16:14:47 system | sending SIGTERM to web.1 (pid 43732)
16:14:47 system | sending SIGTERM to socketio.1 (pid 43740)
16:14:47 system | sending SIGTERM to watch.1 (pid 43736)
16:14:47 system | sending SIGTERM to schedule.1 (pid 43737)
16:14:47 system | sending SIGTERM to worker.1 (pid 43735)
16:14:47 redis_queue.1 | 43734:C 03 Nov 2023 16:14:47.572 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:14:47 redis_queue.1 | 43734:C 03 Nov 2023 16:14:47.572 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=43734, just started
16:14:47 redis_queue.1 | 43734:C 03 Nov 2023 16:14:47.572 # Configuration loaded
16:14:47 system | watch.1 stopped (rc=-15)
16:14:47 system | worker.1 stopped (rc=-15)
16:14:47 system | socketio.1 stopped (rc=-15)
16:14:47 redis_queue.1 | 43734:signal-handler (1699028087) Received SIGTERM scheduling shutdown…
16:14:47 redis_queue.1 | 43734:M 03 Nov 2023 16:14:47.578 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16:14:47 system | web.1 stopped (rc=-15)
16:14:47 system | schedule.1 stopped (rc=-15)
16:14:47 redis_queue.1 | 43734:M 03 Nov 2023 16:14:47.579 # Could not create server TCP listening socket 127.0.0.1:11001: bind: Address already in use
16:14:47 system | redis_queue.1 stopped (rc=-15)
As the error shows 13001 port is already used. This may be caused if you did not closed the bench using Ctrl+C. If this is the case for you then you can delete the process that is running on that port. Follow this: How to fix error “Address already in use” | remarkablemark
Or simply restart the device.
1 Like