hi,
trying to understand frappe so installed frappe and bench but when i start the server using bench start i getting following error in terminal window
16:43:11 system | worker_long.1 started (pid=20068)
16:43:11 system | watch.1 started (pid=20069)
16:43:11 system | schedule.1 started (pid=20076)
16:43:11 system | worker_default.1 started (pid=20078)
16:43:11 system | redis_socketio.1 started (pid=20065)
16:43:11 redis_socketio.1 | 20065:M 02 Mar 16:43:11.105 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:43:11 redis_socketio.1 | 20065:M 02 Mar 16:43:11.105 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:43:11 redis_socketio.1 | 20065:M 02 Mar 16:43:11.105 # 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:43:11 redis_socketio.1 | 20065:M 02 Mar 16:43:11.105 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
16:43:11 system | socketio.1 started (pid=20081)
16:43:11 system | redis_socketio.1 stopped (rc=1)
16:43:11 system | web.1 started (pid=20080)
16:43:11 system | redis_queue.1 started (pid=20084)
16:43:11 redis_queue.1 | 20084:M 02 Mar 16:43:11.147 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:43:11 system | redis_cache.1 started (pid=20092)
16:43:11 redis_queue.1 | 20084:M 02 Mar 16:43:11.149 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:43:11 redis_queue.1 | 20084:M 02 Mar 16:43:11.149 # 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:43:11 redis_queue.1 | 20084:M 02 Mar 16:43:11.149 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
16:43:11 system | redis_queue.1 stopped (rc=1)
16:43:11 redis_cache.1 | 20092:M 02 Mar 16:43:11.151 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:43:11 system | worker_short.1 started (pid=20095)
16:43:11 system | sending SIGTERM to worker_long.1 (pid 20068)
16:43:11 system | sending SIGTERM to watch.1 (pid 20069)
16:43:11 system | sending SIGTERM to web.1 (pid 20080)
16:43:11 system | sending SIGTERM to schedule.1 (pid 20076)
16:43:11 system | sending SIGTERM to worker_default.1 (pid 20078)
16:43:11 system | sending SIGTERM to socketio.1 (pid 20081)
16:43:11 system | sending SIGTERM to redis_cache.1 (pid 20092)
16:43:11 system | sending SIGTERM to worker_short.1 (pid 20095)
16:43:11 redis_cache.1 | 20092:M 02 Mar 16:43:11.151 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:43:11 redis_cache.1 | 20092:M 02 Mar 16:43:11.151 # 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:43:11 redis_cache.1 | 20092:M 02 Mar 16:43:11.151 # Creating Server TCP listening socket 127.0.0.1:13000: bind: Address already in use
16:43:11 system | web.1 stopped (rc=-15)
16:43:11 system | schedule.1 stopped (rc=-15)
16:43:11 system | watch.1 stopped (rc=-15)
16:43:11 system | redis_cache.1 stopped (rc=1)
16:43:11 system | worker_short.1 stopped (rc=-15)
16:43:11 system | worker_default.1 stopped (rc=-15)
16:43:11 system | socketio.1 stopped (rc=-15)
16:43:11 system | worker_long.1 stopped (rc=-15)
[shahid@ws23 frappe-bench]$ clear
e[3;J
[shahid@ws23 frappe-bench]$ bench start
16:43:54 system | redis_socketio.1 started (pid=20283)
16:43:54 system | watch.1 started (pid=20289)
16:43:54 system | worker_long.1 started (pid=20286)
16:43:54 redis_socketio.1 | 20283:M 02 Mar 16:43:54.551 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:43:54 redis_socketio.1 | 20283:M 02 Mar 16:43:54.551 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:43:54 redis_socketio.1 | 20283:M 02 Mar 16:43:54.551 # 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:43:54 redis_socketio.1 | 20283:M 02 Mar 16:43:54.551 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
16:43:54 system | redis_socketio.1 stopped (rc=1)
16:43:54 system | web.1 started (pid=20299)
16:43:54 system | redis_queue.1 started (pid=20291)
16:43:54 redis_queue.1 | 20291:M 02 Mar 16:43:54.567 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:43:54 redis_queue.1 | 20291:M 02 Mar 16:43:54.567 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:43:54 redis_queue.1 | 20291:M 02 Mar 16:43:54.567 # 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:43:54 redis_queue.1 | 20291:M 02 Mar 16:43:54.567 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
16:43:54 system | redis_queue.1 stopped (rc=1)
16:43:54 system | worker_default.1 started (pid=20297)
16:43:54 system | schedule.1 started (pid=20303)
16:43:54 system | redis_cache.1 started (pid=20304)
16:43:54 system | worker_short.1 started (pid=20300)
16:43:54 redis_cache.1 | 20304:M 02 Mar 16:43:54.595 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
16:43:54 redis_cache.1 | 20304:M 02 Mar 16:43:54.595 # Redis can’t set maximum open files to 10032 because of OS error: Operation not permitted.
16:43:54 redis_cache.1 | 20304:M 02 Mar 16:43:54.595 # 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:43:54 redis_cache.1 | 20304:M 02 Mar 16:43:54.595 # Creating Server TCP listening socket 127.0.0.1:13000: bind: Address already in use
16:43:54 system | redis_cache.1 stopped (rc=1)
16:43:54 system | socketio.1 started (pid=20308)
16:43:54 system | sending SIGTERM to worker_long.1 (pid 20286)
16:43:54 system | sending SIGTERM to watch.1 (pid 20289)
16:43:54 system | sending SIGTERM to web.1 (pid 20299)
16:43:54 system | sending SIGTERM to schedule.1 (pid 20303)
16:43:54 system | sending SIGTERM to worker_default.1 (pid 20297)
16:43:54 system | sending SIGTERM to socketio.1 (pid 20308)
16:43:54 system | sending SIGTERM to worker_short.1 (pid 20300)
16:43:54 system | watch.1 stopped (rc=-15)
16:43:54 system | web.1 stopped (rc=-15)
16:43:54 system | worker_long.1 stopped (rc=-15)
16:43:54 system | schedule.1 stopped (rc=-15)
16:43:54 system | worker_default.1 stopped (rc=-15)
16:43:54 system | worker_short.1 stopped (rc=-15)
16:43:54 system | socketio.1 stopped (rc=-15)
[shahid@ws23 frappe-bench]$
may be all port is busy if it is please tell me to free a port and use it either help me with the problem
thanks