Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 587796 Details for
Bug 826674
[abrt] openstack-glance-2012.1-4.fc17: client.py:549:_do_request:ServerError: The request returned 500 Internal Server Error
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 8.99 KB, created by
David Busby
on 2012-05-30 18:16:43 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
David Busby
Created:
2012-05-30 18:16:43 UTC
Size:
8.99 KB
patch
obsolete
>client.py:549:_do_request:ServerError: The request returned 500 Internal Server Error > >The response body: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/eventlet/wsgi.py", line 336, in handle_one_response > result = self.application(self.environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__ > resp = self.call_func(req, *args, **self.kwargs) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 210, in call_func > return self.func(req, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 279, in __call__ > response = req.get_response(self.application) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1086, in get_response > application, catch_exc_info=False) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1055, in call_application > app_iter = application(self.environ, start_response) > File "/usr/lib/python2.7/site-packages/keystone/middleware/auth_token.py", line 176, in __call__ > return self.app(env, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__ > resp = self.call_func(req, *args, **self.kwargs) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 210, in call_func > return self.func(req, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 279, in __call__ > response = req.get_response(self.application) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1086, in get_response > application, catch_exc_info=False) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1055, in call_application > app_iter = application(self.environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 159, in __call__ > return resp(environ, start_response) > File "/usr/lib/python2.7/site-packages/routes/middleware.py", line 131, in __call__ > response = self.app(environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 159, in __call__ > return resp(environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__ > resp = self.call_func(req, *args, **self.kwargs) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 210, in call_func > return self.func(req, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 477, in __call__ > request, **action_args) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 494, in dispatch > return method(*args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/api/v1/images.py", line 134, in index > images = registry.get_images_list(req.context, **params) > File "/usr/lib/python2.7/site-packages/glance/registry/__init__.py", line 129, in get_images_list > return c.get_images(**kwargs) > File "/usr/lib/python2.7/site-packages/glance/registry/client.py", line 77, in get_images > res = self.do_request("GET", "/images", params=params) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 58, in wrapped > return func(self, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 420, in do_request > headers=headers) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 75, in wrapped > return func(self, method, url, body, headers) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 551, in _do_request > raise exception.ServiceUnavailable(retry=_retry(res)) >ServiceUnavailable: The request returned 503 Service Unavilable. This generally occurs on service overload or other transient outage. > > >Traceback (most recent call last): > File "/usr/bin/glance", line 1040, in <module> > result = command(options, args) > File "/usr/bin/glance", line 63, in wrapper > ret = func(*args, **kwargs) > File "/usr/bin/glance", line 551, in images_index > print_header=True) > File "/usr/bin/glance", line 497, in _images_index > images = client.get_images(**parameters) > File "/usr/lib/python2.7/site-packages/glance/client.py", line 60, in get_images > res = self.do_request("GET", "/images", params=params) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 58, in wrapped > return func(self, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 420, in do_request > headers=headers) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 75, in wrapped > return func(self, method, url, body, headers) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 549, in _do_request > raise exception.ServerError(body=res.read()) >ServerError: The request returned 500 Internal Server Error > >The response body: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/eventlet/wsgi.py", line 336, in handle_one_response > result = self.application(self.environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__ > resp = self.call_func(req, *args, **self.kwargs) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 210, in call_func > return self.func(req, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 279, in __call__ > response = req.get_response(self.application) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1086, in get_response > application, catch_exc_info=False) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1055, in call_application > app_iter = application(self.environ, start_response) > File "/usr/lib/python2.7/site-packages/keystone/middleware/auth_token.py", line 176, in __call__ > return self.app(env, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__ > resp = self.call_func(req, *args, **self.kwargs) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 210, in call_func > return self.func(req, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 279, in __call__ > response = req.get_response(self.application) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1086, in get_response > application, catch_exc_info=False) > File "/usr/lib/python2.7/site-packages/webob/request.py", line 1055, in call_application > app_iter = application(self.environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 159, in __call__ > return resp(environ, start_response) > File "/usr/lib/python2.7/site-packages/routes/middleware.py", line 131, in __call__ > response = self.app(environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 159, in __call__ > return resp(environ, start_response) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__ > resp = self.call_func(req, *args, **self.kwargs) > File "/usr/lib/python2.7/site-packages/webob/dec.py", line 210, in call_func > return self.func(req, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 477, in __call__ > request, **action_args) > File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 494, in dispatch > return method(*args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/api/v1/images.py", line 134, in index > images = registry.get_images_list(req.context, **params) > File "/usr/lib/python2.7/site-packages/glance/registry/__init__.py", line 129, in get_images_list > return c.get_images(**kwargs) > File "/usr/lib/python2.7/site-packages/glance/registry/client.py", line 77, in get_images > res = self.do_request("GET", "/images", params=params) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 58, in wrapped > return func(self, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 420, in do_request > headers=headers) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 75, in wrapped > return func(self, method, url, body, headers) > File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 551, in _do_request > raise exception.ServiceUnavailable(retry=_retry(res)) >ServiceUnavailable: The request returned 503 Service Unavilable. This generally occurs on service overload or other transient outage. > > >Local variables in innermost frame: >_chunkbody: <function _chunkbody at 0x1d51cf8> >_filelike: <function _filelike at 0x1d51c08> >c: <httplib.HTTPConnection instance at 0x1d317e8> >_pushing: <function _pushing at 0x1d2fc80> >url: ParseResult(scheme='http', netloc=u'localhost:9292', path=u'/v1/images', params='', query='limit=10', fragment='') >status_code: 500 >_simple: <function _simple at 0x1d51b90> >body: None >method: 'GET' >self: <glance.client.ProgressClient object at 0x1d27990> >headers: {'x-auth-token': u'c24adc8cad7d46cc8a97ebc8c1126d94'} >res: <httplib.HTTPResponse instance at 0x1d5a3b0> >path: u'/v1/images?limit=10' >connection_type: <class httplib.HTTPConnection at 0x1a11c80> >_sendbody: <function _sendbody at 0x1d51c80> >_retry: <function _retry at 0x1d5bc08>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 826674
: 587796