Sebb created COMDEV-381: --------------------------- Summary: gunicorn failing on projects-vm3 Key: COMDEV-381 URL: https://issues.apache.org/jira/browse/COMDEV-381 Project: Community Development Issue Type: Bug Reporter: Sebb
Since the move to vm3, gunicorn has not been running properly. I have fixed the restarting error, which was due to gunicorn not being on the path for the cron job. Gunicorn now starts, but fails almost immediately with: urllib.error.URLError: <urlopen error [Errno 111] Connection refused> This is invoked from: File "/var/www/reporter.apache.org/scripts/pdata.py", line 92, in <module> charters = loadJson(DESCRIPTIONS) File "/var/www/reporter.apache.org/scripts/pdata.py", line 84, in loadJson resp = uc.get(url, name=None, encoding='utf-8', errors=None) However I have been unable to determine why the request is failing. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org