By: Daniel Kranich user 06 Jun 2017 at 6:07 a.m. CDT

2 Responses
Daniel Kranich gravatar
Working on trying to get my gluu install up and running, but I can't seem to get quite there. When I go to my site I get infinitely redirected. Here is the contents of /var/log/httpd/error_log ``` [Tue Jun 06 11:04:53.892894 2017] [proxy:error] [pid 4783] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:8081 (localhost) failed [Tue Jun 06 11:04:53.892939 2017] [proxy:error] [pid 4783] AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 5s [Tue Jun 06 11:04:53.892943 2017] [proxy_http:error] [pid 4783] [client 10.138.0.2:50436] AH01114: HTTP: failed to make connection to backend: localhost [Tue Jun 06 11:04:54.791856 2017] [proxy:error] [pid 4781] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:8081 (localhost) failed [Tue Jun 06 11:04:54.791887 2017] [proxy:error] [pid 4781] AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 5s [Tue Jun 06 11:04:54.791891 2017] [proxy_http:error] [pid 4781] [client 10.138.0.2:50440] AH01114: HTTP: failed to make connection to backend: localhost [Tue Jun 06 11:04:55.706927 2017] [proxy:error] [pid 4885] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:8081 (localhost) failed [Tue Jun 06 11:04:55.706956 2017] [proxy:error] [pid 4885] AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 5s [Tue Jun 06 11:04:55.706960 2017] [proxy_http:error] [pid 4885] [client 10.138.0.2:50444] AH01114: HTTP: failed to make connection to backend: localhost [Tue Jun 06 11:04:56.653527 2017] [proxy:error] [pid 4783] AH00940: HTTP: disabled connection for (localhost) [Tue Jun 06 11:04:57.529568 2017] [proxy:error] [pid 4781] AH00940: HTTP: disabled connection for (localhost) ``` If there are any other log files you would like, I can easily get them.

By Daniel Kranich user 06 Jun 2017 at 6:15 a.m. CDT

Daniel Kranich gravatar
It looks like oxauth is not running. I'll do some more diagnosis and reply once I get more information.

By Aliaksandr Samuseu staff 06 Jun 2017 at 9:29 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Daniel. Gluu's log page is [here](https://gluu.org/docs/ce/3.0.1/operation/logs/) Below are usual guidance to troubleshoot unclear issues happen right after installation. Please make sure machine which you used for installation conforms to [our requirements](https://gluu.org/docs/ce/installation-guide/) Start gathering any clues from setup.py, oxAuth and oxTrust logs, like error messages, related warnings and such. Share your findings with us. We need you to provide full list of settings you chose when you were running `setup.py` script Please also 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 solserver` 7. `# ifconfig` Next are run outside of the container on Gluu host: 1. `# rpm -qi gluu-server-3.0.1` 2. `# cat /etc/*release` 3. `# free -m` 4. `# df -H` 5. `# iptables -L -n -v` Please also note that CE 3.0.2 is about to be released which contains several important fixes.