[PKG-Openstack-devel] Bug#832057: python-manila-ui: Crashes with "TemplateDoesNotExist at /project/shares/"

Turbo Fredriksson turbo at bayour.com
Thu Jul 21 20:01:22 UTC 2016


Package: python-manila-ui
Version: 2.1.0-1
Severity: important

==> /var/log/apache2/error.log <==
[Thu Jul 21 21:58:57.246123 2016] [wsgi:error] [pid 18459:tid 140503228061440] Internal Server Error: /project/shares/
[Thu Jul 21 21:58:57.246144 2016] [wsgi:error] [pid 18459:tid 140503228061440] Traceback (most recent call last):
[Thu Jul 21 21:58:57.246151 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 149, in get_response
[Thu Jul 21 21:58:57.246157 2016] [wsgi:error] [pid 18459:tid 140503228061440]     response = self.process_exception_by_middleware(e, request)
[Thu Jul 21 21:58:57.246164 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 147, in get_response
[Thu Jul 21 21:58:57.246170 2016] [wsgi:error] [pid 18459:tid 140503228061440]     response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Thu Jul 21 21:58:57.246179 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 36, in dec
[Thu Jul 21 21:58:57.246220 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return view_func(request, *args, **kwargs)
[Thu Jul 21 21:58:57.246228 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 52, in dec
[Thu Jul 21 21:58:57.246233 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return view_func(request, *args, **kwargs)
[Thu Jul 21 21:58:57.246239 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 36, in dec
[Thu Jul 21 21:58:57.246245 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return view_func(request, *args, **kwargs)
[Thu Jul 21 21:58:57.246253 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 84, in dec
[Thu Jul 21 21:58:57.246263 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return view_func(request, *args, **kwargs)
[Thu Jul 21 21:58:57.246268 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 68, in view
[Thu Jul 21 21:58:57.246275 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return self.dispatch(request, *args, **kwargs)
[Thu Jul 21 21:58:57.246285 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 88, in dispatch
[Thu Jul 21 21:58:57.246291 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return handler(request, *args, **kwargs)
[Thu Jul 21 21:58:57.246301 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/horizon/tabs/views.py", line 147, in get
[Thu Jul 21 21:58:57.246308 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return self.handle_tabbed_response(context["tab_group"], context)
[Thu Jul 21 21:58:57.246317 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/horizon/tabs/views.py", line 68, in handle_tabbed_response
[Thu Jul 21 21:58:57.246324 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return self.render_to_response(context)
[Thu Jul 21 21:58:57.246332 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/horizon/tabs/views.py", line 81, in render_to_response
[Thu Jul 21 21:58:57.246340 2016] [wsgi:error] [pid 18459:tid 140503228061440]     response.render()
[Thu Jul 21 21:58:57.246348 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 160, in render
[Thu Jul 21 21:58:57.246354 2016] [wsgi:error] [pid 18459:tid 140503228061440]     self.content = self.rendered_content
[Thu Jul 21 21:58:57.246359 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 135, in rendered_content
[Thu Jul 21 21:58:57.246367 2016] [wsgi:error] [pid 18459:tid 140503228061440]     template = self._resolve_template(self.template_name)
[Thu Jul 21 21:58:57.246373 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 90, in _resolve_template
[Thu Jul 21 21:58:57.246381 2016] [wsgi:error] [pid 18459:tid 140503228061440]     new_template = self.resolve_template(template)
[Thu Jul 21 21:58:57.246387 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 80, in resolve_template
[Thu Jul 21 21:58:57.246395 2016] [wsgi:error] [pid 18459:tid 140503228061440]     return select_template(template, using=self.using)
[Thu Jul 21 21:58:57.246401 2016] [wsgi:error] [pid 18459:tid 140503228061440]   File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 74, in select_template
[Thu Jul 21 21:58:57.246408 2016] [wsgi:error] [pid 18459:tid 140503228061440]     raise TemplateDoesNotExist(', '.join(template_name_list), chain=chain)
[Thu Jul 21 21:58:57.246416 2016] [wsgi:error] [pid 18459:tid 140503228061440] TemplateDoesNotExist: project/shares/index.html

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-manila-ui depends on:
ii  openstack-dashboard           2:9.0.0-3
ii  python-babel                  2.3.4+dfsg.1-2
ii  python-django                 1:1.9.7-2
ii  python-django-compressor      2.0-1
ii  python-django-openstack-auth  2.3.0-1
ii  python-iso8601                0.1.11-1
ii  python-keystoneclient         1:2.3.1-2
ii  python-manilaclient           1.8.1-2
ii  python-pbr                    1.8.0-4.1
ii  python-six                    1.10.0-3
pn  python:any                    <none>

python-manila-ui recommends no packages.

python-manila-ui suggests no packages.

-- no debconf information



More information about the Openstack-devel mailing list