Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] problem while starting xend

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] problem while starting xend
From: "Tej Parkash" <bewith.tej@xxxxxxxxx>
Date: Tue, 30 Oct 2007 19:37:11 +0530
Delivery-date: Tue, 30 Oct 2007 07:07:54 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=brm6nr5TKfUrbnfPPLvTcUscyU49mLNyiqh9FcZ0TgA=; b=nr3Oaxw0G+6Bnm4ipKGgCaZfkSPVY6prgUQu02x7h15o5LIYURDs/TLbAIzBRCgym/EwGmPw6Pgr+Bf8s5vJSJDlbegXRvwq4ytbY1bF74ShzT9FSz5L0JL1qmR6emXFd6pBvqB5vSlulVdPXNZajtIa0ckwzyiher+RBrf5cYs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oyHu2hssAifFZzxpEZ0mp8Qr449ZO+uom4FOwELnDyDc8kTwwUJpqwV4MV4KKmF5ywOJxo7yx4Y6cXAjf0kB1SY37MjBpAUfIBWROmUSrxgsAIcwngKtOBXvnYKYkuwfAvsc9tKkXOvPXh/ScHYEEaeKoL9+w0vkyxycYV7qBP8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
I tried to install xen, but got some errors when starting xend.
i am using xen-3.1.0. and using it on linux-2.6.18 debian kernel.

as I logged in and tried to start xend
(/etc/init.d/xend start). I just got six-seven dot (.) printed out, then it
stops. I looked more closely and found that xend could not start.

then I looked at /var/log/xend-debug.log. here is the last few lines:

^^^
   Exception starting Xend: no element found: line 1 coloumn 0
^^^
anybody experienced this problem, or know how to fix this?

now the other info which i got from the xend.log file are:

[2007-10-30 11:52:27 4340] INFO (__init__:1094) Xend Daemon started
[2007-10-30 11:52:27 4340] INFO (__init__:1094) Xend changeset: unavailable.
[2007-10-30 11:52:27 4340] INFO (__init__:1094) Xend version: Unknown.
[2007-10-30 11:52:27 4340] ERROR (__init__:1094) Exception starting
xend (no element found: line 1, column 0)
Traceback (most recent call last):
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py",
line 345, in run
    servers = SrvServer.create()
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/xend/server/SrvServer.py",
line 254, in create
    root.putChild('xend', SrvRoot())
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/xend/server/SrvRoot.py",
line 40, in __init__
    self.get(name)
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/web/SrvDir.py",
line 82, in get
    val = val.getobj()
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/web/SrvDir.py",
line 52, in getobj
    self.obj = klassobj()
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/xend/server/SrvNode.py",
line 30, in __init__
    self.xn = XendNode.instance()
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/xend/XendNode.py",
line 658, in instance
    inst = XendNode()
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/xend/XendNode.py",
line 60, in __init__
    saved_host = self.state_store.load_state('host')
  File 
"/opt/final/smartnic/xen-3.1.0-src/dist/install/usr/lib/python/xen/xend/XendStateStore.py",
line 104, in load_state
    dom = minidom.parse(xml_path)
  File "xml/dom/minidom.py", line 1913, in parse
  File "xml/dom/expatbuilder.py", line 924, in parse
  File "xml/dom/expatbuilder.py", line 211, in parseFile
ExpatError: no element found: line 1, column 0
[2007-10-30 11:52:27 4339] INFO (__init__:1094) Xend exited with status 1.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] problem while starting xend, Tej Parkash <=