Hello - this is the errors I keep getting with ERpnext on benchstart, after carefully following this guide for Debian 9 : https://www.howtoforge.com/tutorial/how-to-install-erpnext-on-debian/#comments
Help much appreciated!
bench start
14:28:58 system | redis_socketio.1 started (pid=2582)
14:28:58 redis_socketio.1 | 2594:C 24 Oct 14:28:58.670 # Fatal error, can’t open config file ‘config/redis_socketio.conf’
14:28:58 system | redis_socketio.1 stopped (rc=1)
14:28:58 system | watch.1 started (pid=2586)
14:28:58 system | redis_queue.1 started (pid=2590)
14:28:58 system | worker_long.1 started (pid=2585)
14:28:58 system | socketio.1 started (pid=2596)
14:28:58 redis_queue.1 | 2599:C 24 Oct 14:28:58.687 # Fatal error, can’t open config file ‘config/redis_queue.conf’
14:28:58 system | worker_default.1 started (pid=2602)
14:28:58 system | redis_queue.1 stopped (rc=1)
14:28:58 system | web.1 started (pid=2592)
14:28:58 system | schedule.1 started (pid=2588)
14:28:58 system | redis_cache.1 started (pid=2601)
14:28:58 redis_cache.1 | 2613:C 24 Oct 14:28:58.690 # Fatal error, can’t open config file ‘config/redis_cache.conf’
14:28:58 system | redis_cache.1 stopped (rc=1)
14:28:58 system | worker_short.1 started (pid=2608)
14:28:58 system | sending SIGTERM to worker_long.1 (pid 2585)
14:28:58 system | sending SIGTERM to watch.1 (pid 2586)
14:28:58 system | sending SIGTERM to web.1 (pid 2592)
14:28:58 system | sending SIGTERM to schedule.1 (pid 2588)
14:28:58 system | sending SIGTERM to worker_default.1 (pid 2602)
14:28:58 system | sending SIGTERM to socketio.1 (pid 2596)
14:28:58 system | sending SIGTERM to worker_short.1 (pid 2608)
14:28:58 system | watch.1 stopped (rc=-15)
14:28:58 system | web.1 stopped (rc=-15)
14:28:58 system | socketio.1 stopped (rc=-15)
14:28:58 system | schedule.1 stopped (rc=-15)
14:28:58 system | worker_default.1 stopped (rc=-15)
14:28:58 system | worker_long.1 stopped (rc=-15)
14:28:58 system | worker_short.1 stopped (rc=-15)
Thank you
–
Also:
bench@erpnext:/home/rootuser$ bench setup redis
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/bench/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 764, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 717, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 555, in invoke
return callback(*args, **kwargs)
File “/home/bench/bench-repo/bench/commands/setup.py”, line 41, in setup_redis
generate_config(‘.’)
File “/home/bench/bench-repo/bench/config/redis.py”, line 15, in generate_config
ports[key] = urlparse(config[key]).port
KeyError: ‘redis_cache’