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] xend failing to start (xen-unstable-14960)

To: Aron Griffis <aron@xxxxxx>
Subject: Re: [Xen-devel] xend failing to start (xen-unstable-14960)
From: Tom Wilkie <tw275@xxxxxxxxx>
Date: Fri, 27 Apr 2007 14:36:42 +0100
Cc: Tom Wilkie <tw275@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 27 Apr 2007 06:35:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20070427132816.GA5400@xxxxxxxxx>
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: <20070427132816.GA5400@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi

I've updated the way the xml state is persisted for XenAPI objects in Xend, which is causing it to fail with the old state.

I've put a fix in staging that eats this error, but for the mean time you might want to blow away /var/lib/xend/state and restart Xend.

Cheers

Tom

On 27 Apr 2007, at 14:28, Aron Griffis wrote:

Trying to start xend on a Debian box running xen-unstable-14960, I'm
getting the following traceback in xend.log:

[2007-04-27 08:37:39 5871] INFO (__init__:1072) Xend Daemon started
[2007-04-27 08:37:39 5871] INFO (__init__:1072) Xend changeset: Thu Apr 26 17:30:56 2007 +0100 14960:39383ac1aec8.
[2007-04-27 08:37:39 5871] INFO (__init__:1072) Xend version: Unknown.
[2007-04-27 08:37:39 5871] ERROR (__init__:1072) Exception starting xend (CREATE_UNSPECIFIED_ATTRIBUTE: other_config, network)
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/server/SrvDaemon.py", line 345, in run
    servers = SrvServer.create()
File "//usr/lib/python/xen/xend/server/SrvServer.py", line 254, in create
    root.putChild('xend', SrvRoot())
File "//usr/lib/python/xen/xend/server/SrvRoot.py", line 40, in __init__
    self.get(name)
  File "//usr/lib/python/xen/web/SrvDir.py", line 82, in get
    val = val.getobj()
  File "//usr/lib/python/xen/web/SrvDir.py", line 52, in getobj
    self.obj = klassobj()
File "//usr/lib/python/xen/xend/server/SrvNode.py", line 30, in __init__
    self.xn = XendNode.instance()
  File "//usr/lib/python/xen/xend/XendNode.py", line 649, in instance
    inst = XendNode()
  File "//usr/lib/python/xen/xend/XendNode.py", line 144, in __init__
    XendNetwork.recreate(network, net_uuid)
File "//usr/lib/python/xen/xend/XendNetwork.py", line 105, in recreate
    network = XendNetwork(record, uuid)
File "//usr/lib/python/xen/xend/XendNetwork.py", line 141, in __init__
    XendBase.__init__(self, uuid, record)
  File "//usr/lib/python/xen/xend/XendBase.py", line 86, in __init__
    raise CreateUnspecifiedAttributeError(
CreateUnspecifiedAttributeError: CREATE_UNSPECIFIED_ATTRIBUTE: other_config, network

xend-debug.log contains:

Xend started at Fri Apr 27 08:37:39 2007.
Exception starting xend: CREATE_UNSPECIFIED_ATTRIBUTE: other_config, network

I haven't been using this box for a while, so I don't know if this is
something recent or just a problem in my configuration.  Does this
ring a bell for anybody?

Thanks,
Aron

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


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

<Prev in Thread] Current Thread [Next in Thread>