I needed to reinstall my enviroment, and now, when I try to start bench, not work…
Here is the log
$ bench start
09:06:08 system | redis_cache.1 started (pid=8107)
09:06:08 system | redis_queue.1 started (pid=8108)
09:06:08 system | redis_socketio.1 started (pid=8106)
09:06:08 system | web.1 started (pid=8110)
09:06:08 system | socketio.1 started (pid=8112)
09:06:08 system | watch.1 started (pid=8113)
09:06:08 system | schedule.1 started (pid=8116)
09:06:08 system | worker_short.1 started (pid=8117)
09:06:08 system | worker_long.1 started (pid=8119)
09:06:08 system | worker_default.1 started (pid=8120)
09:06:08 redis_queue.1 | 8108:C 12 Mar 2019 09:06:08.845 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:06:08 redis_queue.1 | 8108:C 12 Mar 2019 09:06:08.845 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=8108, just started
09:06:08 redis_queue.1 | 8108:C 12 Mar 2019 09:06:08.845 # Configuration loaded
09:06:08 redis_queue.1 | 8108:M 12 Mar 2019 09:06:08.846 * Increased maximum number of open files to 10032 (it was originally set to 4864).
09:06:08 redis_queue.1 | 8108:M 12 Mar 2019 09:06:08.863 * Running mode=standalone, port=11002.
09:06:08 redis_cache.1 | 8107:C 12 Mar 2019 09:06:08.849 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:06:08 redis_cache.1 | 8107:C 12 Mar 2019 09:06:08.849 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=8107, just started
09:06:08 redis_queue.1 | 8108:M 12 Mar 2019 09:06:08.863 # Server initialized
09:06:08 redis_cache.1 | 8107:C 12 Mar 2019 09:06:08.849 # Configuration loaded
09:06:08 redis_queue.1 | 8108:M 12 Mar 2019 09:06:08.863 * Ready to accept connections
09:06:08 redis_cache.1 | 8107:M 12 Mar 2019 09:06:08.851 * Increased maximum number of open files to 10032 (it was originally set to 4864).
09:06:08 redis_cache.1 | 8107:M 12 Mar 2019 09:06:08.865 * Running mode=standalone, port=13002.
09:06:08 redis_cache.1 | 8107:M 12 Mar 2019 09:06:08.865 # Server initialized
09:06:08 redis_cache.1 | 8107:M 12 Mar 2019 09:06:08.865 * Ready to accept connections
09:06:09 redis_socketio.1 | 8106:C 12 Mar 2019 09:06:09.251 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:06:09 redis_socketio.1 | 8106:C 12 Mar 2019 09:06:09.252 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=8106, just started
09:06:09 redis_socketio.1 | 8106:C 12 Mar 2019 09:06:09.252 # Configuration loaded
09:06:09 redis_socketio.1 | 8106:M 12 Mar 2019 09:06:09.257 * Increased maximum number of open files to 10032 (it was originally set to 4864).
09:06:09 redis_socketio.1 | 8106:M 12 Mar 2019 09:06:09.413 * Running mode=standalone, port=12002.
09:06:09 redis_socketio.1 | 8106:M 12 Mar 2019 09:06:09.413 # Server initialized
09:06:09 redis_socketio.1 | 8106:M 12 Mar 2019 09:06:09.414 * Ready to accept connections
09:06:10 socketio.1 | listening on *: 9002
09:06:14 web.1 | * Running on http://0.0.0.0:8002/ (Press CTRL+C to quit)
09:06:14 web.1 | * Restarting with fsevents reloader
09:06:15 watch.1 | yarn run v1.13.0
09:06:15 watch.1 | $ node rollup/watch.js
09:06:16 web.1 | * Debugger is active!
09:06:16 web.1 | * Debugger PIN: 241-639-402
09:06:17 watch.1 |
09:06:17 watch.1 | Rollup Watcher Started
09:06:17 watch.1 |
09:06:17 watch.1 | Watching...
09:06:18 watch.1 | Rebuilding frappe-web.css
09:06:18 watch.1 | Rebuilding chat.js
09:06:20 watch.1 | Rebuilding frappe-web.min.js
09:06:22 watch.1 | Rebuilding control.min.js
09:06:24 watch.1 | Rebuilding dialog.min.js
09:06:25 watch.1 | Rebuilding desk.min.css
09:06:25 watch.1 | Rebuilding frappe-rtl.css
09:06:25 watch.1 | Rebuilding desk.min.js
09:06:28 watch.1 | Rebuilding module.min.css
09:06:28 watch.1 | Rebuilding form.min.css
09:06:28 watch.1 | Rebuilding form.min.js
09:06:28 watch.1 | (node:8141) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 change listeners added. Use emitter.setMaxListeners() to increase limit
09:06:29 watch.1 | Rebuilding list.min.css
09:06:29 watch.1 | Rebuilding list.min.js
09:06:30 watch.1 | Rebuilding report.min.css
09:06:30 watch.1 | Rebuilding report.min.js
09:06:32 watch.1 | Rebuilding web_form.min.js
09:06:32 watch.1 | Rebuilding web_form.css
09:06:32 watch.1 | Rebuilding print_format_v3.min.js
09:06:32 watch.1 | Rebuilding email.css
What’s going on?
Regards