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

[Xen-devel] "xm list" causing "OverflowError: int exceeds XML-RPC limits

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] "xm list" causing "OverflowError: int exceeds XML-RPC limits"
From: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@xxxxxxxxxx>
Date: Mon, 27 Mar 2006 16:34:29 -0500
Delivery-date: Mon, 27 Mar 2006 21:36:00 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZR5jq9rpAd9mzaT6qgzuBF6n202Q==
Thread-topic: "xm list" causing "OverflowError: int exceeds XML-RPC limits"
I am getting the following error with "xm list" on a x86_64 SLES10 Beta
system running changeset 9435:11fee62328cc. I am able to bring up DomUs
and I am able to do "xm info" without issues. But I am seeing similar
"OverflowError: int exceeds XML-RPC limits" with "xm shutdown" and "xm
destroy". My python version is 2.4.2. 

Any way I can get around this problem?

Thanks,

Aravindh Puthiyaparambil 
Xen Development Team
Unisys, Tredyffrin PA
E-Mail:  aravindh.puthiyaparambil@xxxxxxxxxx


linuxM0076:~ # xm list
Error: Traceback (most recent call last):
  File
"/root/xen-unstable.hg/dist/install/usr/lib64/python/xen/util/xmlrpclib2
.py", line 79, in _marshaled_dispatch
    allow_none=1)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 1029, in dumps
    data = m.dumps(params)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 603, in dumps
    dump(v, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 675, in dump_array
    dump(v, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 675, in dump_array
    dump(v, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 675, in dump_array
    dump(v, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 626, in dump_int
    raise OverflowError, "int exceeds XML-RPC limits"
OverflowError: int exceeds XML-RPC limits


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

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