Getting error while start bench

Hi guys,
I am getting follwing error while starting the bench . Please suggest me a solution to fix this error

$ bench start
18:17:02 system           | redis_queue.1 started (pid=11671)
18:17:02 system           | schedule.1 started (pid=11674)
18:17:02 system           | redis_socketio.1 started (pid=11663)
18:17:02 redis_queue.1    | [11682] 25 Aug 18:17:02.470 # Fatal error, can't open config file 'config/redis_queue.conf'
18:17:02 system           | web.1 started (pid=11668)
18:17:02 redis_socketio.1 | [11678] 25 Aug 18:17:02.471 # Fatal error, can't open config file 'config/redis_socketio.conf'
18:17:02 system           | worker_long.1 started (pid=11672)
18:17:02 system           | watch.1 started (pid=11670)
18:17:02 system           | worker_short.1 started (pid=11676)
18:17:02 system           | redis_queue.1 stopped (rc=1)
18:17:02 system           | redis_socketio.1 stopped (rc=1)
18:17:02 system           | redis_cache.1 started (pid=11673)
18:17:02 redis_cache.1    | [11690] 25 Aug 18:17:02.494 # Fatal error, can't open config file 'config/redis_cache.conf'
18:17:02 system           | worker_default.1 started (pid=11675)
18:17:02 system           | socketio.1 started (pid=11677)
18:17:02 system           | sending SIGTERM to worker_long.1 (pid 11672)
18:17:02 system           | sending SIGTERM to watch.1 (pid 11670)
18:17:02 system           | sending SIGTERM to web.1 (pid 11668)
18:17:02 system           | sending SIGTERM to schedule.1 (pid 11674)
18:17:02 system           | sending SIGTERM to worker_default.1 (pid 11675)
18:17:02 system           | sending SIGTERM to socketio.1 (pid 11677)
18:17:02 system           | sending SIGTERM to redis_cache.1 (pid 11673)
18:17:02 system           | sending SIGTERM to worker_short.1 (pid 11676)
18:17:02 system           | socketio.1 stopped (rc=-15)
18:17:02 system           | schedule.1 stopped (rc=-15)
18:17:02 system           | web.1 stopped (rc=-15)
18:17:02 system           | watch.1 stopped (rc=-15)
18:17:02 system           | worker_long.1 stopped (rc=-15)
18:17:02 system           | worker_short.1 stopped (rc=-15)
18:17:02 system           | redis_cache.1 stopped (rc=-15)
18:17:02 system           | worker_default.1 stopped (rc=-15)

thanks in adavance
Baljeet Singh

Can you run bench setup redis and run bench start again?

i have same error when setup rendis

[bench@erp bench-repo]$ bench setup redis
Traceback (most recent call last):
File “/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/opt/bench/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/lib64/python2.7/site-packages/click/core.py”, line 722, in call
return self.main(*args, **kwargs)
File “/usr/lib64/python2.7/site-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/usr/lib64/python2.7/site-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib64/python2.7/site-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib64/python2.7/site-packages/click/core.py”, line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/lib64/python2.7/site-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/opt/bench/bench-repo/bench/commands/setup.py”, line 41, in setup_redis
generate_config(‘.’)
File “/opt/bench/bench-repo/bench/config/redis.py”, line 15, in generate_config
ports[key] = urlparse(config[key]).port
KeyError: ‘redis_cache’

please help… im tired…