Bench run problem at localhost

Hi,
I have installed bench at server.
I have download this project at local server then start bench.

Now is showing

15:06:54 system | redis_socketio.1 started (pid=8345)
15:06:54 system | worker_long.1 started (pid=8349)
15:06:54 redis_socketio.1 | [8356] 31 Jan 15:06:54.136 # Can’t chdir to ‘/home/ubuntu/frappe-bench/config/pids’: No such file or directory
15:06:54 system | redis_socketio.1 stopped (rc=1)
15:06:54 system | schedule.1 started (pid=8358)
15:06:54 system | web.1 started (pid=8360)
15:06:54 system | redis_queue.1 started (pid=8357)
15:06:54 redis_queue.1 | [8370] 31 Jan 15:06:54.149 # Can’t chdir to ‘/home/ubuntu/frappe-bench/config/pids’: No such file or directory
15:06:54 system | redis_queue.1 stopped (rc=1)
15:06:54 system | worker_short.1 started (pid=8362)
15:06:54 system | watch.1 started (pid=8353)
15:06:54 system | socketio.1 started (pid=8363)
15:06:54 system | redis_cache.1 started (pid=8364)
15:06:54 system | worker_default.1 started (pid=8371)
15:06:54 system | sending SIGTERM to worker_long.1 (pid 8349)
15:06:54 system | sending SIGTERM to watch.1 (pid 8353)
15:06:54 system | sending SIGTERM to web.1 (pid 8360)
15:06:54 system | sending SIGTERM to schedule.1 (pid 8358)
15:06:54 system | sending SIGTERM to worker_default.1 (pid 8371)
15:06:54 system | sending SIGTERM to socketio.1 (pid 8363)
15:06:54 system | sending SIGTERM to redis_cache.1 (pid 8364)
15:06:54 system | sending SIGTERM to worker_short.1 (pid 8362)
15:06:54 system | web.1 stopped (rc=-15)
15:06:54 system | worker_long.1 stopped (rc=-15)
15:06:54 system | watch.1 stopped (rc=-15)
15:06:54 system | socketio.1 stopped (rc=-15)
15:06:54 system | worker_default.1 stopped (rc=-15)
15:06:54 system | worker_short.1 stopped (rc=-15)
15:06:54 system | schedule.1 stopped (rc=-15)
15:06:54 system | redis_cache.1 stopped (rc=-15)

@arif execute:

find . -name "*.lock" -delete
bench clear-cache
bench start

sometimes a lock file or a bad entry in the cache can raise this.

Hi @max_morais_dmm,

Not working.

showing

Can’t chdir to ‘/home/ubuntu/frappe-bench/config/pids’: No such file or directory

Hi. I’m having the same issue. I think it’s assuming your username is “ubuntu”. Did you solve this problem? If so, how?