Hey does anyone know why i'm getting an Error 503 Service Unavailable after installing LAVA on a new server? I have it installed on another system and i've never gotten this error on that system before. If it helps, i'm working behind a corporate proxy and here are the pertinent lines from lava-server.log in the apache log folder.
[Fri Oct 06 20:01:57.729804 2017] [proxy:error] [pid 2887:tid 140627852187392] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:8000 (127.0.0.1) failed [Fri Oct 06 20:01:57.729851 2017] [proxy_http:error] [pid 2887:tid 140627852187392] [client *IP*:56521] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
Thanks! Jian Chern
Hi,
On Friday 06 October 2017 06:16 PM, Tan, Jian Chern wrote:
[Fri Oct 06 20:01:57.729804 2017] [proxy:error] [pid 2887:tid 140627852187392] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:8000 (127.0.0.1) failed
[Fri Oct 06 20:01:57.729851 2017] [proxy_http:error] [pid 2887:tid 140627852187392] [client *IP*:56521] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
Check the status of lava-server-gunicorn service whether it is running. It should show something like the the following:
<snip> $ sudo service lava-server-gunicorn status [sudo] password for stylesen: ● lava-server-gunicorn.service - LSB: LAVA server gunicorn Loaded: loaded (/etc/init.d/lava-server-gunicorn; generated; vendor preset: e Active: active (running) since Tue 2017-10-24 20:16:19 IST; 19min ago Docs: man:systemd-sysv-generator(8) CPU: 8ms CGroup: /system.slice/lava-server-gunicorn.service ├─22689 gunicorn: master [lava_server.wsgi] ├─22695 gunicorn: worker [lava_server.wsgi] ├─22696 gunicorn: worker [lava_server.wsgi] ├─22709 gunicorn: worker [lava_server.wsgi] └─22711 gunicorn: worker [lava_server.wsgi]
Oct 24 20:16:18 master systemd[1]: Starting LSB: LAVA server gunicorn... Oct 24 20:16:19 master lava-server-gunicorn[22682]: Starting lava-server gunicor Oct 24 20:16:19 master systemd[1]: Started LSB: LAVA server gunicorn. $ </snip>
Thank You.