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 653629 Details for
Bug 881105
The very first token for horizon causes AttributeError: 'NoneType' object has no attribute 'get'.
[?]
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.
httpd error log
httpd.log (text/x-log), 5.19 KB, created by
Jaroslav Henner
on 2012-11-28 17:16:36 UTC
(
hide
)
Description:
httpd error log
Filename:
MIME Type:
Creator:
Jaroslav Henner
Created:
2012-11-28 17:16:36 UTC
Size:
5.19 KB
patch
obsolete
>[Wed Nov 28 17:11:18 2012] [error] /usr/lib/python2.6/site-packages/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead. >[Wed Nov 28 17:11:18 2012] [error] "use STATIC_URL instead.", DeprecationWarning) >[Wed Nov 28 17:11:18 2012] [error] /usr/lib/python2.6/site-packages/django/conf/__init__.py:110: DeprecationWarning: The SECRET_KEY setting must not be empty. >[Wed Nov 28 17:11:18 2012] [error] warnings.warn("The SECRET_KEY setting must not be empty.", DeprecationWarning) >[Wed Nov 28 17:11:18 2012] [error] /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82: DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES instead. >[Wed Nov 28 17:11:18 2012] [error] DeprecationWarning >[Wed Nov 28 17:11:18 2012] [error] /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead. >[Wed Nov 28 17:11:18 2012] [error] DeprecationWarning) >[Wed Nov 28 17:11:18 2012] [error] /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26: DeprecationWarning: Authentication backends without a `supports_inactive_user` attribute are deprecated. Please define it in <class 'openstack_auth.backend.KeystoneBackend'>. >[Wed Nov 28 17:11:18 2012] [error] DeprecationWarning) >[Wed Nov 28 17:11:18 2012] [error] /usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235: DeprecationWarning: The syntax for the url template tag is changing. Load the `url` tag from the `future` tag library to start using the new behavior. >[Wed Nov 28 17:11:18 2012] [error] category=DeprecationWarning) >[Wed Nov 28 17:11:26 2012] [error] DEBUG:openstack_auth.backend:Beginning user authentication for user "admin". >[Wed Nov 28 17:11:26 2012] [error] unable to retrieve service catalog with token >[Wed Nov 28 17:11:26 2012] [error] Traceback (most recent call last): >[Wed Nov 28 17:11:26 2012] [error] File "/usr/lib/python2.6/site-packages/keystoneclient/v2_0/client.py", line 135, in _extract_service_catalog >[Wed Nov 28 17:11:26 2012] [error] endpoint_type='adminURL') >[Wed Nov 28 17:11:26 2012] [error] File "/usr/lib/python2.6/site-packages/keystoneclient/service_catalog.py", line 73, in url_for >[Wed Nov 28 17:11:26 2012] [error] raise exceptions.EndpointNotFound('Endpoint not found.') >[Wed Nov 28 17:11:26 2012] [error] EndpointNotFound: Endpoint not found. >[Wed Nov 28 17:11:26 2012] [error] DEBUG:openstack_auth.backend:Authentication completed for user "admin". >[Wed Nov 28 17:11:27 2012] [error] DEBUG:cinderclient.client:REQ: curl -i http://folsom-rhel6.lithium...redhat.com:8776/v1/a7a8eb65275f435b917c847d675c89d6/volumes/detail -X GET -H "X-Auth-Project-Id: a7a8eb65275f435b917c847d675c89d6" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: da798667ee824f0b89759dc8d5bd7f37" >[Wed Nov 28 17:11:27 2012] [error] >[Wed Nov 28 17:11:27 2012] [error] DEBUG:cinderclient.client:RESP:{'status': '200', 'content-length': '15', 'content-location': u'http://folsom-rhel6.lithium...redhat.com:8776/v1/a7a8eb65275f435b917c847d675c89d6/volumes/detail', 'x-compute-request-id': 'req-d2b76de7-e125-40f4-832a-52ebb6b5a894', 'date': 'Wed, 28 Nov 2012 17:11:27 GMT', 'content-type': 'application/json'} {"volumes": []} >[Wed Nov 28 17:11:27 2012] [error] >[Wed Nov 28 17:11:42 2012] [error] \x1b[31;1mRecoverable error: An unexpected error prevented the server from fulfilling your request. 'NoneType' object has no attribute 'get' (HTTP 500)\x1b[0m >[Wed Nov 28 17:11:42 2012] [error] Traceback (most recent call last): >[Wed Nov 28 17:11:42 2012] [error] File "/usr/lib/python2.6/site-packages/horizon/dashboards/syspanel/projects/workflows.py", line 320, in handle >[Wed Nov 28 17:11:42 2012] [error] role_id=to_delete.id) >[Wed Nov 28 17:11:42 2012] [error] File "/usr/lib/python2.6/site-packages/horizon/api/keystone.py", line 235, in remove_tenant_user_role >[Wed Nov 28 17:11:42 2012] [error] client.roles.remove_user_role(user_id, role_id, tenant_id) >[Wed Nov 28 17:11:42 2012] [error] File "/usr/lib/python2.6/site-packages/keystoneclient/v2_0/roles.py", line 91, in remove_user_role >[Wed Nov 28 17:11:42 2012] [error] return self._delete(route % params) >[Wed Nov 28 17:11:42 2012] [error] File "/usr/lib/python2.6/site-packages/keystoneclient/base.py", line 88, in _delete >[Wed Nov 28 17:11:42 2012] [error] resp, body = self.api.delete(url) >[Wed Nov 28 17:11:42 2012] [error] File "/usr/lib/python2.6/site-packages/keystoneclient/client.py", line 185, in delete >[Wed Nov 28 17:11:42 2012] [error] return self._cs_request(url, 'DELETE', **kwargs) >[Wed Nov 28 17:11:42 2012] [error] File "/usr/lib/python2.6/site-packages/keystoneclient/client.py", line 160, in _cs_request >[Wed Nov 28 17:11:42 2012] [error] **kwargs) >[Wed Nov 28 17:11:42 2012] [error] File "/usr/lib/python2.6/site-packages/keystoneclient/client.py", line 140, in request >[Wed Nov 28 17:11:42 2012] [error] raise exceptions.from_response(resp, body) >[Wed Nov 28 17:11:42 2012] [error] ClientException: An unexpected error prevented the server from fulfilling your request. 'NoneType' object has no attribute 'get' (HTTP 500)
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 881105
:
653611
| 653629