Menu

Add New Server does not work

Help
2011-08-10
2013-04-23
  • coldwolf2000

    coldwolf2000 - 2011-08-10

    I am running OpenXenManager Rev. 72 on Ubuntu 11.04. When I try and add a new server it says it is connecting to 192.168.1.110 and then it just looks up. I get the following error in the terminal: 

    TypeError: filter_iter should be a GtkTreeIter

    Any suggestions

     
  • chengsun

    chengsun - 2011-08-11

    Thank you for reporting this. Please try the latest version (revision 75).

    I apologise for the recent instability on OpenXenManager. I am working hard to get bugs fixed after the previous developer left the project.

     
  • coldwolf2000

    coldwolf2000 - 2011-08-11

    I down loaded the revision 75 and when I run

    python window.py

    nothing happens

     
  • chengsun

    chengsun - 2011-08-11

    Strange. That shouldn't happen.

    Does it hang, and not load after you run it? Or does it exit immediately back to the shell prompt? Are there any messages that appear?

    Please ensure that you are in the right directory, i.e. "…/openxenmanager/trunk/".

    Please paste the output of the following two commands:

    python -v window.py
    pwd

     
  • Andres

    Andres - 2011-08-12

    i have the same problem, only when i add a xenserver host, loaded the new revision but still the same problem.
    if i add a host with XCP there is no problem

    This is the output  of the app

    # installing zipimport hook
    import zipimport # builtin
    # installed zipimport hook
    # /usr/lib64/python2.6/site.pyc matches /usr/lib64/python2.6/site.py
    import site # precompiled from /usr/lib64/python2.6/site.pyc
    # /usr/lib64/python2.6/os.pyc matches /usr/lib64/python2.6/os.py
    import os # precompiled from /usr/lib64/python2.6/os.pyc
    import errno # builtin
    import posix # builtin
    # /usr/lib64/python2.6/posixpath.pyc matches /usr/lib64/python2.6/posixpath.py
    import posixpath # precompiled from /usr/lib64/python2.6/posixpath.pyc
    # /usr/lib64/python2.6/stat.pyc matches /usr/lib64/python2.6/stat.py
    import stat # precompiled from /usr/lib64/python2.6/stat.pyc
    # /usr/lib64/python2.6/genericpath.pyc matches /usr/lib64/python2.6/genericpath.py
    import genericpath # precompiled from /usr/lib64/python2.6/genericpath.pyc
    # /usr/lib64/python2.6/warnings.pyc matches /usr/lib64/python2.6/warnings.py
    import warnings # precompiled from /usr/lib64/python2.6/warnings.pyc
    # /usr/lib64/python2.6/linecache.pyc matches /usr/lib64/python2.6/linecache.py
    import linecache # precompiled from /usr/lib64/python2.6/linecache.pyc
    # /usr/lib64/python2.6/types.pyc matches /usr/lib64/python2.6/types.py
    import types # precompiled from /usr/lib64/python2.6/types.pyc
    # /usr/lib64/python2.6/UserDict.pyc matches /usr/lib64/python2.6/UserDict.py
    import UserDict # precompiled from /usr/lib64/python2.6/UserDict.pyc
    # /usr/lib64/python2.6/_abcoll.pyc matches /usr/lib64/python2.6/_abcoll.py
    import _abcoll # precompiled from /usr/lib64/python2.6/_abcoll.pyc
    # /usr/lib64/python2.6/abc.pyc matches /usr/lib64/python2.6/abc.py
    import abc # precompiled from /usr/lib64/python2.6/abc.pyc
    # /usr/lib64/python2.6/copy_reg.pyc matches /usr/lib64/python2.6/copy_reg.py
    import copy_reg # precompiled from /usr/lib64/python2.6/copy_reg.pyc
    import encodings # directory /usr/lib64/python2.6/encodings
    # /usr/lib64/python2.6/encodings/__init__.pyc matches /usr/lib64/python2.6/encodings/__init__.py
    import encodings # precompiled from /usr/lib64/python2.6/encodings/__init__.pyc
    # /usr/lib64/python2.6/codecs.pyc matches /usr/lib64/python2.6/codecs.py
    import codecs # precompiled from /usr/lib64/python2.6/codecs.pyc
    import _codecs # builtin
    # /usr/lib64/python2.6/encodings/aliases.pyc matches /usr/lib64/python2.6/encodings/aliases.py
    import encodings.aliases # precompiled from /usr/lib64/python2.6/encodings/aliases.pyc
    # /usr/lib64/python2.6/encodings/latin_1.pyc matches /usr/lib64/python2.6/encodings/latin_1.py
    import encodings.latin_1 # precompiled from /usr/lib64/python2.6/encodings/latin_1.pyc
    Python 2.6.6 (r266:84292, Nov 27 2010, 17:27:14)
    on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    # /usr/lib64/python2.6/site-packages/pygtk.pyc matches /usr/lib64/python2.6/site-packages/pygtk.py
    import pygtk # precompiled from /usr/lib64/python2.6/site-packages/pygtk.pyc
    # /usr/lib64/python2.6/fnmatch.pyc matches /usr/lib64/python2.6/fnmatch.py
    import fnmatch # precompiled from /usr/lib64/python2.6/fnmatch.pyc
    # /usr/lib64/python2.6/re.pyc matches /usr/lib64/python2.6/re.py
    import re # precompiled from /usr/lib64/python2.6/re.pyc
    # /usr/lib64/python2.6/sre_compile.pyc matches /usr/lib64/python2.6/sre_compile.py
    import sre_compile # precompiled from /usr/lib64/python2.6/sre_compile.pyc
    import _sre # builtin
    # /usr/lib64/python2.6/sre_parse.pyc matches /usr/lib64/python2.6/sre_parse.py
    import sre_parse # precompiled from /usr/lib64/python2.6/sre_parse.pyc
    # /usr/lib64/python2.6/sre_constants.pyc matches /usr/lib64/python2.6/sre_constants.py
    import sre_constants # precompiled from /usr/lib64/python2.6/sre_constants.pyc
    # /usr/lib64/python2.6/glob.pyc matches /usr/lib64/python2.6/glob.py
    import glob # precompiled from /usr/lib64/python2.6/glob.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtkvnc.so", 2);
    import gobject # directory /usr/lib64/python2.6/site-packages/gtk-2.0/gobject
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/__init__.py
    import gobject # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/__init__.pyc
    import glib # directory /usr/lib64/python2.6/site-packages/gtk-2.0/glib
    # /usr/lib64/python2.6/site-packages/gtk-2.0/glib/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/glib/__init__.py
    import glib # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/glib/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/glib/_glib.so", 2);
    import glib._glib # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/glib/_glib.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/glib/option.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/glib/option.py
    import glib.option # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/glib/option.pyc
    # /usr/lib64/python2.6/optparse.pyc matches /usr/lib64/python2.6/optparse.py
    import optparse # precompiled from /usr/lib64/python2.6/optparse.pyc
    # /usr/lib64/python2.6/textwrap.pyc matches /usr/lib64/python2.6/textwrap.py
    import textwrap # precompiled from /usr/lib64/python2.6/textwrap.pyc
    # /usr/lib64/python2.6/string.pyc matches /usr/lib64/python2.6/string.py
    import string # precompiled from /usr/lib64/python2.6/string.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/strop.so", 2);
    import strop # dynamically loaded from /usr/lib64/python2.6/lib-dynload/strop.so
    # /usr/lib64/python2.6/gettext.pyc matches /usr/lib64/python2.6/gettext.py
    import gettext # precompiled from /usr/lib64/python2.6/gettext.pyc
    # /usr/lib64/python2.6/locale.pyc matches /usr/lib64/python2.6/locale.py
    import locale # precompiled from /usr/lib64/python2.6/locale.pyc
    # /usr/lib64/python2.6/functools.pyc matches /usr/lib64/python2.6/functools.py
    import functools # precompiled from /usr/lib64/python2.6/functools.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_functools.so", 2);
    import _functools # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_functools.so
    dlopen("/usr/lib64/python2.6/lib-dynload/_locale.so", 2);
    import _locale # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_locale.so
    dlopen("/usr/lib64/python2.6/lib-dynload/operator.so", 2);
    import operator # dynamically loaded from /usr/lib64/python2.6/lib-dynload/operator.so
    # /usr/lib64/python2.6/copy.pyc matches /usr/lib64/python2.6/copy.py
    import copy # precompiled from /usr/lib64/python2.6/copy.pyc
    # /usr/lib64/python2.6/struct.pyc matches /usr/lib64/python2.6/struct.py
    import struct # precompiled from /usr/lib64/python2.6/struct.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_struct.so", 2);
    import _struct # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_struct.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/constants.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/constants.py
    import gobject.constants # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/constants.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gobject/_gobject.so", 2);
    import gobject._gobject # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/_gobject.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.py
    import gobject.propertyhelper # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyc
    import gtk # directory /usr/lib64/python2.6/site-packages/gtk-2.0/gtk
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py
    import gtk # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_gtk.so", 2);
    import cairo # directory /usr/lib64/python2.6/site-packages/cairo
    # /usr/lib64/python2.6/site-packages/cairo/__init__.pyc matches /usr/lib64/python2.6/site-packages/cairo/__init__.py
    import cairo # precompiled from /usr/lib64/python2.6/site-packages/cairo/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/cairo/_cairo.so", 2);
    import cairo._cairo # dynamically loaded from /usr/lib64/python2.6/site-packages/cairo/_cairo.so
    import gio # directory /usr/lib64/python2.6/site-packages/gtk-2.0/gio
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gio/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gio/__init__.py
    import gio # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gio/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gio/_gio.so", 2);
    import gio._gio # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gio/_gio.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gio/unix.so", 2);
    import gio.unix # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gio/unix.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/pango.so", 2);
    # /usr/lib64/python2.6/encodings/utf_8.pyc matches /usr/lib64/python2.6/encodings/utf_8.py
    import encodings.utf_8 # precompiled from /usr/lib64/python2.6/encodings/utf_8.pyc
    import pango # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/pango.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/atk.so", 2);
    import atk # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/atk.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/pangocairo.so", 2);
    import pangocairo # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/pangocairo.so
    import gtk._gtk # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_gtk.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.py
    import gtk._lazyutils # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.pyc
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/deprecation.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/deprecation.py
    import gtk.deprecation # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/deprecation.pyc
    import gtkvnc # dynamically loaded from /usr/lib64/python2.6/site-packages/gtkvnc.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/glade.so", 2);
    import gtk.glade # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/glade.so
    # /usr/lib64/python2.6/hashlib.pyc matches /usr/lib64/python2.6/hashlib.py
    import hashlib # precompiled from /usr/lib64/python2.6/hashlib.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_hashlib.so", 2);
    import _hashlib # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_hashlib.so
    # /x/sysx/src/openxenmanager/trunk/xtea.pyc matches /x/sysx/src/openxenmanager/trunk/xtea.py
    import xtea # precompiled from /x/sysx/src/openxenmanager/trunk/xtea.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER.py
    import oxcSERVER # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER.pyc
    # /usr/lib64/python2.6/xmlrpclib.pyc matches /usr/lib64/python2.6/xmlrpclib.py
    import xmlrpclib # precompiled from /usr/lib64/python2.6/xmlrpclib.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/time.so", 2);
    import time # dynamically loaded from /usr/lib64/python2.6/lib-dynload/time.so
    dlopen("/usr/lib64/python2.6/lib-dynload/datetime.so", 2);
    import datetime # dynamically loaded from /usr/lib64/python2.6/lib-dynload/datetime.so
    # /usr/lib64/python2.6/base64.pyc matches /usr/lib64/python2.6/base64.py
    import base64 # precompiled from /usr/lib64/python2.6/base64.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/binascii.so", 2);
    import binascii # dynamically loaded from /usr/lib64/python2.6/lib-dynload/binascii.so
    dlopen("/usr/lib64/python2.6/lib-dynload/cStringIO.so", 2);
    import cStringIO # dynamically loaded from /usr/lib64/python2.6/lib-dynload/cStringIO.so
    import xml # directory /usr/lib64/python2.6/xml
    # /usr/lib64/python2.6/xml/__init__.pyc matches /usr/lib64/python2.6/xml/__init__.py
    import xml # precompiled from /usr/lib64/python2.6/xml/__init__.pyc
    import xml.parsers # directory /usr/lib64/python2.6/xml/parsers
    # /usr/lib64/python2.6/xml/parsers/__init__.pyc matches /usr/lib64/python2.6/xml/parsers/__init__.py
    import xml.parsers # precompiled from /usr/lib64/python2.6/xml/parsers/__init__.pyc
    # /usr/lib64/python2.6/xml/parsers/expat.pyc matches /usr/lib64/python2.6/xml/parsers/expat.py
    import xml.parsers.expat # precompiled from /usr/lib64/python2.6/xml/parsers/expat.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/pyexpat.so", 2);
    import pyexpat # dynamically loaded from /usr/lib64/python2.6/lib-dynload/pyexpat.so
    # /usr/lib64/python2.6/urllib.pyc matches /usr/lib64/python2.6/urllib.py
    import urllib # precompiled from /usr/lib64/python2.6/urllib.pyc
    # /usr/lib64/python2.6/socket.pyc matches /usr/lib64/python2.6/socket.py
    import socket # precompiled from /usr/lib64/python2.6/socket.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_socket.so", 2);
    import _socket # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_socket.so
    dlopen("/usr/lib64/python2.6/lib-dynload/_ssl.so", 2);
    import _ssl # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_ssl.so
    # /usr/lib64/python2.6/urlparse.pyc matches /usr/lib64/python2.6/urlparse.py
    import urlparse # precompiled from /usr/lib64/python2.6/urlparse.pyc
    # /usr/lib64/python2.6/collections.pyc matches /usr/lib64/python2.6/collections.py
    import collections # precompiled from /usr/lib64/python2.6/collections.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_collections.so", 2);
    import _collections # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_collections.so
    # /usr/lib64/python2.6/keyword.pyc matches /usr/lib64/python2.6/keyword.py
    import keyword # precompiled from /usr/lib64/python2.6/keyword.pyc
    # /usr/lib64/python2.6/ssl.pyc matches /usr/lib64/python2.6/ssl.py
    import ssl # precompiled from /usr/lib64/python2.6/ssl.pyc
    # /usr/lib64/python2.6/asyncore.pyc matches /usr/lib64/python2.6/asyncore.py
    import asyncore # precompiled from /usr/lib64/python2.6/asyncore.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/select.so", 2);
    import select # dynamically loaded from /usr/lib64/python2.6/lib-dynload/select.so
    dlopen("/usr/lib64/python2.6/lib-dynload/fcntl.so", 2);
    import fcntl # dynamically loaded from /usr/lib64/python2.6/lib-dynload/fcntl.so
    # /usr/lib64/python2.6/platform.pyc matches /usr/lib64/python2.6/platform.py
    import platform # precompiled from /usr/lib64/python2.6/platform.pyc
    # /usr/lib64/python2.6/shutil.pyc matches /usr/lib64/python2.6/shutil.py
    import shutil # precompiled from /usr/lib64/python2.6/shutil.pyc
    import xml.dom # directory /usr/lib64/python2.6/xml/dom
    # /usr/lib64/python2.6/xml/dom/__init__.pyc matches /usr/lib64/python2.6/xml/dom/__init__.py
    import xml.dom # precompiled from /usr/lib64/python2.6/xml/dom/__init__.pyc
    # /usr/lib64/python2.6/xml/dom/domreg.pyc matches /usr/lib64/python2.6/xml/dom/domreg.py
    import xml.dom.domreg # precompiled from /usr/lib64/python2.6/xml/dom/domreg.pyc
    # /usr/lib64/python2.6/xml/dom/minicompat.pyc matches /usr/lib64/python2.6/xml/dom/minicompat.py
    import xml.dom.minicompat # precompiled from /usr/lib64/python2.6/xml/dom/minicompat.pyc
    # /usr/lib64/python2.6/xml/dom/minidom.pyc matches /usr/lib64/python2.6/xml/dom/minidom.py
    import xml.dom.minidom # precompiled from /usr/lib64/python2.6/xml/dom/minidom.pyc
    # /usr/lib64/python2.6/xml/dom/xmlbuilder.pyc matches /usr/lib64/python2.6/xml/dom/xmlbuilder.py
    import xml.dom.xmlbuilder # precompiled from /usr/lib64/python2.6/xml/dom/xmlbuilder.pyc
    # /usr/lib64/python2.6/xml/dom/NodeFilter.pyc matches /usr/lib64/python2.6/xml/dom/NodeFilter.py
    import xml.dom.NodeFilter # precompiled from /usr/lib64/python2.6/xml/dom/NodeFilter.pyc
    # /usr/lib64/python2.6/pdb.pyc matches /usr/lib64/python2.6/pdb.py
    import pdb # precompiled from /usr/lib64/python2.6/pdb.pyc
    # /usr/lib64/python2.6/cmd.pyc matches /usr/lib64/python2.6/cmd.py
    import cmd # precompiled from /usr/lib64/python2.6/cmd.pyc
    # /usr/lib64/python2.6/bdb.pyc matches /usr/lib64/python2.6/bdb.py
    import bdb # precompiled from /usr/lib64/python2.6/bdb.pyc
    # /usr/lib64/python2.6/repr.pyc matches /usr/lib64/python2.6/repr.py
    import repr # precompiled from /usr/lib64/python2.6/repr.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/itertools.so", 2);
    import itertools # dynamically loaded from /usr/lib64/python2.6/lib-dynload/itertools.so
    # /usr/lib64/python2.6/pprint.pyc matches /usr/lib64/python2.6/pprint.py
    import pprint # precompiled from /usr/lib64/python2.6/pprint.pyc
    # /usr/lib64/python2.6/traceback.pyc matches /usr/lib64/python2.6/traceback.py
    import traceback # precompiled from /usr/lib64/python2.6/traceback.pyc
    # /x/sysx/src/openxenmanager/trunk/rrdinfo.pyc matches /x/sysx/src/openxenmanager/trunk/rrdinfo.py
    import rrdinfo # precompiled from /x/sysx/src/openxenmanager/trunk/rrdinfo.pyc
    # /x/sysx/src/openxenmanager/trunk/put.pyc matches /x/sysx/src/openxenmanager/trunk/put.py
    import put # precompiled from /x/sysx/src/openxenmanager/trunk/put.pyc
    # /usr/lib64/python2.6/httplib.pyc matches /usr/lib64/python2.6/httplib.py
    import httplib # precompiled from /usr/lib64/python2.6/httplib.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/array.so", 2);
    import array # dynamically loaded from /usr/lib64/python2.6/lib-dynload/array.so
    # /usr/lib64/python2.6/mimetools.pyc matches /usr/lib64/python2.6/mimetools.py
    import mimetools # precompiled from /usr/lib64/python2.6/mimetools.pyc
    # /usr/lib64/python2.6/tempfile.pyc matches /usr/lib64/python2.6/tempfile.py
    import tempfile # precompiled from /usr/lib64/python2.6/tempfile.pyc
    # /usr/lib64/python2.6/random.pyc matches /usr/lib64/python2.6/random.py
    import random # precompiled from /usr/lib64/python2.6/random.pyc
    # /usr/lib64/python2.6/__future__.pyc matches /usr/lib64/python2.6/__future__.py
    import __future__ # precompiled from /usr/lib64/python2.6/__future__.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/math.so", 2);
    import math # dynamically loaded from /usr/lib64/python2.6/lib-dynload/math.so
    dlopen("/usr/lib64/python2.6/lib-dynload/_random.so", 2);
    import _random # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_random.so
    import thread # builtin
    # /usr/lib64/python2.6/rfc822.pyc matches /usr/lib64/python2.6/rfc822.py
    import rfc822 # precompiled from /usr/lib64/python2.6/rfc822.pyc
    # /x/sysx/src/openxenmanager/trunk/rrd.pyc matches /x/sysx/src/openxenmanager/trunk/rrd.py
    import rrd # precompiled from /x/sysx/src/openxenmanager/trunk/rrd.pyc
    import pygtk_chart # directory /x/sysx/src/openxenmanager/trunk/pygtk_chart
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/__init__.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/__init__.py
    import pygtk_chart # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/__init__.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/basics.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/basics.py
    import pygtk_chart.basics # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/basics.pyc
    import xml.sax # directory /usr/lib64/python2.6/xml/sax
    # /usr/lib64/python2.6/xml/sax/__init__.pyc matches /usr/lib64/python2.6/xml/sax/__init__.py
    import xml.sax # precompiled from /usr/lib64/python2.6/xml/sax/__init__.pyc
    # /usr/lib64/python2.6/xml/sax/xmlreader.pyc matches /usr/lib64/python2.6/xml/sax/xmlreader.py
    import xml.sax.xmlreader # precompiled from /usr/lib64/python2.6/xml/sax/xmlreader.pyc
    # /usr/lib64/python2.6/xml/sax/handler.pyc matches /usr/lib64/python2.6/xml/sax/handler.py
    import xml.sax.handler # precompiled from /usr/lib64/python2.6/xml/sax/handler.pyc
    # /usr/lib64/python2.6/xml/sax/_exceptions.pyc matches /usr/lib64/python2.6/xml/sax/_exceptions.py
    import xml.sax._exceptions # precompiled from /usr/lib64/python2.6/xml/sax/_exceptions.pyc
    # /usr/lib64/python2.6/xml/sax/saxutils.pyc matches /usr/lib64/python2.6/xml/sax/saxutils.py
    import xml.sax.saxutils # precompiled from /usr/lib64/python2.6/xml/sax/saxutils.pyc
    # /usr/lib64/python2.6/threading.pyc matches /usr/lib64/python2.6/threading.py
    import threading # precompiled from /usr/lib64/python2.6/threading.pyc
    # /x/sysx/src/openxenmanager/trunk/configobj.pyc matches /x/sysx/src/openxenmanager/trunk/configobj.py
    import configobj # precompiled from /x/sysx/src/openxenmanager/trunk/configobj.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/line_chart.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/line_chart.py
    import pygtk_chart.line_chart # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/line_chart.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart_object.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart_object.py
    import pygtk_chart.chart_object # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart_object.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart.py
    import pygtk_chart.chart # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/label.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/label.py
    import pygtk_chart.label # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/label.pyc
    # /x/sysx/src/openxenmanager/trunk/messages.pyc matches /x/sysx/src/openxenmanager/trunk/messages.py
    import messages # precompiled from /x/sysx/src/openxenmanager/trunk/messages.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm.py
    import oxcSERVER_vm # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_network.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_network.py
    import oxcSERVER_vm_network # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_network.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_storage.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_storage.py
    import oxcSERVER_vm_storage # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_snapshot.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_snapshot.py
    import oxcSERVER_vm_snapshot # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_snapshot.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_host.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_host.py
    import oxcSERVER_host # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_host.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_nics.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_nics.py
    import oxcSERVER_host_nics # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_nics.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_network.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_network.py
    import oxcSERVER_host_network # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_network.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_properties.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_properties.py
    import oxcSERVER_properties # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_properties.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_storage.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_storage.py
    import oxcSERVER_storage # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_alerts.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_alerts.py
    import oxcSERVER_alerts # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_alerts.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.py
    import oxcSERVER_addserver # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_newvm.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_newvm.py
    import oxcSERVER_newvm # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_newvm.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_menuitem.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_menuitem.py
    import oxcSERVER_menuitem # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_menuitem.pyc
    # /x/sysx/src/openxenmanager/trunk/capabilities.pyc matches /x/sysx/src/openxenmanager/trunk/capabilities.py
    import capabilities # precompiled from /x/sysx/src/openxenmanager/trunk/capabilities.pyc
    # /usr/lib64/python2.6/atexit.pyc matches /usr/lib64/python2.6/atexit.py
    import atexit # precompiled from /usr/lib64/python2.6/atexit.pyc
    # /x/sysx/src/openxenmanager/trunk/PixbufTextCellRenderer.pyc matches /x/sysx/src/openxenmanager/trunk/PixbufTextCellRenderer.py
    import PixbufTextCellRenderer # precompiled from /x/sysx/src/openxenmanager/trunk/PixbufTextCellRenderer.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm.py
    import window_vm # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_network.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_network.py
    import window_vm_network # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_network.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_storage.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_storage.py
    import window_vm_storage # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_snapshot.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_snapshot.py
    import window_vm_snapshot # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_snapshot.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_performance.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_performance.py
    import window_vm_performance # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_performance.pyc
    # /x/sysx/src/openxenmanager/trunk/window_host.pyc matches /x/sysx/src/openxenmanager/trunk/window_host.py
    import window_host # precompiled from /x/sysx/src/openxenmanager/trunk/window_host.pyc
    # /x/sysx/src/openxenmanager/trunk/window_host_nics.pyc matches /x/sysx/src/openxenmanager/trunk/window_host_nics.py
    import window_host_nics # precompiled from /x/sysx/src/openxenmanager/trunk/window_host_nics.pyc
    # /x/sysx/src/openxenmanager/trunk/window_host_network.pyc matches /x/sysx/src/openxenmanager/trunk/window_host_network.py
    import window_host_network # precompiled from /x/sysx/src/openxenmanager/trunk/window_host_network.pyc
    # /x/sysx/src/openxenmanager/trunk/window_properties.pyc matches /x/sysx/src/openxenmanager/trunk/window_properties.py
    import window_properties # precompiled from /x/sysx/src/openxenmanager/trunk/window_properties.pyc
    # /x/sysx/src/openxenmanager/trunk/window_storage.pyc matches /x/sysx/src/openxenmanager/trunk/window_storage.py
    import window_storage # precompiled from /x/sysx/src/openxenmanager/trunk/window_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/window_alerts.pyc matches /x/sysx/src/openxenmanager/trunk/window_alerts.py
    import window_alerts # precompiled from /x/sysx/src/openxenmanager/trunk/window_alerts.pyc
    # /x/sysx/src/openxenmanager/trunk/window_addserver.pyc matches /x/sysx/src/openxenmanager/trunk/window_addserver.py
    import window_addserver # precompiled from /x/sysx/src/openxenmanager/trunk/window_addserver.pyc
    # /x/sysx/src/openxenmanager/trunk/window_newvm.pyc matches /x/sysx/src/openxenmanager/trunk/window_newvm.py
    import window_newvm # precompiled from /x/sysx/src/openxenmanager/trunk/window_newvm.pyc
    # /x/sysx/src/openxenmanager/trunk/window_menuitem.pyc matches /x/sysx/src/openxenmanager/trunk/window_menuitem.py
    import window_menuitem # precompiled from /x/sysx/src/openxenmanager/trunk/window_menuitem.pyc
    # /x/sysx/src/openxenmanager/trunk/window_tools.pyc matches /x/sysx/src/openxenmanager/trunk/window_tools.py
    import window_tools # precompiled from /x/sysx/src/openxenmanager/trunk/window_tools.pyc
    # /x/sysx/src/openxenmanager/trunk/xva.pyc matches /x/sysx/src/openxenmanager/trunk/xva.py
    import xva # precompiled from /x/sysx/src/openxenmanager/trunk/xva.pyc
    # /usr/lib64/python2.6/tarfile.pyc matches /usr/lib64/python2.6/tarfile.py
    import tarfile # precompiled from /usr/lib64/python2.6/tarfile.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/grp.so", 2);
    import grp # dynamically loaded from /usr/lib64/python2.6/lib-dynload/grp.so
    import pwd # builtin
    import xml.etree # directory /usr/lib64/python2.6/xml/etree
    # /usr/lib64/python2.6/xml/etree/__init__.pyc matches /usr/lib64/python2.6/xml/etree/__init__.py
    import xml.etree # precompiled from /usr/lib64/python2.6/xml/etree/__init__.pyc
    # /usr/lib64/python2.6/xml/etree/ElementTree.pyc matches /usr/lib64/python2.6/xml/etree/ElementTree.py
    import xml.etree.ElementTree # precompiled from /usr/lib64/python2.6/xml/etree/ElementTree.pyc
    # /usr/lib64/python2.6/xml/etree/ElementPath.pyc matches /usr/lib64/python2.6/xml/etree/ElementPath.py
    import xml.etree.ElementPath # precompiled from /usr/lib64/python2.6/xml/etree/ElementPath.pyc
    # /usr/lib64/python2.6/uuid.pyc matches /usr/lib64/python2.6/uuid.py
    import uuid # precompiled from /usr/lib64/python2.6/uuid.pyc
    import ctypes # directory /usr/lib64/python2.6/ctypes
    # /usr/lib64/python2.6/ctypes/__init__.pyc matches /usr/lib64/python2.6/ctypes/__init__.py
    import ctypes # precompiled from /usr/lib64/python2.6/ctypes/__init__.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_ctypes.so", 2);
    import _ctypes # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_ctypes.so
    # /usr/lib64/python2.6/ctypes/_endian.pyc matches /usr/lib64/python2.6/ctypes/_endian.py
    import ctypes._endian # precompiled from /usr/lib64/python2.6/ctypes/_endian.pyc
    # /usr/lib64/python2.6/ctypes/util.pyc matches /usr/lib64/python2.6/ctypes/util.py
    import ctypes.util # precompiled from /usr/lib64/python2.6/ctypes/util.pyc
    # /x/sysx/src/openxenmanager/trunk/xdot.pyc matches /x/sysx/src/openxenmanager/trunk/xdot.py
    import xdot # precompiled from /x/sysx/src/openxenmanager/trunk/xdot.pyc
    # /usr/lib64/python2.6/subprocess.pyc matches /usr/lib64/python2.6/subprocess.py
    import subprocess # precompiled from /usr/lib64/python2.6/subprocess.pyc
    import gc # builtin
    # /usr/lib64/python2.6/pickle.pyc matches /usr/lib64/python2.6/pickle.py
    import pickle # precompiled from /usr/lib64/python2.6/pickle.pyc
    import marshal # builtin
    # /usr/lib64/python2.6/colorsys.pyc matches /usr/lib64/python2.6/colorsys.py
    import colorsys # precompiled from /usr/lib64/python2.6/colorsys.pyc
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/keysyms.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/keysyms.py
    import gtk.keysyms # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/keysyms.pyc
    # /usr/lib64/python2.6/encodings/ascii.pyc matches /usr/lib64/python2.6/encodings/ascii.py
    import encodings.ascii # precompiled from /usr/lib64/python2.6/encodings/ascii.pyc
    Exception in thread Thread-3:
    Traceback (most recent call last):
      File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner
        self.run()
      File "/usr/lib64/python2.6/threading.py", line 484, in run
        self.__target(*self.__args, **self.__kwargs)
      File "/x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.py", line 142, in sync
        self.all_bond = self.connection.Bond.get_all_records(self.session_uuid)
    KeyError: 'Value'

    Traceback (most recent call last):
      File "window.py", line 1582, in <module>
        gtk.main()
    KeyboardInterrupt
    # clear __builtin__._
    # clear sys.path
    # clear sys.argv
    # clear sys.ps1
    # clear sys.ps2
    # clear sys.exitfunc
    # clear sys.exc_type
    # clear sys.exc_value
    # clear sys.exc_traceback
    # clear sys.last_type
    # clear sys.last_value
    # clear sys.last_traceback
    # clear sys.path_hooks
    # clear sys.path_importer_cache
    # clear sys.meta_path
    # clear sys.flags
    # clear sys.float_info
    # restore sys.stdin
    # restore sys.stdout
    # restore sys.stderr
    # cleanup __main__
    # cleanup random
    # cleanup __future__
    # cleanup oxcSERVER_newvm
    # cleanup window_vm_storage
    # cleanup gtkvnc
    # cleanup collections
    # cleanup window_vm_performance
    # cleanup window_menuitem
    # cleanup zipimport
    # cleanup oxcSERVER_vm_network
    # cleanup oxcSERVER
    # cleanup oxcSERVER_vm
    # cleanup rrd
    # cleanup window_host_network
    # cleanup atexit
    # cleanup window_storage
    # cleanup abc
    # cleanup oxcSERVER_addserver
    # cleanup oxcSERVER_storage
    # cleanup xva
    # cleanup window_host
    # cleanup oxcSERVER_properties
    # cleanup oxcSERVER_host_nics
    # cleanup exceptions
    # cleanup oxcSERVER_vm_snapshot
    # cleanup _ctypes
    # cleanup _functools
    # cleanup _locale
    # cleanup messages
    # cleanup itertools
    # cleanup window_vm_snapshot
    # cleanup configobj
    # cleanup _collections
    # cleanup capabilities
    # cleanup array
    # cleanup oxcSERVER_host_network
    # cleanup window_vm_network
    # cleanup sre_constants
    # cleanup PixbufTextCellRenderer
    # cleanup _warnings
    # cleanup oxcSERVER_alerts
    # cleanup _codecs
    # cleanup window_vm
    # cleanup oxcSERVER_menuitem
    # cleanup _struct
    # cleanup keyword
    # cleanup oxcSERVER_host
    # cleanup repr
    # cleanup posix
    # cleanup _random
    # cleanup site
    # cleanup pyexpat
    # cleanup strop
    # cleanup threading
    # cleanup window_properties
    # cleanup gettext
    # cleanup window_addserver
    # cleanup window_tools
    # cleanup window_alerts
    # cleanup xdot
    # cleanup gio._gio
    # cleanup window_newvm
    # cleanup oxcSERVER_vm_storage
    # cleanup uuid
    # cleanup xmlrpclib
    # cleanup window_host_nics
    # cleanup datetime
    # cleanup platform
    # cleanup cStringIO
    # cleanup locale
    # cleanup encodings
    # cleanup tarfile
    # cleanup xtea
    # cleanup colorsys
    # cleanup encodings.ascii
    # cleanup ctypes
    # cleanup put
    # cleanup pdb
    # cleanup operator
    # cleanup rrdinfo
    # cleanup ctypes.util
    # cleanup encodings.latin_1
    # cleanup asyncore
    # cleanup pwd
    # cleanup hashlib
    # cleanup encodings.aliases
    # cleanup _hashlib
    # cleanup subprocess
    # cleanup shutil
    # cleanup grp
    # cleanup encodings.utf_8
    # cleanup functools
    # cleanup pprint
    # cleanup gc
    # cleanup ctypes._endian
    # cleanup httplib
    # cleanup signal
    # cleanup cmd
    # cleanup bdb
    # cleanup codecs
    # cleanup traceback
    # cleanup select
    # cleanup pickle
    # cleanup mimetools
    # cleanup marshal
    # cleanup tempfile
    # cleanup rfc822
    # cleanup fcntl
    # cleanup thread
    # cleanup xml
    # cleanup struct
    # cleanup gobject._gobject
    # cleanup pyexpat.errors
    # cleanup xml.etree.ElementTree
    # cleanup gtk.glade
    # cleanup pygtk_chart
    # cleanup string
    # cleanup pygtk_chart.basics
    # cleanup textwrap
    # cleanup ssl
    # cleanup pango
    # cleanup gtk._lazyutils
    # cleanup gobject.propertyhelper
    # cleanup pyexpat.model
    # cleanup xml.dom.minidom
    # cleanup cairo
    # cleanup base64
    # cleanup xml.parsers.expat
    # cleanup xml.sax.saxutils
    # cleanup urllib
    # cleanup re
    # cleanup pygtk_chart.chart
    # cleanup math
    # cleanup optparse
    # cleanup UserDict
    # cleanup pygtk
    # cleanup xml.dom.domreg
    # cleanup pygtk_chart.line_chart
    # cleanup socket
    # cleanup xml.etree
    # cleanup atk
    # cleanup glib._glib
    # cleanup os
    # cleanup glib.option
    # cleanup gtk
    # cleanup cairo._cairo
    # cleanup xml.dom
    # cleanup _sre
    # cleanup gtk.gdk
    # cleanup xml.parsers
    # cleanup xml.sax.xmlreader
    # cleanup gtk.keysyms
    # cleanup posixpath
    # cleanup errno
    # cleanup _socket
    # cleanup binascii
    # cleanup gio.unix
    # cleanup xml.sax.handler
    # cleanup os.path
    # cleanup gio
    # cleanup glib
    # cleanup xml.dom.NodeFilter
    # cleanup gtk._gtk
    # cleanup pygtk_chart.chart_object
    # cleanup copy
    # cleanup pangocairo
    # cleanup fnmatch
    # cleanup sre_parse
    # cleanup copy_reg
    # cleanup sre_compile
    # cleanup xml.sax
    # cleanup gobject.constants
    # cleanup gobject.option
    # cleanup _abcoll
    # cleanup xml.dom.minicompat
    # cleanup xml.sax._exceptions
    # cleanup genericpath
    # cleanup stat
    # cleanup _ssl
    # cleanup warnings
    # cleanup glob
    # cleanup gtk.deprecation
    # cleanup types
    # cleanup xml.dom.xmlbuilder
    # cleanup xml.etree.ElementPath
    # cleanup pygtk_chart.label
    # cleanup urlparse
    # cleanup linecache
    # cleanup time
    # cleanup gobject
    # cleanup sys
    # cleanup __builtin__
    Exiting…
    # cleanup ints: 387 unfreed ints
    # cleanup floats: 276 unfreed floats

     
  • coldwolf2000

    coldwolf2000 - 2011-08-12

    I reinstalled rev 75 and openxenmanager opened, I was able to successfully add servers. When to create a win 7 VM it created but the start button is greyed out on the terminal I get the following error

    coldwolf@argo:~/openxen/trunk$ python window.py
    Entering event loop
    Traceback (most recent call last):
      File "/home/coldwolf/openxen/trunk/oxcSERVER.py", line 1875, in <lambda>
        gobject.idle_add(lambda: self.wine.push_error_alert("%s %s %s" % (event, self.all_vms[self.track_tasks[event]], event)) and False)
    KeyError: 'OpaqueRef:4aec5a8e-b1f7-cbce-b7a6-285a754aa5ee'
    Traceback (most recent call last):
      File "/home/coldwolf/openxen/trunk/oxcSERVER.py", line 1875, in <lambda>
        gobject.idle_add(lambda: self.wine.push_error_alert("%s %s %s" % (event, self.all_vms[self.track_tasks[event]], event)) and False)
    KeyError: 'OpaqueRef:4aec5a8e-b1f7-cbce-b7a6-285a754aa5ee'
    Entering event loop
    CD
    CD
    CD
    Traceback (most recent call last):
      File "/home/coldwolf/openxen/trunk/oxcSERVER.py", line 1893, in <lambda>
        gobject.idle_add(lambda: self.wine.push_alert("%s %s %s" % (event, self.all_vms[self.track_tasks[event]], (" %.2f%%" % (float(event)*100)))) and False)
    KeyError: 'name_label'
    No console available
    Exception in thread Thread-27:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
        self.run()
      File "/usr/lib/python2.7/threading.py", line 505, in run
        self.__target(*self.__args, **self.__kwargs)
      File "/home/coldwolf/openxen/trunk/oxcSERVER.py", line 694, in update_performance
        data_sources = self.connection.VM.get_data_sources(self.session_uuid, ref)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
        return self.__send(self.__name, args)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1575, in __request
        verbose=self.__verbose
      File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
        return self.single_request(host, handler, request_body, verbose)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1289, in single_request
        self.send_request(h, handler, request_body)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1391, in send_request
        connection.putrequest("POST", handler, skip_accept_encoding=True)
      File "/usr/lib/python2.7/httplib.py", line 853, in putrequest
        raise CannotSendRequest()
    CannotSendRequest

    Exception in thread Thread-35:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
        self.run()
      File "/usr/lib/python2.7/threading.py", line 505, in run
        self.__target(*self.__args, **self.__kwargs)
      File "/home/coldwolf/openxen/trunk/oxcSERVER.py", line 694, in update_performance
        data_sources = self.connection.VM.get_data_sources(self.session_uuid, ref)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
        return self.__send(self.__name, args)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1575, in __request
        verbose=self.__verbose
      File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
        return self.single_request(host, handler, request_body, verbose)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1289, in single_request
        self.send_request(h, handler, request_body)
      File "/usr/lib/python2.7/xmlrpclib.py", line 1391, in send_request
        connection.putrequest("POST", handler, skip_accept_encoding=True)
      File "/usr/lib/python2.7/httplib.py", line 853, in putrequest
        raise CannotSendRequest()
    CannotSendRequest

    ^CTraceback (most recent call last):
      File "window.py", line 1582, in <module>
        gtk.main()
    KeyboardInterrupt

     
  • chengsun

    chengsun - 2011-08-12

    @ nose27k:
    Thank you for reporting this. It seems that your version of XenServer doesn't support NIC bonds (which were introduced a long time ago).
    Please try revision 77 and see whether this fixes your problem. If not, post the full output of "python window.py".

    @coldwolf2000:
    Thanks for reporting. It seems that many users encounter this issue - I will try and fix it. In the meantime as a workaround, try restarting OpenXenManager and reconnecting to your host. This should temporarily fix the issue.

     
  • Andres

    Andres - 2011-08-15

    hi, thanks for your reply,

    This is the output for the revision 78:

    # installing zipimport hook
    import zipimport # builtin
    # installed zipimport hook
    # /usr/lib64/python2.6/site.pyc matches /usr/lib64/python2.6/site.py
    import site # precompiled from /usr/lib64/python2.6/site.pyc
    # /usr/lib64/python2.6/os.pyc matches /usr/lib64/python2.6/os.py
    import os # precompiled from /usr/lib64/python2.6/os.pyc
    import errno # builtin
    import posix # builtin
    # /usr/lib64/python2.6/posixpath.pyc matches /usr/lib64/python2.6/posixpath.py
    import posixpath # precompiled from /usr/lib64/python2.6/posixpath.pyc
    # /usr/lib64/python2.6/stat.pyc matches /usr/lib64/python2.6/stat.py
    import stat # precompiled from /usr/lib64/python2.6/stat.pyc
    # /usr/lib64/python2.6/genericpath.pyc matches /usr/lib64/python2.6/genericpath.py
    import genericpath # precompiled from /usr/lib64/python2.6/genericpath.pyc
    # /usr/lib64/python2.6/warnings.pyc matches /usr/lib64/python2.6/warnings.py
    import warnings # precompiled from /usr/lib64/python2.6/warnings.pyc
    # /usr/lib64/python2.6/linecache.pyc matches /usr/lib64/python2.6/linecache.py
    import linecache # precompiled from /usr/lib64/python2.6/linecache.pyc
    # /usr/lib64/python2.6/types.pyc matches /usr/lib64/python2.6/types.py
    import types # precompiled from /usr/lib64/python2.6/types.pyc
    # /usr/lib64/python2.6/UserDict.pyc matches /usr/lib64/python2.6/UserDict.py
    import UserDict # precompiled from /usr/lib64/python2.6/UserDict.pyc
    # /usr/lib64/python2.6/_abcoll.pyc matches /usr/lib64/python2.6/_abcoll.py
    import _abcoll # precompiled from /usr/lib64/python2.6/_abcoll.pyc
    # /usr/lib64/python2.6/abc.pyc matches /usr/lib64/python2.6/abc.py
    import abc # precompiled from /usr/lib64/python2.6/abc.pyc
    # /usr/lib64/python2.6/copy_reg.pyc matches /usr/lib64/python2.6/copy_reg.py
    import copy_reg # precompiled from /usr/lib64/python2.6/copy_reg.pyc
    import encodings # directory /usr/lib64/python2.6/encodings
    # /usr/lib64/python2.6/encodings/__init__.pyc matches /usr/lib64/python2.6/encodings/__init__.py
    import encodings # precompiled from /usr/lib64/python2.6/encodings/__init__.pyc
    # /usr/lib64/python2.6/codecs.pyc matches /usr/lib64/python2.6/codecs.py
    import codecs # precompiled from /usr/lib64/python2.6/codecs.pyc
    import _codecs # builtin
    # /usr/lib64/python2.6/encodings/aliases.pyc matches /usr/lib64/python2.6/encodings/aliases.py
    import encodings.aliases # precompiled from /usr/lib64/python2.6/encodings/aliases.pyc
    # /usr/lib64/python2.6/encodings/latin_1.pyc matches /usr/lib64/python2.6/encodings/latin_1.py
    import encodings.latin_1 # precompiled from /usr/lib64/python2.6/encodings/latin_1.pyc
    Python 2.6.6 (r266:84292, Nov 27 2010, 17:27:14)
    on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    # /usr/lib64/python2.6/site-packages/pygtk.pyc matches /usr/lib64/python2.6/site-packages/pygtk.py
    import pygtk # precompiled from /usr/lib64/python2.6/site-packages/pygtk.pyc
    # /usr/lib64/python2.6/fnmatch.pyc matches /usr/lib64/python2.6/fnmatch.py
    import fnmatch # precompiled from /usr/lib64/python2.6/fnmatch.pyc
    # /usr/lib64/python2.6/re.pyc matches /usr/lib64/python2.6/re.py
    import re # precompiled from /usr/lib64/python2.6/re.pyc
    # /usr/lib64/python2.6/sre_compile.pyc matches /usr/lib64/python2.6/sre_compile.py
    import sre_compile # precompiled from /usr/lib64/python2.6/sre_compile.pyc
    import _sre # builtin
    # /usr/lib64/python2.6/sre_parse.pyc matches /usr/lib64/python2.6/sre_parse.py
    import sre_parse # precompiled from /usr/lib64/python2.6/sre_parse.pyc
    # /usr/lib64/python2.6/sre_constants.pyc matches /usr/lib64/python2.6/sre_constants.py
    import sre_constants # precompiled from /usr/lib64/python2.6/sre_constants.pyc
    # /usr/lib64/python2.6/glob.pyc matches /usr/lib64/python2.6/glob.py
    import glob # precompiled from /usr/lib64/python2.6/glob.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtkvnc.so", 2);
    import gobject # directory /usr/lib64/python2.6/site-packages/gtk-2.0/gobject
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/__init__.py
    import gobject # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/__init__.pyc
    import glib # directory /usr/lib64/python2.6/site-packages/gtk-2.0/glib
    # /usr/lib64/python2.6/site-packages/gtk-2.0/glib/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/glib/__init__.py
    import glib # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/glib/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/glib/_glib.so", 2);
    import glib._glib # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/glib/_glib.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/glib/option.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/glib/option.py
    import glib.option # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/glib/option.pyc
    # /usr/lib64/python2.6/optparse.pyc matches /usr/lib64/python2.6/optparse.py
    import optparse # precompiled from /usr/lib64/python2.6/optparse.pyc
    # /usr/lib64/python2.6/textwrap.pyc matches /usr/lib64/python2.6/textwrap.py
    import textwrap # precompiled from /usr/lib64/python2.6/textwrap.pyc
    # /usr/lib64/python2.6/string.pyc matches /usr/lib64/python2.6/string.py
    import string # precompiled from /usr/lib64/python2.6/string.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/strop.so", 2);
    import strop # dynamically loaded from /usr/lib64/python2.6/lib-dynload/strop.so
    # /usr/lib64/python2.6/gettext.pyc matches /usr/lib64/python2.6/gettext.py
    import gettext # precompiled from /usr/lib64/python2.6/gettext.pyc
    # /usr/lib64/python2.6/locale.pyc matches /usr/lib64/python2.6/locale.py
    import locale # precompiled from /usr/lib64/python2.6/locale.pyc
    # /usr/lib64/python2.6/functools.pyc matches /usr/lib64/python2.6/functools.py
    import functools # precompiled from /usr/lib64/python2.6/functools.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_functools.so", 2);
    import _functools # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_functools.so
    dlopen("/usr/lib64/python2.6/lib-dynload/_locale.so", 2);
    import _locale # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_locale.so
    dlopen("/usr/lib64/python2.6/lib-dynload/operator.so", 2);
    import operator # dynamically loaded from /usr/lib64/python2.6/lib-dynload/operator.so
    # /usr/lib64/python2.6/copy.pyc matches /usr/lib64/python2.6/copy.py
    import copy # precompiled from /usr/lib64/python2.6/copy.pyc
    # /usr/lib64/python2.6/struct.pyc matches /usr/lib64/python2.6/struct.py
    import struct # precompiled from /usr/lib64/python2.6/struct.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_struct.so", 2);
    import _struct # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_struct.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/constants.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/constants.py
    import gobject.constants # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/constants.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gobject/_gobject.so", 2);
    import gobject._gobject # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/_gobject.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.py
    import gobject.propertyhelper # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyc
    import gtk # directory /usr/lib64/python2.6/site-packages/gtk-2.0/gtk
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py
    import gtk # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_gtk.so", 2);
    import cairo # directory /usr/lib64/python2.6/site-packages/cairo
    # /usr/lib64/python2.6/site-packages/cairo/__init__.pyc matches /usr/lib64/python2.6/site-packages/cairo/__init__.py
    import cairo # precompiled from /usr/lib64/python2.6/site-packages/cairo/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/cairo/_cairo.so", 2);
    import cairo._cairo # dynamically loaded from /usr/lib64/python2.6/site-packages/cairo/_cairo.so
    import gio # directory /usr/lib64/python2.6/site-packages/gtk-2.0/gio
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gio/__init__.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gio/__init__.py
    import gio # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gio/__init__.pyc
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gio/_gio.so", 2);
    import gio._gio # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gio/_gio.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gio/unix.so", 2);
    import gio.unix # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gio/unix.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/pango.so", 2);
    # /usr/lib64/python2.6/encodings/utf_8.pyc matches /usr/lib64/python2.6/encodings/utf_8.py
    import encodings.utf_8 # precompiled from /usr/lib64/python2.6/encodings/utf_8.pyc
    import pango # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/pango.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/atk.so", 2);
    import atk # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/atk.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/pangocairo.so", 2);
    import pangocairo # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/pangocairo.so
    import gtk._gtk # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_gtk.so
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.py
    import gtk._lazyutils # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.pyc
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/deprecation.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/deprecation.py
    import gtk.deprecation # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/deprecation.pyc
    import gtkvnc # dynamically loaded from /usr/lib64/python2.6/site-packages/gtkvnc.so
    dlopen("/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/glade.so", 2);
    import gtk.glade # dynamically loaded from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/glade.so
    # /usr/lib64/python2.6/hashlib.pyc matches /usr/lib64/python2.6/hashlib.py
    import hashlib # precompiled from /usr/lib64/python2.6/hashlib.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_hashlib.so", 2);
    import _hashlib # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_hashlib.so
    # /x/sysx/src/openxenmanager/trunk/xtea.pyc matches /x/sysx/src/openxenmanager/trunk/xtea.py
    import xtea # precompiled from /x/sysx/src/openxenmanager/trunk/xtea.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER.py
    import oxcSERVER # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER.pyc
    # /usr/lib64/python2.6/xmlrpclib.pyc matches /usr/lib64/python2.6/xmlrpclib.py
    import xmlrpclib # precompiled from /usr/lib64/python2.6/xmlrpclib.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/time.so", 2);
    import time # dynamically loaded from /usr/lib64/python2.6/lib-dynload/time.so
    dlopen("/usr/lib64/python2.6/lib-dynload/datetime.so", 2);
    import datetime # dynamically loaded from /usr/lib64/python2.6/lib-dynload/datetime.so
    # /usr/lib64/python2.6/base64.pyc matches /usr/lib64/python2.6/base64.py
    import base64 # precompiled from /usr/lib64/python2.6/base64.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/binascii.so", 2);
    import binascii # dynamically loaded from /usr/lib64/python2.6/lib-dynload/binascii.so
    dlopen("/usr/lib64/python2.6/lib-dynload/cStringIO.so", 2);
    import cStringIO # dynamically loaded from /usr/lib64/python2.6/lib-dynload/cStringIO.so
    import xml # directory /usr/lib64/python2.6/xml
    # /usr/lib64/python2.6/xml/__init__.pyc matches /usr/lib64/python2.6/xml/__init__.py
    import xml # precompiled from /usr/lib64/python2.6/xml/__init__.pyc
    import xml.parsers # directory /usr/lib64/python2.6/xml/parsers
    # /usr/lib64/python2.6/xml/parsers/__init__.pyc matches /usr/lib64/python2.6/xml/parsers/__init__.py
    import xml.parsers # precompiled from /usr/lib64/python2.6/xml/parsers/__init__.pyc
    # /usr/lib64/python2.6/xml/parsers/expat.pyc matches /usr/lib64/python2.6/xml/parsers/expat.py
    import xml.parsers.expat # precompiled from /usr/lib64/python2.6/xml/parsers/expat.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/pyexpat.so", 2);
    import pyexpat # dynamically loaded from /usr/lib64/python2.6/lib-dynload/pyexpat.so
    # /usr/lib64/python2.6/urllib.pyc matches /usr/lib64/python2.6/urllib.py
    import urllib # precompiled from /usr/lib64/python2.6/urllib.pyc
    # /usr/lib64/python2.6/socket.pyc matches /usr/lib64/python2.6/socket.py
    import socket # precompiled from /usr/lib64/python2.6/socket.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_socket.so", 2);
    import _socket # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_socket.so
    dlopen("/usr/lib64/python2.6/lib-dynload/_ssl.so", 2);
    import _ssl # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_ssl.so
    # /usr/lib64/python2.6/urlparse.pyc matches /usr/lib64/python2.6/urlparse.py
    import urlparse # precompiled from /usr/lib64/python2.6/urlparse.pyc
    # /usr/lib64/python2.6/collections.pyc matches /usr/lib64/python2.6/collections.py
    import collections # precompiled from /usr/lib64/python2.6/collections.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_collections.so", 2);
    import _collections # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_collections.so
    # /usr/lib64/python2.6/keyword.pyc matches /usr/lib64/python2.6/keyword.py
    import keyword # precompiled from /usr/lib64/python2.6/keyword.pyc
    # /usr/lib64/python2.6/ssl.pyc matches /usr/lib64/python2.6/ssl.py
    import ssl # precompiled from /usr/lib64/python2.6/ssl.pyc
    # /usr/lib64/python2.6/asyncore.pyc matches /usr/lib64/python2.6/asyncore.py
    import asyncore # precompiled from /usr/lib64/python2.6/asyncore.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/select.so", 2);
    import select # dynamically loaded from /usr/lib64/python2.6/lib-dynload/select.so
    dlopen("/usr/lib64/python2.6/lib-dynload/fcntl.so", 2);
    import fcntl # dynamically loaded from /usr/lib64/python2.6/lib-dynload/fcntl.so
    # /usr/lib64/python2.6/platform.pyc matches /usr/lib64/python2.6/platform.py
    import platform # precompiled from /usr/lib64/python2.6/platform.pyc
    # /usr/lib64/python2.6/shutil.pyc matches /usr/lib64/python2.6/shutil.py
    import shutil # precompiled from /usr/lib64/python2.6/shutil.pyc
    import xml.dom # directory /usr/lib64/python2.6/xml/dom
    # /usr/lib64/python2.6/xml/dom/__init__.pyc matches /usr/lib64/python2.6/xml/dom/__init__.py
    import xml.dom # precompiled from /usr/lib64/python2.6/xml/dom/__init__.pyc
    # /usr/lib64/python2.6/xml/dom/domreg.pyc matches /usr/lib64/python2.6/xml/dom/domreg.py
    import xml.dom.domreg # precompiled from /usr/lib64/python2.6/xml/dom/domreg.pyc
    # /usr/lib64/python2.6/xml/dom/minicompat.pyc matches /usr/lib64/python2.6/xml/dom/minicompat.py
    import xml.dom.minicompat # precompiled from /usr/lib64/python2.6/xml/dom/minicompat.pyc
    # /usr/lib64/python2.6/xml/dom/minidom.pyc matches /usr/lib64/python2.6/xml/dom/minidom.py
    import xml.dom.minidom # precompiled from /usr/lib64/python2.6/xml/dom/minidom.pyc
    # /usr/lib64/python2.6/xml/dom/xmlbuilder.pyc matches /usr/lib64/python2.6/xml/dom/xmlbuilder.py
    import xml.dom.xmlbuilder # precompiled from /usr/lib64/python2.6/xml/dom/xmlbuilder.pyc
    # /usr/lib64/python2.6/xml/dom/NodeFilter.pyc matches /usr/lib64/python2.6/xml/dom/NodeFilter.py
    import xml.dom.NodeFilter # precompiled from /usr/lib64/python2.6/xml/dom/NodeFilter.pyc
    # /usr/lib64/python2.6/pdb.pyc matches /usr/lib64/python2.6/pdb.py
    import pdb # precompiled from /usr/lib64/python2.6/pdb.pyc
    # /usr/lib64/python2.6/cmd.pyc matches /usr/lib64/python2.6/cmd.py
    import cmd # precompiled from /usr/lib64/python2.6/cmd.pyc
    # /usr/lib64/python2.6/bdb.pyc matches /usr/lib64/python2.6/bdb.py
    import bdb # precompiled from /usr/lib64/python2.6/bdb.pyc
    # /usr/lib64/python2.6/repr.pyc matches /usr/lib64/python2.6/repr.py
    import repr # precompiled from /usr/lib64/python2.6/repr.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/itertools.so", 2);
    import itertools # dynamically loaded from /usr/lib64/python2.6/lib-dynload/itertools.so
    # /usr/lib64/python2.6/pprint.pyc matches /usr/lib64/python2.6/pprint.py
    import pprint # precompiled from /usr/lib64/python2.6/pprint.pyc
    # /usr/lib64/python2.6/traceback.pyc matches /usr/lib64/python2.6/traceback.py
    import traceback # precompiled from /usr/lib64/python2.6/traceback.pyc
    # /x/sysx/src/openxenmanager/trunk/rrdinfo.pyc matches /x/sysx/src/openxenmanager/trunk/rrdinfo.py
    import rrdinfo # precompiled from /x/sysx/src/openxenmanager/trunk/rrdinfo.pyc
    # /x/sysx/src/openxenmanager/trunk/put.pyc matches /x/sysx/src/openxenmanager/trunk/put.py
    import put # precompiled from /x/sysx/src/openxenmanager/trunk/put.pyc
    # /usr/lib64/python2.6/httplib.pyc matches /usr/lib64/python2.6/httplib.py
    import httplib # precompiled from /usr/lib64/python2.6/httplib.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/array.so", 2);
    import array # dynamically loaded from /usr/lib64/python2.6/lib-dynload/array.so
    # /usr/lib64/python2.6/mimetools.pyc matches /usr/lib64/python2.6/mimetools.py
    import mimetools # precompiled from /usr/lib64/python2.6/mimetools.pyc
    # /usr/lib64/python2.6/tempfile.pyc matches /usr/lib64/python2.6/tempfile.py
    import tempfile # precompiled from /usr/lib64/python2.6/tempfile.pyc
    # /usr/lib64/python2.6/random.pyc matches /usr/lib64/python2.6/random.py
    import random # precompiled from /usr/lib64/python2.6/random.pyc
    # /usr/lib64/python2.6/__future__.pyc matches /usr/lib64/python2.6/__future__.py
    import __future__ # precompiled from /usr/lib64/python2.6/__future__.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/math.so", 2);
    import math # dynamically loaded from /usr/lib64/python2.6/lib-dynload/math.so
    dlopen("/usr/lib64/python2.6/lib-dynload/_random.so", 2);
    import _random # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_random.so
    import thread # builtin
    # /usr/lib64/python2.6/rfc822.pyc matches /usr/lib64/python2.6/rfc822.py
    import rfc822 # precompiled from /usr/lib64/python2.6/rfc822.pyc
    # /x/sysx/src/openxenmanager/trunk/rrd.pyc matches /x/sysx/src/openxenmanager/trunk/rrd.py
    import rrd # precompiled from /x/sysx/src/openxenmanager/trunk/rrd.pyc
    import pygtk_chart # directory /x/sysx/src/openxenmanager/trunk/pygtk_chart
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/__init__.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/__init__.py
    import pygtk_chart # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/__init__.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/basics.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/basics.py
    import pygtk_chart.basics # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/basics.pyc
    import xml.sax # directory /usr/lib64/python2.6/xml/sax
    # /usr/lib64/python2.6/xml/sax/__init__.pyc matches /usr/lib64/python2.6/xml/sax/__init__.py
    import xml.sax # precompiled from /usr/lib64/python2.6/xml/sax/__init__.pyc
    # /usr/lib64/python2.6/xml/sax/xmlreader.pyc matches /usr/lib64/python2.6/xml/sax/xmlreader.py
    import xml.sax.xmlreader # precompiled from /usr/lib64/python2.6/xml/sax/xmlreader.pyc
    # /usr/lib64/python2.6/xml/sax/handler.pyc matches /usr/lib64/python2.6/xml/sax/handler.py
    import xml.sax.handler # precompiled from /usr/lib64/python2.6/xml/sax/handler.pyc
    # /usr/lib64/python2.6/xml/sax/_exceptions.pyc matches /usr/lib64/python2.6/xml/sax/_exceptions.py
    import xml.sax._exceptions # precompiled from /usr/lib64/python2.6/xml/sax/_exceptions.pyc
    # /usr/lib64/python2.6/xml/sax/saxutils.pyc matches /usr/lib64/python2.6/xml/sax/saxutils.py
    import xml.sax.saxutils # precompiled from /usr/lib64/python2.6/xml/sax/saxutils.pyc
    # /usr/lib64/python2.6/threading.pyc matches /usr/lib64/python2.6/threading.py
    import threading # precompiled from /usr/lib64/python2.6/threading.pyc
    # /x/sysx/src/openxenmanager/trunk/configobj.pyc matches /x/sysx/src/openxenmanager/trunk/configobj.py
    import configobj # precompiled from /x/sysx/src/openxenmanager/trunk/configobj.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/line_chart.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/line_chart.py
    import pygtk_chart.line_chart # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/line_chart.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart_object.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart_object.py
    import pygtk_chart.chart_object # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart_object.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart.py
    import pygtk_chart.chart # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/chart.pyc
    # /x/sysx/src/openxenmanager/trunk/pygtk_chart/label.pyc matches /x/sysx/src/openxenmanager/trunk/pygtk_chart/label.py
    import pygtk_chart.label # precompiled from /x/sysx/src/openxenmanager/trunk/pygtk_chart/label.pyc
    # /x/sysx/src/openxenmanager/trunk/messages.pyc matches /x/sysx/src/openxenmanager/trunk/messages.py
    import messages # precompiled from /x/sysx/src/openxenmanager/trunk/messages.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm.py
    import oxcSERVER_vm # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_network.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_network.py
    import oxcSERVER_vm_network # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_network.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_storage.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_storage.py
    import oxcSERVER_vm_storage # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_snapshot.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_snapshot.py
    import oxcSERVER_vm_snapshot # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_vm_snapshot.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_host.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_host.py
    import oxcSERVER_host # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_host.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_nics.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_nics.py
    import oxcSERVER_host_nics # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_nics.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_network.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_network.py
    import oxcSERVER_host_network # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_host_network.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_properties.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_properties.py
    import oxcSERVER_properties # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_properties.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_storage.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_storage.py
    import oxcSERVER_storage # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_alerts.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_alerts.py
    import oxcSERVER_alerts # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_alerts.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.py
    import oxcSERVER_addserver # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_newvm.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_newvm.py
    import oxcSERVER_newvm # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_newvm.pyc
    # /x/sysx/src/openxenmanager/trunk/oxcSERVER_menuitem.pyc matches /x/sysx/src/openxenmanager/trunk/oxcSERVER_menuitem.py
    import oxcSERVER_menuitem # precompiled from /x/sysx/src/openxenmanager/trunk/oxcSERVER_menuitem.pyc
    # /x/sysx/src/openxenmanager/trunk/capabilities.pyc matches /x/sysx/src/openxenmanager/trunk/capabilities.py
    import capabilities # precompiled from /x/sysx/src/openxenmanager/trunk/capabilities.pyc
    # /usr/lib64/python2.6/atexit.pyc matches /usr/lib64/python2.6/atexit.py
    import atexit # precompiled from /usr/lib64/python2.6/atexit.pyc
    # /x/sysx/src/openxenmanager/trunk/PixbufTextCellRenderer.pyc matches /x/sysx/src/openxenmanager/trunk/PixbufTextCellRenderer.py
    import PixbufTextCellRenderer # precompiled from /x/sysx/src/openxenmanager/trunk/PixbufTextCellRenderer.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm.py
    import window_vm # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_network.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_network.py
    import window_vm_network # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_network.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_storage.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_storage.py
    import window_vm_storage # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_snapshot.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_snapshot.py
    import window_vm_snapshot # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_snapshot.pyc
    # /x/sysx/src/openxenmanager/trunk/window_vm_performance.pyc matches /x/sysx/src/openxenmanager/trunk/window_vm_performance.py
    import window_vm_performance # precompiled from /x/sysx/src/openxenmanager/trunk/window_vm_performance.pyc
    # /x/sysx/src/openxenmanager/trunk/window_host.pyc matches /x/sysx/src/openxenmanager/trunk/window_host.py
    import window_host # precompiled from /x/sysx/src/openxenmanager/trunk/window_host.pyc
    # /x/sysx/src/openxenmanager/trunk/window_host_nics.pyc matches /x/sysx/src/openxenmanager/trunk/window_host_nics.py
    import window_host_nics # precompiled from /x/sysx/src/openxenmanager/trunk/window_host_nics.pyc
    # /x/sysx/src/openxenmanager/trunk/window_host_network.pyc matches /x/sysx/src/openxenmanager/trunk/window_host_network.py
    import window_host_network # precompiled from /x/sysx/src/openxenmanager/trunk/window_host_network.pyc
    # /x/sysx/src/openxenmanager/trunk/window_properties.pyc matches /x/sysx/src/openxenmanager/trunk/window_properties.py
    import window_properties # precompiled from /x/sysx/src/openxenmanager/trunk/window_properties.pyc
    # /x/sysx/src/openxenmanager/trunk/window_storage.pyc matches /x/sysx/src/openxenmanager/trunk/window_storage.py
    import window_storage # precompiled from /x/sysx/src/openxenmanager/trunk/window_storage.pyc
    # /x/sysx/src/openxenmanager/trunk/window_alerts.pyc matches /x/sysx/src/openxenmanager/trunk/window_alerts.py
    import window_alerts # precompiled from /x/sysx/src/openxenmanager/trunk/window_alerts.pyc
    # /x/sysx/src/openxenmanager/trunk/window_addserver.pyc matches /x/sysx/src/openxenmanager/trunk/window_addserver.py
    import window_addserver # precompiled from /x/sysx/src/openxenmanager/trunk/window_addserver.pyc
    # /x/sysx/src/openxenmanager/trunk/oxm.pyc matches /x/sysx/src/openxenmanager/trunk/oxm.py
    import oxm # precompiled from /x/sysx/src/openxenmanager/trunk/oxm.pyc
    # /x/sysx/src/openxenmanager/trunk/window_newvm.pyc matches /x/sysx/src/openxenmanager/trunk/window_newvm.py
    import window_newvm # precompiled from /x/sysx/src/openxenmanager/trunk/window_newvm.pyc
    # /x/sysx/src/openxenmanager/trunk/window_menuitem.pyc matches /x/sysx/src/openxenmanager/trunk/window_menuitem.py
    import window_menuitem # precompiled from /x/sysx/src/openxenmanager/trunk/window_menuitem.pyc
    # /x/sysx/src/openxenmanager/trunk/window_tools.pyc matches /x/sysx/src/openxenmanager/trunk/window_tools.py
    import window_tools # precompiled from /x/sysx/src/openxenmanager/trunk/window_tools.pyc
    # /x/sysx/src/openxenmanager/trunk/xva.pyc matches /x/sysx/src/openxenmanager/trunk/xva.py
    import xva # precompiled from /x/sysx/src/openxenmanager/trunk/xva.pyc
    # /usr/lib64/python2.6/tarfile.pyc matches /usr/lib64/python2.6/tarfile.py
    import tarfile # precompiled from /usr/lib64/python2.6/tarfile.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/grp.so", 2);
    import grp # dynamically loaded from /usr/lib64/python2.6/lib-dynload/grp.so
    import pwd # builtin
    import xml.etree # directory /usr/lib64/python2.6/xml/etree
    # /usr/lib64/python2.6/xml/etree/__init__.pyc matches /usr/lib64/python2.6/xml/etree/__init__.py
    import xml.etree # precompiled from /usr/lib64/python2.6/xml/etree/__init__.pyc
    # /usr/lib64/python2.6/xml/etree/ElementTree.pyc matches /usr/lib64/python2.6/xml/etree/ElementTree.py
    import xml.etree.ElementTree # precompiled from /usr/lib64/python2.6/xml/etree/ElementTree.pyc
    # /usr/lib64/python2.6/xml/etree/ElementPath.pyc matches /usr/lib64/python2.6/xml/etree/ElementPath.py
    import xml.etree.ElementPath # precompiled from /usr/lib64/python2.6/xml/etree/ElementPath.pyc
    # /usr/lib64/python2.6/uuid.pyc matches /usr/lib64/python2.6/uuid.py
    import uuid # precompiled from /usr/lib64/python2.6/uuid.pyc
    import ctypes # directory /usr/lib64/python2.6/ctypes
    # /usr/lib64/python2.6/ctypes/__init__.pyc matches /usr/lib64/python2.6/ctypes/__init__.py
    import ctypes # precompiled from /usr/lib64/python2.6/ctypes/__init__.pyc
    dlopen("/usr/lib64/python2.6/lib-dynload/_ctypes.so", 2);
    import _ctypes # dynamically loaded from /usr/lib64/python2.6/lib-dynload/_ctypes.so
    # /usr/lib64/python2.6/ctypes/_endian.pyc matches /usr/lib64/python2.6/ctypes/_endian.py
    import ctypes._endian # precompiled from /usr/lib64/python2.6/ctypes/_endian.pyc
    # /usr/lib64/python2.6/ctypes/util.pyc matches /usr/lib64/python2.6/ctypes/util.py
    import ctypes.util # precompiled from /usr/lib64/python2.6/ctypes/util.pyc
    # /x/sysx/src/openxenmanager/trunk/xdot.pyc matches /x/sysx/src/openxenmanager/trunk/xdot.py
    import xdot # precompiled from /x/sysx/src/openxenmanager/trunk/xdot.pyc
    # /usr/lib64/python2.6/subprocess.pyc matches /usr/lib64/python2.6/subprocess.py
    import subprocess # precompiled from /usr/lib64/python2.6/subprocess.pyc
    import gc # builtin
    # /usr/lib64/python2.6/pickle.pyc matches /usr/lib64/python2.6/pickle.py
    import pickle # precompiled from /usr/lib64/python2.6/pickle.pyc
    import marshal # builtin
    # /usr/lib64/python2.6/colorsys.pyc matches /usr/lib64/python2.6/colorsys.py
    import colorsys # precompiled from /usr/lib64/python2.6/colorsys.pyc
    # /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/keysyms.pyc matches /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/keysyms.py
    import gtk.keysyms # precompiled from /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/keysyms.pyc
    window.py:195: GtkWarning: Unknown property: GtkWindow.has-resize-grip
      self.builder.add_from_file(self.gladefile)
    # /usr/lib64/python2.6/encodings/ascii.pyc matches /usr/lib64/python2.6/encodings/ascii.py
    import encodings.ascii # precompiled from /usr/lib64/python2.6/encodings/ascii.pyc
    Traceback (most recent call last):
      File "/x/sysx/src/openxenmanager/trunk/oxcSERVER_addserver.py", line 115, in sync
        print "Server version is %s" % (["%s" % (self.all_hosts) for x in ('product_brand', 'product_version', 'xapi')] + [self.all_hosts])
    KeyError: 'sku_marketing_name'
    # clear __builtin__._
    # clear sys.path
    # clear sys.argv
    # clear sys.ps1
    # clear sys.ps2
    # clear sys.exitfunc
    # clear sys.exc_type
    # clear sys.exc_value
    # clear sys.exc_traceback
    # clear sys.last_type
    # clear sys.last_value
    # clear sys.last_traceback
    # clear sys.path_hooks
    # clear sys.path_importer_cache
    # clear sys.meta_path
    # clear sys.flags
    # clear sys.float_info
    # restore sys.stdin
    # restore sys.stdout
    # restore sys.stderr
    # cleanup __main__
    # cleanup random
    # cleanup __future__
    # cleanup oxcSERVER_newvm
    # cleanup window_vm_storage
    # cleanup gtkvnc
    # cleanup collections
    # cleanup window_vm_performance
    # cleanup window_menuitem
    # cleanup zipimport
    # cleanup oxcSERVER_vm_network
    # cleanup oxcSERVER
    # cleanup oxcSERVER_vm
    # cleanup rrd
    # cleanup window_host_network
    # cleanup atexit
    # cleanup window_storage
    # cleanup abc
    # cleanup oxcSERVER_addserver
    # cleanup oxcSERVER_storage
    # cleanup xva
    # cleanup window_host
    # cleanup oxcSERVER_properties
    # cleanup oxcSERVER_host_nics
    # cleanup exceptions
    # cleanup oxcSERVER_vm_snapshot
    # cleanup _ctypes
    # cleanup _functools
    # cleanup _locale
    # cleanup messages
    # cleanup itertools
    # cleanup window_vm_snapshot
    # cleanup configobj
    # cleanup _collections
    # cleanup capabilities
    # cleanup array
    # cleanup oxcSERVER_host_network
    # cleanup window_vm_network
    # cleanup sre_constants
    # cleanup PixbufTextCellRenderer
    # cleanup _warnings
    # cleanup oxcSERVER_alerts
    # cleanup _codecs
    # cleanup window_vm
    # cleanup oxcSERVER_menuitem
    # cleanup _struct
    # cleanup keyword
    # cleanup oxcSERVER_host
    # cleanup repr
    # cleanup posix
    # cleanup _random
    # cleanup site
    # cleanup pyexpat
    # cleanup strop
    # cleanup threading
    # cleanup window_properties
    # cleanup gettext
    # cleanup window_addserver
    # cleanup window_tools
    # cleanup window_alerts
    # cleanup xdot
    # cleanup gio._gio
    # cleanup window_newvm
    # cleanup oxcSERVER_vm_storage
    # cleanup uuid
    # cleanup xmlrpclib
    # cleanup window_host_nics
    # cleanup datetime
    # cleanup platform
    # cleanup cStringIO
    # cleanup locale
    # cleanup encodings
    # cleanup tarfile
    # cleanup xtea
    # cleanup colorsys
    # cleanup encodings.ascii
    # cleanup ctypes
    # cleanup put
    # cleanup oxm
    # cleanup pdb
    # cleanup operator
    # cleanup rrdinfo
    # cleanup ctypes.util
    # cleanup encodings.latin_1
    # cleanup asyncore
    # cleanup pwd
    # cleanup hashlib
    # cleanup encodings.aliases
    # cleanup _hashlib
    # cleanup subprocess
    # cleanup shutil
    # cleanup grp
    # cleanup encodings.utf_8
    # cleanup functools
    # cleanup pprint
    # cleanup gc
    # cleanup ctypes._endian
    # cleanup httplib
    # cleanup signal
    # cleanup cmd
    # cleanup bdb
    # cleanup codecs
    # cleanup traceback
    # cleanup select
    # cleanup pickle
    # cleanup mimetools
    # cleanup marshal
    # cleanup tempfile
    # cleanup rfc822
    # cleanup fcntl
    # cleanup thread
    # cleanup xml
    # cleanup struct
    # cleanup gobject._gobject
    # cleanup pyexpat.errors
    # cleanup xml.etree.ElementTree
    # cleanup gtk.glade
    # cleanup pygtk_chart
    # cleanup string
    # cleanup pygtk_chart.basics
    # cleanup textwrap
    # cleanup ssl
    # cleanup pango
    # cleanup gtk._lazyutils
    # cleanup gobject.propertyhelper
    # cleanup pyexpat.model
    # cleanup xml.dom.minidom
    # cleanup cairo
    # cleanup base64
    # cleanup xml.parsers.expat
    # cleanup xml.sax.saxutils
    # cleanup urllib
    # cleanup re
    # cleanup pygtk_chart.chart
    # cleanup math
    # cleanup optparse
    # cleanup UserDict
    # cleanup pygtk
    # cleanup xml.dom.domreg
    # cleanup pygtk_chart.line_chart
    # cleanup socket
    # cleanup atk
    # cleanup glib._glib
    # cleanup os
    # cleanup glib.option
    # cleanup gtk
    # cleanup cairo._cairo
    # cleanup xml.dom
    # cleanup _sre
    # cleanup xml.etree
    # cleanup gtk.gdk
    # cleanup xml.parsers
    # cleanup xml.sax.xmlreader
    # cleanup gtk.keysyms
    # cleanup posixpath
    # cleanup errno
    # cleanup _socket
    # cleanup binascii
    # cleanup gio.unix
    # cleanup xml.sax.handler
    # cleanup os.path
    # cleanup gio
    # cleanup glib
    # cleanup xml.dom.NodeFilter
    # cleanup gtk._gtk
    # cleanup pygtk_chart.chart_object
    # cleanup copy
    # cleanup pangocairo
    # cleanup fnmatch
    # cleanup sre_parse
    # cleanup copy_reg
    # cleanup sre_compile
    # cleanup xml.sax
    # cleanup gobject.constants
    # cleanup gobject.option
    # cleanup _abcoll
    # cleanup xml.dom.minicompat
    # cleanup xml.sax._exceptions
    # cleanup genericpath
    # cleanup stat
    # cleanup _ssl
    # cleanup warnings
    # cleanup glob
    # cleanup gtk.deprecation
    # cleanup types
    # cleanup xml.dom.xmlbuilder
    # cleanup xml.etree.ElementPath
    # cleanup pygtk_chart.label
    # cleanup urlparse
    # cleanup linecache
    # cleanup time
    # cleanup gobject
    # cleanup sys
    # cleanup __builtin__
    Server sync progress Retrieving VMs
    Server sync progress Retrieving hosts
    Synchronisation error:

    Exiting…
    # cleanup ints: 387 unfreed ints
    # cleanup floats: 72 unfreed floats

    in that server 'am running  XenServer release 4.0.1-4249p (xenenterprise), but i'll tried on another server with XenServer release 4.1.0-7843p (xenenterprise) and I was successfully add that server.

    i loaded the revision 78 instead of 77, because on 77 appears the next message:

    Traceback (most recent call last):
      File "window.py", line 83, in <module>
        from window_addserver import *
      File "/x/sysx/src/openxenmanager/trunk/window_addserver.py", line 24, in <module>
        import oxm
    ImportError: No module named oxm

     

Log in to post a comment.