WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 264] New: xen.xend.XendProtocol.XendError: Invalid memor

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 264] New: xen.xend.XendProtocol.XendError: Invalid memory / mem_kb: None
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Wed, 28 Sep 2005 13:37:21 +0000
Delivery-date: Wed, 28 Sep 2005 13:37:38 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=264

           Summary: xen.xend.XendProtocol.XendError: Invalid memory /
                    mem_kb: None
           Product: Xen
           Version: unstable
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: dbarrera@xxxxxxxxxx
                CC: hohnbaum@xxxxxxxxxx


Seeing this error today when doing an 'xm list'. 

IBM xSeries 335, 4GB RAM, SLES 9 SP2, PAE enabled box.

changeset:   7076:46046d5fb354
tag:         tip
user:        emellor@ewan
date:        Tue Sep 27 16:09:46 2005 +0100
summary:     Remove unused import, mark unused variables.


x335b:~ # xm list
Unexpected error: xen.xend.XendProtocol.XendError

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 6
91, in main
    rc = cmd(args)
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 2
21, in xm_list
    doms = server.xend_domains()
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py"
, line 197, in xend_domains
    return self.xendGet(self.domainurl())
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py"
, line 150, in xendGet
    return self.client.xendGet(url, args)
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.p
y", line 90, in xendGet
    return self.xendRequest(url, "GET", args)
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.p
y", line 180, in xendRequest
    val = self.handleResponse(data)
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.p
y", line 129, in handleResponse
    return self.handleException(err)
  File "/tmp/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.p
y", line 136, in handleException
    raise err
xen.xend.XendProtocol.XendError: Invalid memory / mem_kb: None

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 264] New: xen.xend.XendProtocol.XendError: Invalid memory / mem_kb: None, bugzilla-daemon <=