lp-create-from-dashboard-failing

Bug #1607087 reported by Devdatta Kulkarni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Solum
New
High
Swati Dewan

Bug Description

Seeing following stack trace in /opt/stack/logs/horizon.log

2016-07-27 21:24:53.774784 WARNING:solumdashboard.api.client:Parameter OPENSTACK_ENDPOINT_TYPE is not found in local_settings.py, using default "internalURL"
2016-07-27 21:24:53.786180 DEBUG:solumclient.common.client:Request returned failure status: 404
2016-07-27 21:24:53.794922 Internal Server Error: /dashboard/solum/languagepacks/create
2016-07-27 21:24:53.794955 Traceback (most recent call last):
2016-07-27 21:24:53.794960 File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, in get_response
2016-07-27 21:24:53.794963 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2016-07-27 21:24:53.794966 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", line 36, in dec
2016-07-27 21:24:53.794969 return view_func(request, *args, **kwargs)
2016-07-27 21:24:53.794973 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", line 52, in dec
2016-07-27 21:24:53.794978 return view_func(request, *args, **kwargs)
2016-07-27 21:24:53.794981 File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", line 36, in dec
2016-07-27 21:24:53.794984 return view_func(request, *args, **kwargs)
2016-07-27 21:24:53.794988 File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 71, in view
2016-07-27 21:24:53.794992 return self.dispatch(request, *args, **kwargs)
2016-07-27 21:24:53.794995 File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 89, in dispatch
2016-07-27 21:24:53.794998 return handler(request, *args, **kwargs)
2016-07-27 21:24:53.795001 File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 158, in get
2016-07-27 21:24:53.795004 context = self.get_context_data(**kwargs)
2016-07-27 21:24:53.795007 File "/opt/stack/solum-dashboard/solumdashboard/languagepacks/views.py", line 54, in get_context_data
2016-07-27 21:24:53.795027 languagepack, loglist = self.get_data()
2016-07-27 21:24:53.795139 File "/opt/stack/solum-dashboard/solumdashboard/languagepacks/views.py", line 63, in get_data
2016-07-27 21:24:53.795146 languagepack = solum.languagepacks.find(name_or_id=lp_id)
2016-07-27 21:24:53.795149 File "/opt/stack/python-solumclient/solumclient/v1/languagepack.py", line 52, in find
2016-07-27 21:24:53.795152 lp_id=name_or_uuid)
2016-07-27 21:24:53.795155 File "/opt/stack/python-solumclient/solumclient/common/base.py", line 82, in get
2016-07-27 21:24:53.795159 self.build_url(**kwargs))
2016-07-27 21:24:53.795162 File "/opt/stack/python-solumclient/solumclient/openstack/common/apiclient/base.py", line 140, in _get
2016-07-27 21:24:53.795165 body = self.client.get(url).json()
2016-07-27 21:24:53.795168 File "/opt/stack/python-solumclient/solumclient/openstack/common/apiclient/client.py", line 344, in get
2016-07-27 21:24:53.795186 return self.client_request("GET", url, **kwargs)
2016-07-27 21:24:53.795248 File "/opt/stack/python-solumclient/solumclient/openstack/common/apiclient/client.py", line 338, in client_request
2016-07-27 21:24:53.795264 self, method, url, **kwargs)
2016-07-27 21:24:53.795268 File "/opt/stack/python-solumclient/solumclient/openstack/common/apiclient/client.py", line 244, in client_request
2016-07-27 21:24:53.795271 method, self.concat_url(endpoint, url), **kwargs)
2016-07-27 21:24:53.795274 File "/opt/stack/python-solumclient/solumclient/common/client.py", line 68, in request
2016-07-27 21:24:53.795277 raise exc.from_response(resp, method, url)
2016-07-27 21:24:53.795297 NotFound: The images resource create could not be found. (HTTP 404)

Changed in solum:
assignee: nobody → Swati Dewan (swatidewan9)
importance: Undecided → High
Revision history for this message
Swati Dewan (swatidewan9) wrote :

I have actually encountered this error once before, however it goes away on restarting apache server.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.