ServiceCatalogException when logging in to the dashboard
hi,
I am new to openstack and i am installing the openstack in ubuntu server 14.04. I configured the horizon dashboard and i tried to login into the dashboard with admin credentials but it is giving an error
Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator.
when i checked the error log it is showing login was successful but after that there is an error at get_response function base.py file
the following is the error log
[Sun Oct 05 12:05:33.276218 2014] [:error] [pid 57595:tid 140460821530368] Login successful for user "admin".
[Sun Oct 05 12:05:51.920903 2014] [:error] [pid 57596:tid 140460745930496] Internal Server Error: /horizon/admin/
[Sun Oct 05 12:05:51.921860 2014] [:error] [pid 57596:tid 140460745930496] Traceback (most recent call last):
[Sun Oct 05 12:05:51.922271 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 112, in get_response
[Sun Oct 05 12:05:51.923222 2014] [:error] [pid 57596:tid 140460745930496] response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Sun Oct 05 12:05:51.923654 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 38, in dec
[Sun Oct 05 12:05:51.923965 2014] [:error] [pid 57596:tid 140460745930496] return view_func(request, *args, **kwargs)
[Sun Oct 05 12:05:51.924268 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 86, in dec
[Sun Oct 05 12:05:51.924746 2014] [:error] [pid 57596:tid 140460745930496] return view_func(request, *args, **kwargs)
[Sun Oct 05 12:05:51.925054 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 54, in dec
[Sun Oct 05 12:05:51.925357 2014] [:error] [pid 57596:tid 140460745930496] return view_func(request, *args, **kwargs)
[Sun Oct 05 12:05:51.925876 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 38, in dec
[Sun Oct 05 12:05:51.926252 2014] [:error] [pid 57596:tid 140460745930496] return view_func(request, *args, **kwargs)
[Sun Oct 05 12:05:51.927062 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 86, in dec
[Sun Oct 05 12:05:51.927174 2014] [:error] [pid 57596:tid 140460745930496] return view_func(request, *args, **kwargs)
[Sun Oct 05 12:05:51.927256 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 69, in view
[Sun Oct 05 12:05:51.927504 2014] [:error] [pid 57596:tid 140460745930496] return self.dispatch(request, *args, **kwargs)
[Sun Oct 05 12:05:51.927949 2014] [:error] [pid 57596:tid 140460745930496] File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 87, in dispatch
[Sun Oct 05 12:05:51.928061 2014] [:error] [pid 57596:tid 140460745930496] return ...