On Mon, 27 Mar 2006 16:34:29 -0500, Puthiyaparambil, Aravindh wrote:
> 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.
Can you provide a lot more details about this? Is this after a fresh xm
create with no existing domUs? What's the config you're using to create a
domain?
I think I know what the problem actually is so I can write up a quick
patch but I'd like to be able to reproduce..
Regards,
Anthony Liguori
> 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
|