Hi Rui, please check if hostname provided during installation is valid and correct entry has been added in hosts file. Also check for any errors in oxauth and identity logs.
Also you can start gathering any clues from setup.py, oxAuth and oxTrust logs, like error messages and related warnings. I understand that you can't access to the logs from oxTrust, however you could access to the container and see `/opt/gluu/jetty/oxauth/`. Share your findings with us.
We need you to provide full list of settings you chose when you were running `setup.py` script
Also you could provide output of next commands (in the container):
1. `# hostname`
2. `# cat /etc/hosts`
3. `# cat /etc/resolv.conf`
4. `# netstat -nlpt`
5. `# ps -aux | grep -i java`
6. `# ps -aux | grep -i slapd`
7. `# ifconfig`
Next are run outside of the container on Gluu host:
1. `# dpkg -l|grep -i gluu-server`
2. `# cat /etc/*release`
3. `# free -m`
4. `# df -H`
5. `# iptables -L -n -v`