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

[Xen-API] socket.error: (104, 'Connection reset by peer')

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] socket.error: (104, 'Connection reset by peer')
From: babu karthik <r.g.babukarthik@xxxxxxxxx>
Date: Sat, 30 Jul 2011 17:30:41 -0700
Delivery-date: Sat, 30 Jul 2011 17:30:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=AIUYI04qMouZxkEoxttEFzO421hwMz6geO0ehBAykDs=; b=a2Wqo/YKQwzu0qkWtryujyYfjMWJHmOueIEEdaw5bu1iZPpdh1Ss4MiHN80mUfuD6n dCK+N8y3WPYQ80rIebRCXzvZnQwNzA1//f69O5smQMMMEQQkMwMy5tLUtjVFK+e5WXeJ 98ihjzLf8pz4AfpwKxoaIlSyS07r7HekV0oYU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
can anyone pls tell me how to solve this error , i has
been trying to solve for past 1 week, please help me
i need to create session to start a vm



import XenAPI

session =XenAPI. Session('http://localhost.localdomain:443/')
session.login_with_password('root', 'karthik','XenServer SDK 5.6.100')
session.xenapi.VM.start('5eb3dc54-3164-baad-012f-ac8428d93a25')


[root@localhost python]# python ss.py
Traceback (most recent call last):

 File "ss.py", line 4, in ?
    session.login_with_password('root', 'karthik','XenServer SDK 5.6.100')
  File "/usr/lib/python2.4/site-packages/XenAPI.py", line 182, in <lambda>
    return lambda *params: self._login(name, params)
  File "/usr/lib/python2.4/site-packages/XenAPI.py", line 148, in _login
    result = _parse_result(getattr(self, 'session.%s' % method)(*params))
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1143, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 872, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 325, in readline
    data = "">socket.error: (104, 'Connection reset by peer')
[root@localhost python]#

--
R.G.BABUKARTHIK

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>