[Q] Comet(26) Bug?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] Comet(26) Bug?

Chun, Sungjin
Hi,

I've tried to run comet chat application for demo, but I got following error;

Seaside Walkback

MessageNotUnderstood: UndefinedObject>>context

Debug Proceed Full Stack

Possible Causes

the receiver of the message is nil
a class extension hasn't been loaded correctly
you sent the wrong message
Stack Trace

thisContext
UndefinedObject(Object)>>doesNotUnderstand: #context
self
nil
aMessage
context
thisContext
SUInsertion(SUObject)>>render:on:
self
new Insertion.Bottom
anObject
'<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
aStream
a WriteStream ''
previous
nil
document
nil
html
nil
thisContext
[] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
self
new Insertion.Bottom
aBlock
'<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
stream
a WriteStream ''
thisContext
String class(SequenceableCollection class)>>streamContents:
self
String
blockWithArg
[] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
stream
a WriteStream ''
thisContext
SUInsertion>>with:
self
new Insertion.Bottom
aBlock
'<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
stream
a WriteStream ''

I'm using Seaside 2.8-539 and Scriptaculous-234.

Thanks in advance.

PS)
Are there any progress in WAListener and Multibyte encoded language problem?
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] Comet(26) Bug?

Philippe Marschall
2008/1/2, [hidden email] <[hidden email]>:

> Hi,
>
> I've tried to run comet chat application for demo, but I got following error;
>
> Seaside Walkback
>
> MessageNotUnderstood: UndefinedObject>>context
>
> Debug Proceed Full Stack
>
> Possible Causes
>
> the receiver of the message is nil
> a class extension hasn't been loaded correctly
> you sent the wrong message
> Stack Trace
>
> thisContext
> UndefinedObject(Object)>>doesNotUnderstand: #context
> self
> nil
> aMessage
> context
> thisContext
> SUInsertion(SUObject)>>render:on:
> self
> new Insertion.Bottom
> anObject
> '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> aStream
> a WriteStream ''
> previous
> nil
> document
> nil
> html
> nil
> thisContext
> [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> self
> new Insertion.Bottom
> aBlock
> '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> stream
> a WriteStream ''
> thisContext
> String class(SequenceableCollection class)>>streamContents:
> self
> String
> blockWithArg
> [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> stream
> a WriteStream ''
> thisContext
> SUInsertion>>with:
> self
> new Insertion.Bottom
> aBlock
> '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> stream
> a WriteStream ''
>
> I'm using Seaside 2.8-539 and Scriptaculous-234.
>
> Thanks in advance.
>
> PS)
> Are there any progress in WAListener and Multibyte encoded language problem?

There were once classes that did this. They were removed. I assumed
there's no interest in this.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] Comet(26) Bug?

Lukas Renggli
In reply to this post by Chun, Sungjin
> I've tried to run comet chat application for demo, but I got following error;

That's a bug recently introduced with some changes in Scriptaculous. I
am trying to fix it right now.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] Comet(26) Bug?

Lukas Renggli
> > I've tried to run comet chat application for demo, but I got following error;
>
> That's a bug recently introduced with some changes in Scriptaculous. I
> am trying to fix it right now.

I fixed and improved Comet to work with the latest version of
Scriptaculous. The examples are now also a lot simpler and easier to
understand (I believe).

Name: Comet-lr.27
Author: lr
Time: 2 January 2008, 8:12:53 pm
UUID: 82fe703d-dd38-48c8-9019-b2796d260540
Ancestors: Comet-lr.26

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Re: [Q] Comet(26) Bug?

Chun, Sungjin
In reply to this post by Chun, Sungjin
That's very sad thing for me T_T I'd been interested.
Can you let me know which version of comet does have it?

Thank you in advance.

----- Original Message -----
   From: Philippe Marschall <[hidden email]>
   To: [hidden email], Seaside - general discussion <[hidden email]>
   Sent: 08-01-02 19:18:01
   Subject: Re: [Seaside] [Q] Comet(26) Bug?

  2008/1/2, [hidden email] <[hidden email]>:

> Hi,
>
> I've tried to run comet chat application for demo, but I got following error;
>
> Seaside Walkback
>
> MessageNotUnderstood: UndefinedObject>>context
>
> Debug Proceed Full Stack
>
> Possible Causes
>
> the receiver of the message is nil
> a class extension hasn't been loaded correctly
> you sent the wrong message
> Stack Trace
>
> thisContext
> UndefinedObject(Object)>>doesNotUnderstand: #context
> self
> nil
> aMessage
> context
> thisContext
> SUInsertion(SUObject)>>render:on:
> self
> new Insertion.Bottom
> anObject
> '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> aStream
> a WriteStream ''
> previous
> nil
> document
> nil
> html
> nil
> thisContext
> [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> self
> new Insertion.Bottom
> aBlock
> '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> stream
> a WriteStream ''
> thisContext
> String class(SequenceableCollection class)>>streamContents:
> self
> String
> blockWithArg
> [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> stream
> a WriteStream ''
> thisContext
> SUInsertion>>with:
> self
> new Insertion.Bottom
> aBlock
> '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> stream
> a WriteStream ''
>
> I'm using Seaside 2.8-539 and Scriptaculous-234.
>
> Thanks in advance.
>
> PS)
> Are there any progress in WAListener and Multibyte encoded language problem?

There were once classes that did this. They were removed. I assumed
there's no interest in this.

Cheers
Philippe


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Re: [Q] Comet(26) Bug?

Philippe Marschall
In reply to this post by Chun, Sungjin
Hi

Seaside2.7a1-lr.125 was the last version that had encoding support in
the streaming server adapter. It's back in upstream using the new
server adapter infrastruture. There is however also a fix needed in
Comet. That has as well be fixed in upstream.

Cheers
Philippe

2008/1/2, [hidden email] <[hidden email]>:

> That's very sad thing for me T_T I'd been interested.
> Can you let me know which version of comet does have it?
>
> Thank you in advance.
>
> ----- Original Message -----
>    From: Philippe Marschall <[hidden email]>
>    To: [hidden email], Seaside - general discussion <[hidden email]>
>    Sent: 08-01-02 19:18:01
>    Subject: Re: [Seaside] [Q] Comet(26) Bug?
>
>   2008/1/2, [hidden email] <[hidden email]>:
> > Hi,
> >
> > I've tried to run comet chat application for demo, but I got following error;
> >
> > Seaside Walkback
> >
> > MessageNotUnderstood: UndefinedObject>>context
> >
> > Debug Proceed Full Stack
> >
> > Possible Causes
> >
> > the receiver of the message is nil
> > a class extension hasn't been loaded correctly
> > you sent the wrong message
> > Stack Trace
> >
> > thisContext
> > UndefinedObject(Object)>>doesNotUnderstand: #context
> > self
> > nil
> > aMessage
> > context
> > thisContext
> > SUInsertion(SUObject)>>render:on:
> > self
> > new Insertion.Bottom
> > anObject
> > '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> > aStream
> > a WriteStream ''
> > previous
> > nil
> > document
> > nil
> > html
> > nil
> > thisContext
> > [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> > self
> > new Insertion.Bottom
> > aBlock
> > '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> > stream
> > a WriteStream ''
> > thisContext
> > String class(SequenceableCollection class)>>streamContents:
> > self
> > String
> > blockWithArg
> > [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> > stream
> > a WriteStream ''
> > thisContext
> > SUInsertion>>with:
> > self
> > new Insertion.Bottom
> > aBlock
> > '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> > stream
> > a WriteStream ''
> >
> > I'm using Seaside 2.8-539 and Scriptaculous-234.
> >
> > Thanks in advance.
> >
> > PS)
> > Are there any progress in WAListener and Multibyte encoded language problem?
>
> There were once classes that did this. They were removed. I assumed
> there's no interest in this.
>
> Cheers
> Philippe
>
>
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside