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

[Xen-bugs] [Bug 166] New: UnicodeError: label too long

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=166

           Summary: UnicodeError: label too long
           Product: Xen
           Version: unstable
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: dbarrera@xxxxxxxxxx


I am seeing this error on the SLES 9 SP2 machines, when I type in 'xm list'. It
does not seem to affect other functions, however, as I am able to create DomUs
on those boxes.

bl2-1:/etc/xen/scripts # xm list
Unexpected error: exceptions.UnicodeError

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/usr/lib64/python/xen/xm/main.py", line 646, in main
    rc = cmd(args)
  File "/usr/lib64/python/xen/xm/main.py", line 215, in xm_list
    doms = server.xend_domains()
  File "/usr/lib64/python/xen/xend/XendClient.py", line 199, in xend_domains
    return self.xendGet(self.domainurl())
  File "/usr/lib64/python/xen/xend/XendClient.py", line 152, in xendGet
    return self.client.xendGet(url, args)
  File "/usr/lib64/python/xen/xend/XendProtocol.py", line 86, in xendGet
    return self.xendRequest(url, "GET", args)
  File "/usr/lib64/python/xen/xend/XendProtocol.py", line 167, in xendRequest
    conn.request(method, url.fullpath(), self.request.data, 
self.request.headers)
  File "/usr/lib64/python2.3/httplib.py", line 718, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib64/python2.3/httplib.py", line 733, in _send_request
    self.putrequest(method, url)
  File "/usr/lib64/python2.3/httplib.py", line 667, in putrequest
    self.putheader('Host', self.host.encode("idna"))
  File "/usr/lib64/python2.3/encodings/idna.py", line 160, in encode
    result.append(ToASCII(label))
  File "/usr/lib64/python2.3/encodings/idna.py", line 72, in ToASCII
    raise UnicodeError, "label too long"
UnicodeError: label too long

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 166] New: UnicodeError: label too long, bugzilla-daemon <=