Frappe bench is not getting start how to start the frappe bench its showing like this

16:21:46 system | watch.1 started (pid=22704)
16:21:46 system | redis_socketio.1 started (pid=22706)
16:21:46 redis_socketio.1 | 22716:C 02 Nov 16:21:46.216 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:21:46 redis_socketio.1 | 22716:C 02 Nov 16:21:46.216 # Redis version=4.0.9, bits=64, commit=00000000, modified=0, pid=22716, just started
16:21:46 redis_socketio.1 | 22716:C 02 Nov 16:21:46.216 # Configuration loaded
16:21:46 redis_socketio.1 | 22716:M 02 Nov 16:21:46.217 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:21:46 redis_socketio.1 | 22716:M 02 Nov 16:21:46.217 # Server can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:21:46 redis_socketio.1 | 22716:M 02 Nov 16:21:46.217 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase ‘ulimit -n’.
16:21:46 redis_socketio.1 | 22716:M 02 Nov 16:21:46.217 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
16:21:46 system | redis_socketio.1 stopped (rc=1)
16:21:46 system | redis_queue.1 started (pid=22705)
16:21:46 redis_queue.1 | 22711:C 02 Nov 16:21:46.206 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:21:46 redis_queue.1 | 22711:C 02 Nov 16:21:46.206 # Redis version=4.0.9, bits=64, commit=00000000, modified=0, pid=22711, just started
16:21:46 redis_queue.1 | 22711:C 02 Nov 16:21:46.206 # Configuration loaded
16:21:46 redis_queue.1 | 22711:M 02 Nov 16:21:46.209 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:21:46 redis_queue.1 | 22711:M 02 Nov 16:21:46.209 # Server can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:21:46 redis_queue.1 | 22711:M 02 Nov 16:21:46.209 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase ‘ulimit -n’.
16:21:46 redis_queue.1 | 22711:M 02 Nov 16:21:46.209 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
16:21:46 system | redis_queue.1 stopped (rc=1)
16:21:46 system | web.1 started (pid=22712)
16:21:46 system | worker_default.1 started (pid=22707)
16:21:46 system | schedule.1 started (pid=22715)
16:21:46 system | worker_long.1 started (pid=22713)
16:21:46 system | socketio.1 started (pid=22723)
16:21:46 system | redis_cache.1 started (pid=22708)
16:21:46 redis_cache.1 | 22724:C 02 Nov 16:21:46.278 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:21:46 redis_cache.1 | 22724:C 02 Nov 16:21:46.278 # Redis version=4.0.9, bits=64, commit=00000000, modified=0, pid=22724, just started
16:21:46 redis_cache.1 | 22724:C 02 Nov 16:21:46.278 # Configuration loaded
16:21:46 redis_cache.1 | 22724:M 02 Nov 16:21:46.281 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:21:46 redis_cache.1 | 22724:M 02 Nov 16:21:46.281 # Server can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:21:46 redis_cache.1 | 22724:M 02 Nov 16:21:46.281 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase ‘ulimit -n’.
16:21:46 redis_cache.1 | 22724:M 02 Nov 16:21:46.281 # Creating Server TCP listening socket 127.0.0.1:13000: bind: Address already in use
16:21:46 system | redis_cache.1 stopped (rc=1)
16:21:46 system | worker_short.1 started (pid=22738)
16:21:46 system | sending SIGTERM to worker_long.1 (pid 22713)
16:21:46 system | sending SIGTERM to watch.1 (pid 22704)
16:21:46 system | sending SIGTERM to web.1 (pid 22712)
16:21:46 system | sending SIGTERM to schedule.1 (pid 22715)
16:21:46 system | sending SIGTERM to worker_default.1 (pid 22707)
16:21:46 system | sending SIGTERM to socketio.1 (pid 22723)
16:21:46 system | sending SIGTERM to worker_short.1 (pid 22738)
16:21:46 system | worker_long.1 stopped (rc=-15)
16:21:46 system | socketio.1 stopped (rc=-15)
16:21:46 system | watch.1 stopped (rc=-15)
16:21:46 system | web.1 stopped (rc=-15)
16:21:46 system | worker_default.1 stopped (rc=-15)
16:21:46 system | schedule.1 stopped (rc=-15)
16:21:46 system | worker_short.1 stopped (rc=-15)

16:21:46 redis_cache.1 | 22724:M 02 Nov 16:21:46.281 # Server can’t set maximum open files to 10032 because of OS error: Operation not permitted.

Looks like you have a permissions problem.

  • As which user did you install?
  • Which install method did you use?

As a privileged user, you probably need to run something like these (in the right subdir and for the right user)

cd ~/frappe-bench
sudo chown -R frappe:frappe ./*

thank you for your response i tried that it shows like this chown: invalid user: ‘frappe:frappe’
please help me out

Hi what OS are you using? Do your server run on a virtual server environment? Try to run your server on a stand alone setup first. God Bless

I have assumed that you installed under the user named “frappe”. That command will change the ownership of files to the user:group - by default, when you create a new user, it also creates a group of the same name, hence the frappe:frappe
If you installed as (these are arbitrary, fictitious examples) user=fred, group=flintstones, then that command would be

cd ~/frappe-bench
sudo chown -R fred:flintstones ./*