FIXME comet type Full(xxx) name Full(yyy) timeout

15 views
Skip to first unread message

aw

unread,
Jan 26, 2010, 1:57:39 AM1/26/10
to Lift
Mega weird! Randomly I seem to be running into a problem with my
Comet code. My xhtml doesn't render properly, and if I view source I
see this:

<!--FIXME comet type Full(JournalClient) name Full(Other) timeout-->

Uhm... What does this mean? What exactly is timing out? Any idea
why it would be random?

(Note that if I wait a few minutes, the page works fine. (No code
changes!) This kind of stability (or lack thereof) is not going to
win me points...)

Help please!

Marius

unread,
Jan 26, 2010, 2:48:58 AM1/26/10
to Lift
For some reason your comet does not respond in about 26 seconds with a
rendering message (AnswerRender) and this is when the Comet snippet
wants to render out stuff.

Can you send a minimalistic app where you can reproduce this so we can
try it ?

Br's,
Marius

aw

unread,
Jan 26, 2010, 10:20:47 AM1/26/10
to Lift
My code is a variation of the Chat sample code. To me, the material
change is the fact that I am running this on Tomcat (6.0.20). I have
never seen this behavior using Jetty (mvn jetty:run) and it isn't
really load related because I am the only user (possibly with two
browser windows).

David Pollak

unread,
Jan 26, 2010, 11:30:07 AM1/26/10
to lif...@googlegroups.com

This error means that it took > 25 seconds to render the component.  The amount of time it takes to render the component is based on the logic that you wrote and has nothing to do with Lift or the container you're running in. 
 

--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.




--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

Naftoli Gugenheim

unread,
Jan 26, 2010, 11:37:36 AM1/26/10
to lif...@googlegroups.com
It's probably related to the problem of freezing in your other thread, don't you think? Whatever's causing it to freeze must be stopping the comet actor. Does that make sense?

-------------------------------------
David Pollak<feeder.of...@gmail.com> wrote:

On Tue, Jan 26, 2010 at 7:20 AM, aw <ant...@whitford.com> wrote:

> My code is a variation of the Chat sample code. To me, the material
> change is the fact that I am running this on Tomcat (6.0.20). I have
> never seen this behavior using Jetty (mvn jetty:run) and it isn't
> really load related because I am the only user (possibly with two
> browser windows).
>

This error means that it took > 25 seconds to render the component. The
amount of time it takes to render the component is based on the logic that
you wrote and has nothing to do with Lift or the container you're running
in.


>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to lif...@googlegroups.com.
> To unsubscribe from this group, send email to

> liftweb+u...@googlegroups.com<liftweb%2Bunsu...@googlegroups.com>

Reply all
Reply to author
Forward
0 new messages