@dlavrichev wrote:
Hi, I have installed VIRL.0.9.242 OVA on ESXi 5.5 and followed installation instructions up to the activation step. I was able to open a main web page but the User Workspace Management will not load. So I checked some posts and tried these commands:
sudo service virl-std restart
sudo service virl-uwm restartBoth of them wouldn't start with error saying about bad state. So I checked the log file and found this:
INFO 2015-08-10 20:25:19,114 PID=19727 virl.openstack.client Identity2_0.__authenticate called args=() kargs={}
ERROR 2015-08-10 20:26:19,168 PID=19727 virl.openstack.client __authenticate POST on URL "http://127.0.1.1:5000/v2.0/tokens"
ERROR 2015-08-10 20:26:19,169 PID=19727 virl.openstack.client __authenticate failed POST on URL "http://127.0.1.1:5000/v2.0/tokens": HTTPConnectionPool(host='127.0.1.1', port=5
000): Read timed out. (read timeout=60.0)
Traceback (most recent call last):
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5490, in requestwith_log
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 433, in send
raise ReadTimeout(e, request=request)
ReadTimeout: HTTPConnectionPool(host='127.0.1.1', port=5000): Read timed out. (read timeout=60.0)
ERROR 2015-08-10 20:26:19,170 PID=19727 virl.openstack.client Request for Identity2_0.__authenticate failed
Traceback (most recent call last):
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5446, in servicewith_log
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 2022, in __authenticate
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5340, in post
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5372, in dorequest
ClientException: Failed OpenStack request to http://127.0.1.1:5000/v2.0/tokens: HTTPConnectionPool(host='127.0.1.1', port=5000): Read timed out. (read timeout=60.0)
ERROR 2015-08-10 20:26:19,170 PID=19727 virl.std.management Unable to create OpenStack client to communicate with Openstack services!
Traceback (most recent call last):
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/std/management.py", line 311, in get_user_client
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/std/management.py", line 1022, in os_client
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5146, in init
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 1883, in token
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 1922, in _updateauth
File "", line 2, in __authenticate
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 73, in wrapper
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5446, in servicewith_log
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 2022, in __authenticate
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5340, in post
File "/home/jenkins/jenkins/jobs/VIRL_CORE_build/workspace/test-virl-repo/virl/openstack/client.py", line 5372, in dorequest
ClientException: Failed OpenStack request to http://127.0.1.1:5000/v2.0/tokens: HTTPConnectionPool(host='127.0.1.1', port=5000): Read timed out. (read timeout=60.0)
WARNING 2015-08-10 20:26:19,171 PID=19727 virl.std.management OpenStack services are not available right now.
ERROR 2015-08-10 20:26:24,175 PID=19727 virl.std.management No user can access OpenStack services without issues!
AUDIT 2015-08-10 20:26:24,377 PID=19756 virl.common.log System was shut downSo I think this error is caused by the wrong loopback IP which is referenced all over the log as 127.0.1.1 instead of 127.0.0.1
Can someone help me find where that reference is or find the way to fix it?
I also checked /etc/hosts file and it includes 127.0.1.0 as virl host, which I think is not correct.
Posts: 1
Participants: 1