Bench is not starting

I installed frappe using below command.

**wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh**
**sudo bash setup_frappe.sh --setup-production**

then set password using following command.

bench set-admin-password admin

now it is not working

this is my trace log.
**adminuser@ubuntu:~$ bench start                                                 **
**18:44:32 system           | redis_queue.1 started (pid=2873)**
**18:44:32 system           | workerbeat.1 started (pid=2874)**
**18:44:32 system           | redis_socketio.1 started (pid=2878)**
**18:44:32 redis_socketio.1 | [2885] 13 Apr 18:44:32.718 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.**
**18:44:32 redis_socketio.1 | [2885] 13 Apr 18:44:32.719 # Creating Server TCP listening socket *:12000: bind: Address already in use**
**18:44:32 system           | redis_socketio.1 stopped (rc=1)**
**18:44:32 redis_queue.1    | [2886] 13 Apr 18:44:32.713 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.**
**18:44:32 redis_queue.1    | [2886] 13 Apr 18:44:32.713 # Creating Server TCP listening socket *:11000: bind: Address already in use**
**18:44:32 system           | redis_queue.1 stopped (rc=1)**
**18:44:32 system           | redis_cache.1 started (pid=2889)**
**18:44:32 system           | async_worker.1 started (pid=2888)**
**18:44:32 system           | longjob_worker.1 started (pid=2890)**
**18:44:32 system           | web.1 started (pid=2896)**
**18:44:32 system           | watch.1 started (pid=2899)**
**18:44:32 system           | worker.1 started (pid=2902)**
**18:44:32 system           | socketio.1 started (pid=2904)**
**18:44:32 system           | sending SIGTERM to workerbeat.1 (pid 2874)**
**18:44:32 system           | sending SIGTERM to worker.1 (pid 2902)**
**18:44:32 system           | sending SIGTERM to web.1 (pid 2896)**
**18:44:32 system           | sending SIGTERM to async_worker.1 (pid 2888)**
**18:44:32 system           | sending SIGTERM to socketio.1 (pid 2904)**
**18:44:32 system           | sending SIGTERM to redis_cache.1 (pid 2889)**
**18:44:32 system           | sending SIGTERM to watch.1 (pid 2899)**
**18:44:32 system           | sending SIGTERM to longjob_worker.1 (pid 2890)**
**18:44:32 system           | redis_cache.1 stopped (rc=-15)**
**18:44:32 system           | workerbeat.1 stopped (rc=-15)**
**18:44:32 system           | worker.1 stopped (rc=-15)**
**18:44:32 system           | web.1 stopped (rc=-15)**
**18:44:32 system           | longjob_worker.1 stopped (rc=-15)**
**18:44:32 system           | watch.1 stopped (rc=-15)**
**18:44:32 system           | socketio.1 stopped (rc=-15)**
**18:44:32 system           | async_worker.1 stopped (rc=-15)**

bench start won’t work in a production setup, since it uses supervisor instead. What do you wish to do?

If you want to develop frappe apps, see: Stopping Production and starting Development · frappe/bench Wiki · GitHub