By: Rui Engana Account Admin 10 Aug 2020 at 2:52 p.m. CDT

2 Responses
Rui Engana gravatar
I am unable to see log file, when I open "Configuration > View log file" I always get a "Too many redirects" error.

By Milton Ch. staff 10 Aug 2020 at 4:18 p.m. CDT

Milton Ch. gravatar
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`

By Rui Engana Account Admin 10 Aug 2020 at 4:34 p.m. CDT

Rui Engana gravatar
Added hostname line in /etc/hosts and I can now view logs. Thank you!