cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
16016
Views
1
Helpful
1
Replies

issue after logging into Horizon

WillatVZW
Level 1
Level 1

Issue doesn't happen everytime my VM boots, but that after a successful login, from the log file:

2015-06-10 17:36:04,821 1911 WARNING horizon.exceptions Recoverable error: Connection to neutron failed: HTTPConnectionPool(host='192.168.56.10', port=9696): Max retries exceeded with url: //v2.0/extensions.json (Caused by <class 'socket.error'>: [Errno 111] Connection refused)

2015-06-10 17:36:06,300 1911 ERROR django.request Internal Server Error: /dashboard/admin/

Traceback (most recent call last):

<several error logs>

ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='192.168.56.10', port=9696): Max retries exceeded with url: //v2.0/extensions.json (Caused by <class 'socket.error'>: [Errno 111] Connection refused)

Any thoughts?

1 Reply 1

eckelcu
Cisco Employee
Cisco Employee

Are you able to login via the Terminal, as described later in Step 4, also in Step 7.

If so, you can access all the logs in /var/log

For this problem, start with /var/log/horizon/horizon.log

After successfully logging in via the Horizon UI, I see the following log entry in horizon.log:

2015-06-21 15:12:43,259 2432 INFO openstack_auth.forms Login successful for user "admin"

You will likely see some error messages in your version of horizon.log, and hopefully those give some clue as to what is going wrong.

You can similarly find the logs for all openstack components in /var/log/<component-name>