Created
March 7, 2016 15:56
-
-
Save sebgoa/f5cca259a3faaaaf042f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
st2.actions.python.St2ActionsListAction: DEBUG Calling client method "get_all" with kwargs "{'limit': 10}" | |
Traceback (most recent call last): | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2actions/runners/python_action_wrapper.py", line 152, in <module> | |
obj.run() | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2actions/runners/python_action_wrapper.py", line 69, in run | |
output = action.run(**self._parameters) | |
File "/opt/stackstorm/packs/st2/actions/actions_list.py", line 27, in run | |
'exclude_attributes': exclude | |
File "/opt/stackstorm/packs/st2/actions/lib/action.py", line 86, in _run_client_method | |
result = method(**method_kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2client/models/core.py", line 35, in decorate | |
return func(*args, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2client/models/core.py", line 187, in get_all | |
response = self.client.get(url=url, params=params, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2client/utils/httpclient.py", line 33, in decorate | |
return func(*args, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2client/utils/httpclient.py", line 44, in decorate | |
return func(*args, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2client/utils/httpclient.py", line 68, in get | |
response = requests.get(self.root + url, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/requests/api.py", line 67, in get | |
return request('get', url, params=params, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/requests/api.py", line 53, in request | |
return session.request(method=method, url=url, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/requests/sessions.py", line 468, in request | |
resp = self.send(prep, **send_kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/requests/sessions.py", line 576, in send | |
r = adapter.send(request, **kwargs) | |
File "/opt/stackstorm/st2/lib/python2.7/site-packages/requests/adapters.py", line 437, in send | |
raise ConnectionError(e, request=request) | |
requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=9101): Max retries exceeded with url: /v1/actions?limit=10 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x3fd55d0>: Failed to establish a new connection: [Errno 111] Connection refused',)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment