All of lore.kernel.org
 help / color / mirror / Atom feed
* xend "invalid token" error
@ 2005-10-10 20:50 Jon Mason
  2005-10-10 21:07 ` Anthony Liguori
  2005-10-10 22:49 ` Ewan Mellor
  0 siblings, 2 replies; 10+ messages in thread
From: Jon Mason @ 2005-10-10 20:50 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 20:50 xend "invalid token" error Jon Mason
@ 2005-10-10 21:07 ` Anthony Liguori
  2005-10-10 21:09   ` Anthony Liguori
  2005-10-10 21:11   ` Keir Fraser
  2005-10-10 22:49 ` Ewan Mellor
  1 sibling, 2 replies; 10+ messages in thread
From: Anthony Liguori @ 2005-10-10 21:07 UTC (permalink / raw)
  To: Jon Mason; +Cc: xen-devel

I'm seeing this problem too.

Regards,

Anthony Liguori

Jon Mason wrote:

>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
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>  
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 21:07 ` Anthony Liguori
@ 2005-10-10 21:09   ` Anthony Liguori
  2005-10-10 21:11   ` Keir Fraser
  1 sibling, 0 replies; 10+ messages in thread
From: Anthony Liguori @ 2005-10-10 21:09 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel, Jon Mason

Xend is also generating an "XendError: Exception: unsubscriptable object".

Regards,

Anthony Liguori

Anthony Liguori wrote:

> I'm seeing this problem too.
>
> Regards,
>
> Anthony Liguori
>
> Jon Mason wrote:
>
>> 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
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>
>>  
>>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 21:07 ` Anthony Liguori
  2005-10-10 21:09   ` Anthony Liguori
@ 2005-10-10 21:11   ` Keir Fraser
  2005-10-10 21:22     ` Anthony Liguori
  1 sibling, 1 reply; 10+ messages in thread
From: Keir Fraser @ 2005-10-10 21:11 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel, Jon Mason

Hmmm... not quite sure how my changes could have screwed that up, esp.  
just on 64-bit. Do your changes to allow watches to return varargs  
definitely work with x86/64?

  -- Keir

On 10 Oct 2005, at 22:07, Anthony Liguori wrote:

> I'm seeing this problem too.
>
> Regards,
>
> Anthony Liguori
>
> Jon Mason wrote:
>
>> 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
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>
>>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 21:11   ` Keir Fraser
@ 2005-10-10 21:22     ` Anthony Liguori
  0 siblings, 0 replies; 10+ messages in thread
From: Anthony Liguori @ 2005-10-10 21:22 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel, Jon Mason

Keir Fraser wrote:

> Hmmm... not quite sure how my changes could have screwed that up, 
> esp.  just on 64-bit. Do your changes to allow watches to return 
> varargs  definitely work with x86/64?

Yes, Jon verified that this afternoon :-)

To clarify, I'm on x86_32 so it's on both platforms.

Regards,

Anthony Liguori

>  -- Keir
>
> On 10 Oct 2005, at 22:07, Anthony Liguori wrote:
>
>> I'm seeing this problem too.
>>
>> Regards,
>>
>> Anthony Liguori
>>
>> Jon Mason wrote:
>>
>>> 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
>>>
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xensource.com
>>> http://lists.xensource.com/xen-devel
>>>
>>>
>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>
>
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 20:50 xend "invalid token" error Jon Mason
  2005-10-10 21:07 ` Anthony Liguori
@ 2005-10-10 22:49 ` Ewan Mellor
  2005-10-10 23:09   ` Anthony Liguori
  2005-10-10 23:16   ` Jon Mason
  1 sibling, 2 replies; 10+ messages in thread
From: Ewan Mellor @ 2005-10-10 22:49 UTC (permalink / raw)
  To: xen-devel

On Mon, Oct 10, 2005 at 03:50:21PM -0500, Jon Mason wrote:

> 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 thought this had been fixed by changeset 7289:5134f3c512c8.  Could you
confirm?

Cheers,

Ewan.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 22:49 ` Ewan Mellor
@ 2005-10-10 23:09   ` Anthony Liguori
  2005-10-12 13:07     ` Ewan Mellor
  2005-10-10 23:16   ` Jon Mason
  1 sibling, 1 reply; 10+ messages in thread
From: Anthony Liguori @ 2005-10-10 23:09 UTC (permalink / raw)
  To: Ewan Mellor; +Cc: xen-devel

I'm seeing this with 7295:60b0ac30ba18

Regards,

Anthony Liguori

Ewan Mellor wrote:

>On Mon, Oct 10, 2005 at 03:50:21PM -0500, Jon Mason wrote:
>
>  
>
>>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 thought this had been fixed by changeset 7289:5134f3c512c8.  Could you
>confirm?
>
>Cheers,
>
>Ewan.
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>  
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 22:49 ` Ewan Mellor
  2005-10-10 23:09   ` Anthony Liguori
@ 2005-10-10 23:16   ` Jon Mason
  1 sibling, 0 replies; 10+ messages in thread
From: Jon Mason @ 2005-10-10 23:16 UTC (permalink / raw)
  To: Ewan Mellor; +Cc: xen-devel

On Mon, Oct 10, 2005 at 11:49:31PM +0100, Ewan Mellor wrote:
> On Mon, Oct 10, 2005 at 03:50:21PM -0500, Jon Mason wrote:
> 
> > 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 thought this had been fixed by changeset 7289:5134f3c512c8.  Could you
> confirm?
 
I did a mercurial pull 10 minutes ago, and I am still seeing the error.
Also, I am seeing this on python 2.4.

Thanks,
Jon

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-10 23:09   ` Anthony Liguori
@ 2005-10-12 13:07     ` Ewan Mellor
  2005-10-12 15:06       ` Anthony Liguori
  0 siblings, 1 reply; 10+ messages in thread
From: Ewan Mellor @ 2005-10-12 13:07 UTC (permalink / raw)
  To: xen-devel

On Mon, Oct 10, 2005 at 06:09:40PM -0500, Anthony Liguori wrote:

> I'm seeing this with 7295:60b0ac30ba18
> 
> Regards,
> 
> Anthony Liguori
> 
> Ewan Mellor wrote:
> 
> >On Mon, Oct 10, 2005 at 03:50:21PM -0500, Jon Mason wrote:
> >
> > 
> >
> >>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

This should be fixed as of changeset 7349:00a324b3a2db.

Cheers,

Ewan.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: xend "invalid token" error
  2005-10-12 13:07     ` Ewan Mellor
@ 2005-10-12 15:06       ` Anthony Liguori
  0 siblings, 0 replies; 10+ messages in thread
From: Anthony Liguori @ 2005-10-12 15:06 UTC (permalink / raw)
  To: Ewan Mellor; +Cc: xen-devel

Ewan Mellor wrote:

>On Mon, Oct 10, 2005 at 06:09:40PM -0500, Anthony Liguori wrote:
>  
>
>This should be fixed as of changeset 7349:00a324b3a2db.
>  
>
Yes, it is.

Thanks Ewan.

Regards,

Anthony Liguori

>Cheers,
>
>Ewan.
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>  
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-10-12 15:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-10 20:50 xend "invalid token" error Jon Mason
2005-10-10 21:07 ` Anthony Liguori
2005-10-10 21:09   ` Anthony Liguori
2005-10-10 21:11   ` Keir Fraser
2005-10-10 21:22     ` Anthony Liguori
2005-10-10 22:49 ` Ewan Mellor
2005-10-10 23:09   ` Anthony Liguori
2005-10-12 13:07     ` Ewan Mellor
2005-10-12 15:06       ` Anthony Liguori
2005-10-10 23:16   ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.