Error:bench start - 127.0.0.1:11000: bind: Address already in use

yashasvi@yashasvi-desktop:/home/frappe/frappe-bench$ sudo bench use newsite.local
yashasvi@yashasvi-desktop:/home/frappe/frappe-bench$ sudo bench start
11:39:14 system | worker_long.1 started (pid=4948)
11:39:14 system | redis_socketio.1 started (pid=4946)
11:39:14 redis_socketio.1 | 4954:M 28 Dec 11:39:14.944 * Increased maximum number of open files to 10032 (it was originally set to 1024).
11:39:14 redis_socketio.1 | 4954:M 28 Dec 11:39:14.945 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
11:39:14 system | redis_socketio.1 stopped (rc=1)
11:39:14 system | web.1 started (pid=4957)
11:39:14 system | redis_queue.1 started (pid=4958)
11:39:14 redis_queue.1 | 4961:M 28 Dec 11:39:14.950 * Increased maximum number of open files to 10032 (it was originally set to 1024).
11:39:14 redis_queue.1 | 4961:M 28 Dec 11:39:14.950 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
11:39:14 system | redis_queue.1 stopped (rc=1)
11:39:14 system | socketio.1 started (pid=4964)
11:39:14 system | worker_default.1 started (pid=4965)
11:39:14 system | schedule.1 started (pid=4968)
11:39:14 system | redis_cache.1 started (pid=4975)
11:39:14 redis_cache.1 | 4982:M 28 Dec 11:39:14.985 * Increased maximum number of open files to 10032 (it was originally set to 1024).
11:39:14 redis_cache.1 | 4982:M 28 Dec 11:39:14.985 # Creating Server TCP listening socket 127.0.0.1:13000: bind: Address already in use
11:39:14 system | redis_cache.1 stopped (rc=1)
11:39:14 system | watch.1 started (pid=4962)
11:39:15 system | worker_short.1 started (pid=4978)
11:39:15 system | sending SIGTERM to worker_long.1 (pid 4948)
11:39:15 system | sending SIGTERM to watch.1 (pid 4962)
11:39:15 system | sending SIGTERM to web.1 (pid 4957)
11:39:15 system | sending SIGTERM to schedule.1 (pid 4968)
11:39:15 system | sending SIGTERM to worker_default.1 (pid 4965)
11:39:15 system | sending SIGTERM to socketio.1 (pid 4964)
11:39:15 system | sending SIGTERM to worker_short.1 (pid 4978)
11:39:15 system | worker_short.1 stopped (rc=-15)
11:39:15 system | worker_long.1 stopped (rc=-15)
11:39:15 system | worker_default.1 stopped (rc=-15)
11:39:15 system | socketio.1 stopped (rc=-15)
11:39:15 system | web.1 stopped (rc=-15)
11:39:15 system | watch.1 stopped (rc=-15)
11:39:15 system | schedule.1 stopped (rc=-15)

i kill all port but still my bench automatically stop… what can i do for this?

thank you In advancee…

please check your port is not avilable.
try sudo supervisorctl stop all then use bench start

Thanks

9 Likes

Thank You so mucH… Its Worked…