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

Re: [Xen-devel] problem while starting xend

To: "Tej Parkash" <bewith.tej@xxxxxxxxx>
Subject: Re: [Xen-devel] problem while starting xend
From: Grabber <grabber@xxxxxxxxx>
Date: Sat, 3 Nov 2007 12:51:44 -0300
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 03 Nov 2007 08:52:23 -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:cc:in-reply-to:mime-version:content-type:references; bh=H7Mcb3mWo94JjCa6+KtfZmzhzZTS+sHNjSHgX6VCNoM=; b=EUNKO0A0r3gjxo5c7i5rCg9aqKVb6siZVbVfEls6RwHkMYdLOUnuoTqVDXexwSRg2d23YYXannCYLB/yESN+fs+wRgitnMi9FP7yF0x00+SbkkN12OFa5O1c2ELo7qZibRT7VIurkbVQwimVqyxbOmG9FhOUj27tjIuyLpVqVTY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=sAUzAimcicq7Yh7J/lFSc25HkIpCG8MEpnjkwW9RYMw2p3OjR6YSiwRnM+OCdKFEaCFn7qNvy41wPFpGFmcPcE97WUZfeWrF71oRfGSGbczxYTpsn36P8ReoR27IsKUNamoiTxe4h/0uH+0Al5l2dd/Iwp93ZCylLktQ1fx+ftk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <f1c9d250710300707t6b9ef90an8103a1c4ef3037d1@xxxxxxxxxxxxxx>
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>
References: <f1c9d250710300707t6b9ef90an8103a1c4ef3037d1@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
You probably install a packaged version from your distro and after installs a compiled version? If you do it, this is the problem!
 
Look this line: Xend version: Unknown.
 
Regards,
Luiz Vitor Martinez Cardoso aka Grabber.


 
On 10/30/07, Tej Parkash <bewith.tej@xxxxxxxxx> wrote:
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



--
Atenciosamente,
Luiz Vitor.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] problem while starting xend, Grabber <=