yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32916
[Bug 1455317] [NEW] Dashboard crashed graphics which look like a text browser
Public bug reported:
Using CentOS Linux release 7.0.1406 (Core)
Name : openstack-dashboard
Arch : noarch
Version : 2014.2.2
Release : 1.el7
Size : 20 M
Repo : installed
>From repo : openstack-juno
Summary : Openstack web user interface reference implementation
URL : http://horizon.openstack.org/
License : ASL 2.0 and BSD
Description : Openstack Dashboard is a web user interface for Openstack. The package
: provides a reference implementation using the Django Horizon project,
: mostly consisting of JavaScript and CSS to tie it altogether as a standalone
: site.
This is the 3rd time I encountered this problems; but so far all other
services is running on the background. Don't know really what the cause
of this.
Based on the log, found this error:
2015-05-07 04:09:24,014 13219 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb4858f9d0>: "Windows7_Access"
2015-05-07 04:42:53,182 13221 ERROR horizon.exceptions Not Found: Instance could not be found (HTTP 404) (Request-ID: req-b01e5808-08c8-4129-9186-aae0be1720ea)
Traceback (most recent call last):
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/views.py", line 268, in get_data
instance = api.nova.server_get(self.request, instance_id)
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/nova.py", line 559, in server_get
return Server(novaclient(request).servers.get(instance_id), request)
File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 563, in get
return self._get("/servers/%s" % base.getid(server), "server")
File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 93, in _get
_resp, body = self.api.client.get(url)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 487, in get
return self._cs_request(url, 'GET', **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 465, in _cs_request
resp, body = self._time_request(url, method, **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 439, in _time_request
resp, body = self.request(url, method, **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 433, in request
raise exceptions.from_response(resp, body, url, method)
NotFound: Instance could not be found (HTTP 404) (Request-ID: req-b01e5808-08c8-4129-9186-aae0be1720ea)
2015-05-07 04:54:31,672 13221 INFO openstack_auth.views Logging out user "lumad".
2015-05-07 04:54:31,680 13221 INFO openstack_auth.views Could not delete token
2015-05-07 22:50:51,319 13217 INFO openstack_auth.forms Login successful for user "lumad".
2015-05-07 22:53:05,866 13216 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb53478c90>: "Windows7_Access"
2015-05-07 23:03:43,950 13220 INFO openstack_auth.views Logging out user "".
2015-05-07 23:03:45,930 13220 INFO openstack_auth.forms Login successful for user "admin".
2015-05-07 23:04:02,510 13221 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb485d54d0>: "Windows2k7_Office"
What I did before i used to remove the openstack-dashboard, reinstall and restore local_settings from the backup.
I am afraid now to update as the Kilo is now release.
Hope someone can enlighten.
** Affects: horizon
Importance: Undecided
Status: New
** Attachment added: "Picture of the said bug"
https://bugs.launchpad.net/bugs/1455317/+attachment/4397864/+files/text_dashboard.png
** Description changed:
Using CentOS Linux release 7.0.1406 (Core)
Name : openstack-dashboard
Arch : noarch
Version : 2014.2.2
Release : 1.el7
Size : 20 M
Repo : installed
From repo : openstack-juno
Summary : Openstack web user interface reference implementation
URL : http://horizon.openstack.org/
License : ASL 2.0 and BSD
Description : Openstack Dashboard is a web user interface for Openstack. The package
- : provides a reference implementation using the Django Horizon project,
- : mostly consisting of JavaScript and CSS to tie it altogether as a standalone
- : site.
+ : provides a reference implementation using the Django Horizon project,
+ : mostly consisting of JavaScript and CSS to tie it altogether as a standalone
+ : site.
+ This is the 3rd time I encountered this problems; but so far all other
+ services is running on the background. Don't know really what the cause
+ of this.
- It always got bug, I don't what really cause with it. This is the 3rd time I encountered this problems; but so far all other services is running on the background.
-
+ Based on the log, found this error:
2015-05-07 04:09:24,014 13219 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb4858f9d0>: "Windows7_Access"
2015-05-07 04:42:53,182 13221 ERROR horizon.exceptions Not Found: Instance could not be found (HTTP 404) (Request-ID: req-b01e5808-08c8-4129-9186-aae0be1720ea)
Traceback (most recent call last):
- File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/views.py", line 268, in get_data
- instance = api.nova.server_get(self.request, instance_id)
- File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/nova.py", line 559, in server_get
- return Server(novaclient(request).servers.get(instance_id), request)
- File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 563, in get
- return self._get("/servers/%s" % base.getid(server), "server")
- File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 93, in _get
- _resp, body = self.api.client.get(url)
- File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 487, in get
- return self._cs_request(url, 'GET', **kwargs)
- File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 465, in _cs_request
- resp, body = self._time_request(url, method, **kwargs)
- File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 439, in _time_request
- resp, body = self.request(url, method, **kwargs)
- File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 433, in request
- raise exceptions.from_response(resp, body, url, method)
+ File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/views.py", line 268, in get_data
+ instance = api.nova.server_get(self.request, instance_id)
+ File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/nova.py", line 559, in server_get
+ return Server(novaclient(request).servers.get(instance_id), request)
+ File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 563, in get
+ return self._get("/servers/%s" % base.getid(server), "server")
+ File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 93, in _get
+ _resp, body = self.api.client.get(url)
+ File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 487, in get
+ return self._cs_request(url, 'GET', **kwargs)
+ File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 465, in _cs_request
+ resp, body = self._time_request(url, method, **kwargs)
+ File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 439, in _time_request
+ resp, body = self.request(url, method, **kwargs)
+ File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 433, in request
+ raise exceptions.from_response(resp, body, url, method)
NotFound: Instance could not be found (HTTP 404) (Request-ID: req-b01e5808-08c8-4129-9186-aae0be1720ea)
2015-05-07 04:54:31,672 13221 INFO openstack_auth.views Logging out user "lumad".
2015-05-07 04:54:31,680 13221 INFO openstack_auth.views Could not delete token
2015-05-07 22:50:51,319 13217 INFO openstack_auth.forms Login successful for user "lumad".
2015-05-07 22:53:05,866 13216 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb53478c90>: "Windows7_Access"
2015-05-07 23:03:43,950 13220 INFO openstack_auth.views Logging out user "".
2015-05-07 23:03:45,930 13220 INFO openstack_auth.forms Login successful for user "admin".
2015-05-07 23:04:02,510 13221 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb485d54d0>: "Windows2k7_Office"
What I did before i used to remove the openstack-dashboard, reinstall and restore local_settings from the backup.
I am afraid now to update as the Kilo is now release.
Hope someone can enlighten.
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1455317
Title:
Dashboard crashed graphics which look like a text browser
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Using CentOS Linux release 7.0.1406 (Core)
Name : openstack-dashboard
Arch : noarch
Version : 2014.2.2
Release : 1.el7
Size : 20 M
Repo : installed
From repo : openstack-juno
Summary : Openstack web user interface reference implementation
URL : http://horizon.openstack.org/
License : ASL 2.0 and BSD
Description : Openstack Dashboard is a web user interface for Openstack. The package
: provides a reference implementation using the Django Horizon project,
: mostly consisting of JavaScript and CSS to tie it altogether as a standalone
: site.
This is the 3rd time I encountered this problems; but so far all other
services is running on the background. Don't know really what the
cause of this.
Based on the log, found this error:
2015-05-07 04:09:24,014 13219 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb4858f9d0>: "Windows7_Access"
2015-05-07 04:42:53,182 13221 ERROR horizon.exceptions Not Found: Instance could not be found (HTTP 404) (Request-ID: req-b01e5808-08c8-4129-9186-aae0be1720ea)
Traceback (most recent call last):
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/views.py", line 268, in get_data
instance = api.nova.server_get(self.request, instance_id)
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/nova.py", line 559, in server_get
return Server(novaclient(request).servers.get(instance_id), request)
File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 563, in get
return self._get("/servers/%s" % base.getid(server), "server")
File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 93, in _get
_resp, body = self.api.client.get(url)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 487, in get
return self._cs_request(url, 'GET', **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 465, in _cs_request
resp, body = self._time_request(url, method, **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 439, in _time_request
resp, body = self.request(url, method, **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 433, in request
raise exceptions.from_response(resp, body, url, method)
NotFound: Instance could not be found (HTTP 404) (Request-ID: req-b01e5808-08c8-4129-9186-aae0be1720ea)
2015-05-07 04:54:31,672 13221 INFO openstack_auth.views Logging out user "lumad".
2015-05-07 04:54:31,680 13221 INFO openstack_auth.views Could not delete token
2015-05-07 22:50:51,319 13217 INFO openstack_auth.forms Login successful for user "lumad".
2015-05-07 22:53:05,866 13216 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb53478c90>: "Windows7_Access"
2015-05-07 23:03:43,950 13220 INFO openstack_auth.views Logging out user "".
2015-05-07 23:03:45,930 13220 INFO openstack_auth.forms Login successful for user "admin".
2015-05-07 23:04:02,510 13221 INFO horizon.tables.actions <django.utils.functional.__proxy__ object at 0x7ffb485d54d0>: "Windows2k7_Office"
What I did before i used to remove the openstack-dashboard, reinstall and restore local_settings from the backup.
I am afraid now to update as the Kilo is now release.
Hope someone can enlighten.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1455317/+subscriptions
Follow ups
References