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-devel

Re: [Xen-devel] xen.xend.XendProtocol.XendError: Invalid memory / mem_kb

To: Chris Bainbridge <chris.bainbridge@xxxxxxxxx>
Subject: Re: [Xen-devel] xen.xend.XendProtocol.XendError: Invalid memory / mem_kb: None
From: David F Barrera <dfbp@xxxxxxxxxx>
Date: Fri, 07 Oct 2005 09:35:11 -0500
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 07 Oct 2005 14:32:42 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <623652d50510070718r17218792m@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <623652d50510070718r17218792m@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
I saw that condition and reported a bug on 9/28 (http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=264); however, I had not seen it since and closed the bug. Maybe we ought to reopen it?

David Barrera

Chris Bainbridge wrote:

I have a domain which is rebooting. When I do xm list I sometimes get
the following error; it's probably a race condition when the domain
restarts in the middle of being queried by xm.

xen # 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 "/usr/lib/python/xen/xm/main.py", line 689, in main
   rc = cmd(args)
 File "/usr/lib/python/xen/xm/main.py", line 236, in xm_list
   info = server.xend_domain(dom)
 File "/usr/lib/python/xen/xend/XendClient.py", line 215, in xend_domain
   return self.xendGet(self.domainurl(id))
 File "/usr/lib/python/xen/xend/XendClient.py", line 150, in xendGet
   return self.client.xendGet(url, args)
 File "/usr/lib/python/xen/xend/XendProtocol.py", line 90, in xendGet
   return self.xendRequest(url, "GET", args)
 File "/usr/lib/python/xen/xend/XendProtocol.py", line 180, in xendRequest
   val = self.handleResponse(data)
 File "/usr/lib/python/xen/xend/XendProtocol.py", line 129, in handleResponse
   return self.handleException(err)
 File "/usr/lib/python/xen/xend/XendProtocol.py", line 136, in handleException
   raise err
xen.xend.XendProtocol.XendError: Invalid memory / mem_kb: None

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



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

<Prev in Thread] Current Thread [Next in Thread>