I’m using ERPNext-14
.
when im running this command
bench start
Note: I done the setup using Docker container.
im getting this error
frappe@10b5ad510a4b:/workspace/development/frappe-bench$ bench start
08:22:26 system | web.1 started (pid=6695)
08:22:26 system | socketio.1 started (pid=6699)
08:22:26 system | watch.1 started (pid=6702)
08:22:26 system | schedule.1 started (pid=6706)
08:22:26 system | worker.1 started (pid=6709)
08:22:26 socketio.1 | node:events:491
08:22:26 socketio.1 | throw er; // Unhandled 'error' event
08:22:26 socketio.1 | ^
08:22:26 socketio.1 |
08:22:26 socketio.1 | Error: connect ECONNREFUSED 127.0.0.1:13000
08:22:26 socketio.1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)
08:22:26 socketio.1 | Emitted 'error' event on RedisClient instance at:
08:22:26 socketio.1 | at RedisClient.on_error (/workspace/development/frappe-bench/apps/frappe/node_modules/redis/index.js:342:14)
08:22:26 socketio.1 | at Socket.<anonymous> (/workspace/development/frappe-bench/apps/frappe/node_modules/redis/index.js:223:14)
08:22:26 socketio.1 | at Socket.emit (node:events:513:28)
08:22:26 socketio.1 | at emitErrorNT (node:internal/streams/destroy:157:8)
08:22:26 socketio.1 | at emitErrorCloseNT (node:internal/streams/destroy:122:3)
08:22:26 socketio.1 | at processTicksAndRejections (node:internal/process/task_queues:83:21) {
08:22:26 socketio.1 | errno: -111,
08:22:26 socketio.1 | code: 'ECONNREFUSED',
08:22:26 socketio.1 | syscall: 'connect',
08:22:26 socketio.1 | address: '127.0.0.1',
08:22:26 socketio.1 | port: 13000
08:22:26 socketio.1 | }
08:22:26 system | socketio.1 stopped (rc=1)
08:22:26 system | sending SIGTERM to web.1 (pid 6695)
08:22:26 system | sending SIGTERM to watch.1 (pid 6702)
08:22:26 system | sending SIGTERM to schedule.1 (pid 6706)
08:22:26 system | sending SIGTERM to worker.1 (pid 6709)
08:22:26 system | worker.1 stopped (rc=-15)
08:22:26 system | watch.1 stopped (rc=-15)
08:22:26 system | schedule.1 stopped (rc=-15)
08:22:26 system | web.1 stopped (rc=-15)
please help me