-
Notifications
You must be signed in to change notification settings - Fork 79
Run full service server, but stuck at 'Waiting for server to come up' #729
Comments
That's a strange error. Could you please share your logs of running |
i got this logsRecreating okuna-api_redis_1 ... done |
I have the same issue and the logs are:
|
Met the same problem, any ideas? |
I'm trying to install full mode using
pip install -r requirements-cli-only.txt
and it works fine, but when I trypython3 okuna-cli.py up-full
it stuck at 'Waiting for server to come up', and also trydocker-compose -f docker-compose-full.yml up
and I got some log from db [Warning] Aborted connection 10 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.16.16.1’ (This connection closed normally without authentication).Is there anything else to config ?
The text was updated successfully, but these errors were encountered: