Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import xda image #135

Open
dgofreitas opened this issue Aug 18, 2017 · 0 comments
Open

Can't import xda image #135

dgofreitas opened this issue Aug 18, 2017 · 0 comments

Comments

@dgofreitas
Copy link

Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "./src/OXM/oxcSERVER.py", line 927, in fill_vm_search
rrd_updates.refresh()
File "./src/OXM/rrdinfo.py", line 108, in refresh
sock = urllib.URLopener().open(self.url)
File "/usr/lib64/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib64/python2.7/urllib.py", line 364, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
File "/usr/lib64/python2.7/urllib.py", line 381, in http_error
return self.http_error_default(url, fp, errcode, errmsg, headers)
File "/usr/lib64/python2.7/urllib.py", line 386, in http_error_default
raise IOError, ('http error', errcode, errmsg, headers)
IOError: ('http error', 503, 'Service Unavailable', <httplib.HTTPMessage instance at 0x7ff63df3c9e0>)

Event loop -- unexpected error:
Traceback (most recent call last):
File "./src/OXM/oxcSERVER.py", line 1819, in event_next
vm_name = self.all['vms'][vm_ref]['name_label']
KeyError: 'Import.VM'
None
Event loop -- unexpected error:
Traceback (most recent call last):
File "./src/OXM/oxcSERVER.py", line 1819, in event_next
vm_name = self.all['vms'][vm_ref]['name_label']
KeyError: 'Import.VM'
None
Exception in thread Thread-7:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "./src/OXM/oxcSERVER.py", line 263, in import_vm
(self.session_uuid, ref, task_uuid['Value']))
File "./src/OXM/put.py", line 91, in putfile
h.send(bytes)
File "/usr/lib64/python2.7/httplib.py", line 873, in send
self.sock.sendall(data)
File "/usr/lib64/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 104] Conexão fechada pela outra ponta

Event loop -- unexpected error:
Traceback (most recent call last):
File "./src/OXM/oxcSERVER.py", line 1819, in event_next
vm_name = self.all['vms'][vm_ref]['name_label']
KeyError: 'Import.VM'
None
Exception in thread Thread-8:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "./src/OXM/oxcSERVER.py", line 927, in fill_vm_search
rrd_updates.refresh()
File "./src/OXM/rrdinfo.py", line 108, in refresh
sock = urllib.URLopener().open(self.url)
File "/usr/lib64/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib64/python2.7/urllib.py", line 364, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
File "/usr/lib64/python2.7/urllib.py", line 381, in http_error
return self.http_error_default(url, fp, errcode, errmsg, headers)
File "/usr/lib64/python2.7/urllib.py", line 386, in http_error_default
raise IOError, ('http error', errcode, errmsg, headers)
IOError: ('http error', 503, 'Service Unavailable', <httplib.HTTPMessage instance at 0x7ff63e0a4998>)

Traceback (most recent call last):
File "./src/OXM/window_vm.py", line 218, in on_btimportdeletenetwork_clicked
listimportnetworks.remove(iter)
TypeError: iter should be a GtkTreeIter
Traceback (most recent call last):
File "./src/OXM/window_vm.py", line 218, in on_btimportdeletenetwork_clicked
listimportnetworks.remove(iter)
TypeError: iter should be a GtkTreeIter
Traceback (most recent call last):
File "./src/OXM/window_vm.py", line 218, in on_btimportdeletenetwork_clicked
listimportnetworks.remove(iter)
TypeError: iter should be a GtkTreeIter
Traceback (most recent call last):
File "./src/OXM/window_vm.py", line 218, in on_btimportdeletenetwork_clicked
listimportnetworks.remove(iter)
TypeError: iter should be a GtkTreeIter
Traceback (most recent call last):
File "./src/OXM/window_vm.py", line 218, in on_btimportdeletenetwork_clicked
listimportnetworks.remove(iter)
TypeError: iter should be a GtkTreeIter
Traceback (most recent call last):
File "./src/OXM/window_vm.py", line 371, in on_finishvmimport_clicked
self.xc_servers[host].vm_add_interface(vm, network, None, "0")
File "./src/OXM/oxcSERVER_vm_network.py", line 58, in vm_add_interface
for vif in self.all['vms'][vm_ref]['VIFs']:
KeyError: None
Traceback (most recent call last):
File "./src/OXM/window_vm.py", line 371, in on_finishvmimport_clicked
self.xc_servers[host].vm_add_interface(vm, network, None, "0")
File "./src/OXM/oxcSERVER_vm_network.py", line 58, in vm_add_interface
for vif in self.all['vms'][vm_ref]['VIFs']:
KeyError: None
Exception in thread Thread-9:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "./src/OXM/oxcSERVER.py", line 927, in fill_vm_search
rrd_updates.refresh()
File "./src/OXM/rrdinfo.py", line 108, in refresh
sock = urllib.URLopener().open(self.url)
File "/usr/lib64/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib64/python2.7/urllib.py", line 364, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
File "/usr/lib64/python2.7/urllib.py", line 381, in http_error
return self.http_error_default(url, fp, errcode, errmsg, headers)
File "/usr/lib64/python2.7/urllib.py", line 386, in http_error_default
raise IOError, ('http error', errcode, errmsg, headers)
IOError: ('http error', 503, 'Service Unavailable', <httplib.HTTPMessage instance at 0x7ff63e0a4440>)

^CTraceback (most recent call last):
File "./openxenmanager", line 37, in
gtk.main()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant