Unable to install Frappe Bench using Docker

Hi All ,

I am trying to install frappe bench using GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext
and i am getting error as follows;

root@ubuntu-s-1vcpu-1gb-blr1-01:~/frappe_docker# ./dbench start
16:07:12 system | web.1 started (pid=401)
16:07:12 system | worker_long.1 started (pid=403)
16:07:12 system | socketio.1 started (pid=402)
16:07:12 system | schedule.1 started (pid=406)
16:07:12 system | worker_default.1 started (pid=405)
16:07:12 system | watch.1 started (pid=400)
16:07:12 system | worker_short.1 started (pid=407)
16:07:14 socketio.1 | listening on *: 9000
16:07:25 worker_default.1 | 16:07:25: Worker rq:worker:1d739a9b4be9.417.default: started, version 1.2.0
16:07:25 worker_long.1 | 16:07:25: Worker rq:worker:1d739a9b4be9.410.long: started, version 1.2.0
16:07:25 worker_default.1 | 16:07:25: *** Listening on default…
16:07:25 worker_long.1 | 16:07:25: *** Listening on long…
16:07:25 worker_default.1 | 16:07:25: Cleaning registries for queue: default
16:07:25 worker_long.1 | 16:07:25: Cleaning registries for queue: long
16:07:25 worker_short.1 | 16:07:25: Worker rq:worker:1d739a9b4be9.421.short: started, version 1.2.0
16:07:25 worker_short.1 | 16:07:25: *** Listening on short…
16:07:25 worker_short.1 | 16:07:25: Cleaning registries for queue: short
16:07:26 web.1 | 16:07:26: * Running on http://0.0.0.0:8000/ (Press CTRL+C to quit)
16:07:26 web.1 | 16:07:26: * Restarting with inotify reloader
16:07:26 watch.1 | yarn run v1.21.1
16:07:26 watch.1 | $ node rollup/watch.js
16:07:28 web.1 | 16:07:28: * Debugger is active!
16:07:28 web.1 | 16:07:28: * Debugger PIN: 258-407-440
16:07:29 watch.1 |
16:07:29 watch.1 | Rollup Watcher Started
16:07:29 watch.1 |
16:07:29 watch.1 | Watching…
16:07:36 watch.1 | Killed
16:07:36 watch.1 | error Command failed with exit code 137.
16:07:36 watch.1 | info Visit yarn run | Yarn for documentation about this command.
16:07:36 system | watch.1 stopped (rc=0)
16:07:36 system | sending SIGTERM to worker_long.1 (pid 403)
16:07:36 system | sending SIGTERM to web.1 (pid 401)
16:07:36 system | sending SIGTERM to schedule.1 (pid 406)
16:07:36 system | sending SIGTERM to worker_default.1 (pid 405)
16:07:36 system | sending SIGTERM to socketio.1 (pid 402)
16:07:36 system | sending SIGTERM to worker_short.1 (pid 407)
16:07:36 worker_long.1 | 16:07:36: Warm shut down requested
16:07:36 worker_default.1 | 16:07:36: Warm shut down requested
16:07:36 system | socketio.1 stopped (rc=-15)
16:07:36 worker_short.1 | 16:07:36: Warm shut down requested
16:07:36 system | schedule.1 stopped (rc=-15)
16:07:37 system | worker_long.1 stopped (rc=-15)
16:07:37 system | worker_default.1 stopped (rc=-15)
16:07:37 system | worker_short.1 stopped (rc=-15)
16:07:37 system | web.1 stopped (rc=-15)
root@ubuntu-s-1vcpu-1gb-blr1-01:~/frappe_docker#

when i run localhost:9000/login i am getting error

Cannot GET /login

Please suggest and advice

Rgds
O

Not sure where you got

since its running on :8000?? as per below

Unless I missed something about Docker installs

Hi ,

With port 8000 I am getting page not found on firefox

Any advice to fix this ?

Rgds
O

Refer above

Hi

I could solve this by increasing the RAM of VM ,

Rgds
O

For other user’s reference:
That part refers to socket.io not access to the site, because access to ERPNext is at port 8000

1 Like

Yes Agreed

Rgds
O