Hi all,
I’m new to Tryton and try to set up the downloaded docker image. I tried several times, Tryton is running under port 8080 (the only thing I changed) but I cannot login.
I did all steps described here: https://hub.docker.com/r/tryton/tryton/
But no success. Here the log:
server-1 | 12 140384589885504 [2025-03-14 16:59:03,122] INFO trytond.modules all modules loaded
server-1 | Traceback (most recent call last):
server-1 | File “/usr/local/bin/trytond-admin”, line 33, in
server-1 | admin.run(options)
server-1 | File “/usr/local/lib/python3.11/dist-packages/trytond/admin.py”, line 84, in run
server-1 | email = input(
server-1 | ^^^^^^
server-1 | EOFError: EOF when reading a line
server-1 | [2025-03-14 16:59:05 +0000] [13] [INFO] Starting gunicorn 20.1.0
server-1 | [2025-03-14 16:59:05 +0000] [13] [INFO] Listening at: http://0.0.0.0:8000 (13)
server-1 | [2025-03-14 16:59:05 +0000] [13] [INFO] Using worker: sync
server-1 | [2025-03-14 16:59:05 +0000] [14] [INFO] Booting worker with pid: 14
server-1 | 14 140379141107776 [2025-03-14 17:00:10,297] ERROR trytond.security login failed for ‘admin’ from ‘172.18.0.1’ on database ‘tryton’
server-1 | 14 140379141107776 [2025-03-14 17:00:13,787] ERROR trytond.security login failed for ‘admin’ from ‘172.18.0.1’ on database ‘tryton’
server-1 | 14 140379141107776 [2025-03-14 17:03:48,288] ERROR trytond.security login failed for ‘admin’ from ‘172.18.0.1’ on database ‘tryton’
postgres-1 | 2025-03-14 17:03:49.350 UTC [62] LOG: checkpoint starting: time
postgres-1 | 2025-03-14 17:05:02.581 UTC [62] LOG: checkpoint complete: wrote 730 buffers (4.5%); 1 WAL file(s) added, 0 removed, 0 recycled; write=73.019 s, sync=0.132 s,
total=73.232 s; sync files=653, longest=0.005 s, average=0.001 s; distance=5729 kB, estimate=5729 kB; lsn=0/1EA1120, redo lsn=0/1EA1090
Any hints?
Thanks.