search for: xmlrpcserver

Displaying 20 results from an estimated 56 matches for "xmlrpcserver".

2007 Apr 07
2
TLS problem
...in bind error: (98, ''Address already in use'') [2007-04-07 16:58:22 xend 32358] INFO (SrvDaemon:218) Xend exited with status 1. [2007-04-07 16:59:17 xend 2828] DEBUG (SrvServer:75) SrvServer.cleanup() [2007-04-07 16:59:17 xend 2828] DEBUG (SrvServer:157) Waiting for [''XMLRPCServer'', ''XMLRPCServer'']. [2007-04-07 16:59:17 xend 2828] DEBUG (XMLRPCServer:186) XMLRPCServer.cleanup() [2007-04-07 16:59:18 xend 2828] DEBUG (XMLRPCServer:186) XMLRPCServer.cleanup() Can someone advice? I did not experience this with xen 3.0.2-2 Jiri ___________________...
2010 Sep 05
1
Bug#587090: PATCH unnecessary for HVM DomU guests
Package: xen-utils-4.0 Version: 4.0.1~rc6-1 Severity: important Tags: patch The patch is not necessary for HVM DomU guests. The Error: 'NoneType' object has no attribute 'rfind' was fixed by installing xen-qemu-dm-4.0. [1] [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588888 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 02
0
[PATCH] map re.compile on hosts_allow for XMLRPCServer
Hi, Changeset 14601 removed a re.compile() map on hosts_allow, hence breaking the tcp xmlrpc api (''str'' has no attribute match in xend-debug.log). The attached diff puts re.compile back in. -- \o/ Pascal Bouchareine - Gandi g 0170393757 15, place de la Nation - 75011 Paris _______________________________________________ Xen-devel mailing list
2010 Apr 13
0
raise VmError(''Creating domain failed: name=%s'' %
....2)] on linux2 creating domain command: gate xen # xm create -c /etc/xen/gentooXEN Using config file “/etc/xen/gentooXEN”. Error: Creating domain failed: name=gentooXEN The xend.log output [2010-04-13 23:21:23 11408] DEBUG (SrvServer:76) SrvServer.cleanup() [2010-04-13 23:21:23 11408] DEBUG (XMLRPCServer:236) XMLRPCServer.cleanup() [2010-04-13 23:21:23 11408] DEBUG (XMLRPCServer:236) XMLRPCServer.cleanup() [2010-04-13 23:21:23 11408] DEBUG (XendDomain:622) cleanup_domains [2010-04-13 23:21:23 11407] INFO (SrvDaemon:220) Xend exited with status 0. [2010-04-13 23:21:23 15016] INFO (SrvDaemon:332) Xen...
2010 Jun 21
4
Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
....set_device not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: VIF.set_MAC not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: VIF.set_MTU not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: debug.get_all not found [2010-06-21 12:06:20 5946] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2010-06-21 12:06:20 5946] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. [2010-06-21 12:06:47 5946] ERROR (xmlrpclib2:178...
2008 Jul 11
0
PATCH: Ignore errors from dieing domains in RPC server
...cted Usage: xm list [options] [Domain, ...] List information about all/some domains. -l, --long Output all VM details in SXP --label Include security labels The ''xm list'' command calls into the ''domains'' method of XMLRPCServer.py in XenD. This method just iterates over the list of domains, fetching the sxpr for each in turn, but with no exception handling. So if a single domain fails to generate an sxpr, no data is returned even for other domains which are still functional. This patch simply makes XenD ignore and skip o...
2009 Apr 12
0
acm_init: Loading default policy but not policy is installed.
...---------- ( 4) check logs (----------------------------- - the other xen logs show nothing. Below is xend.log from when I restarted xend. root@ubuntu:/var/log/xen# cat xend.log | grep 2009-04-12 [2009-04-12 11:28:43 6500] DEBUG (SrvServer:76) SrvServer.cleanup() [2009-04-12 11:28:43 6500] DEBUG (XMLRPCServer:235) XMLRPCServer.cleanup() [2009-04-12 11:28:43 6500] DEBUG (XMLRPCServer:235) XMLRPCServer.cleanup() [2009-04-12 11:28:43 6500] DEBUG (XendDomain:615) cleanup_domains [2009-04-12 11:28:43 6494] INFO (SrvDaemon:219) Xend exited with status 0. [2009-04-1211:28:46 7505] INFO (SrvDaemon:331) Xend...
2013 Oct 04
0
xm list permission denied
..._device not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: VIF.set_MAC not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: VIF.set_MTU not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: debug.get_all not found [2013-10-04 11:54:05 10244] INFO (XMLRPCServer:161) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2013-10-04 11:54:05 10244] INFO (XMLRPCServer:139) Opening TCP XML-RPC server on all interfaces, port 9363. [2013-10-04 11:54:05 10244] INFO (XMLRPCServer:161) Opening Un...
2006 Mar 23
0
Re: [Xen-changelog] Improve error handling, in particular fixing the ProtocolError that is thrown
...the ProtocolError that is thrown > when a domain is specified by the user that does not exist. Added a few > error codes -- many more to come, I expect. > > Signed-off-by: Ewan Mellor <ewan@xensource.com> > > diff -r c1bb4eb56529 -r da24df1ea484 tools/python/xen/xend/server/XMLRPCServer.py > --- a/tools/python/xen/xend/server/XMLRPCServer.py Thu Mar 23 10:58:19 2006 > +++ b/tools/python/xen/xend/server/XMLRPCServer.py Thu Mar 23 11:59:43 2006 > @@ -13,25 +13,45 @@ > # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > #====================...
2006 Apr 02
3
RPC interface for xenmon
Hi, I read about RPC interface for xenmon in this presentation: www.xensource.com/files/xs0106_xenmon_brief.pdf Has such interface been implemented yet by anyone? Thanks, -- Jayesh ------------------------------------------------------------------------ Everything you can imagine is real _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2010 May 14
1
System unusable (hangs) after xm create - xen 4
...et_device not found [2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: VIF.set_MAC not found[2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: VIF.set_MTU not found[2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: debug.get_all not found [2010-05-14 13:10:58 1196] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2010-05-14 13:10:58 1196] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. Thanks LDavis ____________________________...
2010 Jul 02
0
Re: Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found. - SOLVED
...ndAPI:705) API call: VIF.set_MAC not > > found > > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: VIF.set_MTU not > > found > > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: > > debug.get_all not found > > [2010-06-21 12:06:20 5946] INFO (XMLRPCServer:156) Opening Unix domain > > socket XML-RPC server on /var/run/xend/xen-api.sock; authentication > > has been disabled for this server. > > [2010-06-21 12:06:20 5946] INFO (XMLRPCServer:156) Opening Unix domain > > socket XML-RPC server on /var/run/xend/xmlrpc.sock. > &gt...
2011 Jul 07
3
Bug#632972: /usr/lib/xen-common/bin/xen-utils-wrapper: xen-utils-common should use default paths
Package: xen-utils-common Version: 4.1.0~rc6-1 Severity: important Currently xend fails to create a fully virtualized vm because it has a different path hardcoded to it. Unable to complete install: 'POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: device model '/usr/lib64/xen/bin/qemu-dm' not found")' The correct path to use
2009 Aug 29
1
Xend problem
..._device not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: VIF.set_MAC not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: VIF.set_MTU not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: debug.get_all not found [2009-08-29 12:00:29 2604] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled $ [2009-08-29 12:00:29 2604] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. Any suggestions? Regards, Fasiha Ashraf See the We...
2010 Mar 11
0
Xen problem network dom0
...r_on not found WARNING (XendAPI:678) API call: VIF.get_network not found WARNING (XendAPI:678) API call: VIF.set_device not found WARNING (XendAPI:678) API call: VIF.set_MAC not found WARNING (XendAPI:678) API call: VIF.set_MTU not found WARNING (XendAPI:678) API call: debug.get_all not found INFO (XMLRPCServer:149) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. INFO (XMLRPCServer:149) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. If you need more information, contact me. Please help me to resolv m...
2007 Apr 11
1
XEN Error 22 Invalid Argument
...d] ERROR (__init__:1072) (22, ''Invalid argument'') Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/util/xmlrpclib2.py", line 80, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.4/SimpleXMLRPCServer.py", line 406, in _dispatch return func(*params) File "/usr/lib64/python2.4/site-packages/xen/xend/server/XMLRPCServer.py", line 63, in domain_create info = XendDomain.instance().domain_create(config) File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py&...
2007 Sep 19
2
Error: (22, ''Invalid argument'')
...9-20 15:43:33 xend 29373] ERROR (__init__:1021) (22, ''Invalid argument'') Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.py", line 162, in _marshaled_dispatch response = self._dispatch(method, params) File "SimpleXMLRPCServer.py", line 415, in _dispatch return func(*params) File "/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServer.py", line 64, in domain_create info = XendDomain.instance().domain_create(config) File "/usr/lib/python2.5/site-packages/xen/xend/XendDomain.py",...
2014 Apr 10
0
Bug#744163: xenstore problems
...21] ERROR (xmlrpclib2:181) Internal error handling xend.domain.create Traceback (most recent call last): File "/usr/lib/xen-4.1/bin/../lib/python/xen/util/xmlrpclib2.py", line 134, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.7/SimpleXMLRPCServer.py", line 420, in _dispatch return func(*params) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/XMLRPCServer.py", line 80, in domain_create info = XendDomain.instance().domain_create(config) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomain.py&qu...
2009 Feb 02
2
Using the parallel port from domU
...ROR (xmlrpclib2:184) function takes exactly 4 arguments (3 given) Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/util/xmlrpclib2.py", line 162, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.4/SimpleXMLRPCServer.py", line 406, in _dispatch return func(*params) File "/usr/lib64/python2.4/site-packages/xen/xend/server/XMLRPCServer.py", line 64, in domain_create info = XendDomain.instance().domain_create(config) File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py&...
2007 Jul 13
1
Error 22 on domU creation after installing 3.1 from source
...-13 17:51:40 xend 5298] ERROR (__init__:1021) (22, ''Invalid argument'') Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.py", line 162, in _marshaled_dispatch response = self._dispatch(method, params) File "SimpleXMLRPCServer.py", line 415, in _dispatch return func(*params) File "/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServer.py", line 64, in domain_create info = XendDomain.instance().domain_create(config) File "/usr/lib/python2.5/site-packages/xen/xend/XendDomain.py&quot...