-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADS issue when running deploying a lab #82
Comments
@kraghupathi start ./manage-service first and then start app.py in backgroud |
We should host ADS web-app using nginx, wsgi and gunicorn instead of
running web-app everytime manually
…On Tue, Jul 18, 2017 at 5:06 PM, sivashankerN ***@***.***> wrote:
@kraghupathi <https://github.com/kraghupathi> start ./mange-service first
and then start app.py in backgroud
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#82 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIXi7Eqm4MyyYHLuIMZ0g46BVsBdVTxIks5sPJjIgaJpZM4ObHOe>
.
|
@sivashankerN : I tried to run |
It looks like mis configuration made to base_config file I will look into this and shall update the status here |
Its working now please check it and confirm
|
@ksripathi what changes you have made to solve this issue. Could you please update here |
@ksripathi what was the issue? |
Getting following error while deploying a lab on Base1 server
File "/usr/lib/python2.6/site-packages/Flask-0.11.1-py2.6.egg/flask/app.py", line 1639, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.6/site-packages/Flask-0.11.1-py2.6.egg/flask/app.py", line 1625, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/var/www/html/ads-web-app/api.py", line 70, in index r = requests.post(ADS_URL, data=json.dumps(data), headers=headers) File "/usr/lib/python2.6/site-packages/requests-2.9.1-py2.6.egg/requests/api.py", line 107, in post return request('post', url, data=data, json=json, **kwargs) File "/usr/lib/python2.6/site-packages/requests-2.9.1-py2.6.egg/requests/api.py", line 53, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.6/site-packages/requests-2.9.1-py2.6.egg/requests/sessions.py", line 468, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.6/site-packages/requests-2.9.1-py2.6.egg/requests/sessions.py", line 576, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.6/site-packages/requests-2.9.1-py2.6.egg/requests/adapters.py", line 437, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: / (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fb54088e510>: Failed to establish a new connection: [Errno 111] Connection refused',))
on browser.Please fix above issue on Base1 server.
The text was updated successfully, but these errors were encountered: