From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Mason Subject: xend "invalid token" error Date: Mon, 10 Oct 2005 15:50:21 -0500 Message-ID: <20051010205020.GA10245@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I am geting the following error when I start xend on x86 and amd64 # /etc/init.d/xend start invalid token Exception in thread Watcher:Traceback (most recent call last): File "/usr/lib/python2.3/threading.py", line 442, in __bootstrap self.run() File "/usr/lib/python2.3/threading.py", line 422, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python/xen/xend/xenstore/xswatch.py", line 43, in watchMain we = cls.xs.read_watch() RuntimeError: invalid token I traced the problem back to the "Make libxenstore thread-safe. It also spawns an internal" patch (http://lists.xensource.com/archives/html/xen-changelog/2005-10/msg00118.html). Not a big issue, as xend will start without problems the second time the command is executed. Thanks, Jon