Comet HTTP 500 Error

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

Comet HTTP 500 Error

dtrussardi@tiscali.it
Hi  All,
 
i have Squeak immage with:
 
    Seaside2.8 - lr.578
    Scriptaculous - lr.243
 
I load Comet-lr.28.
 
Now  when open the link seaside/comet/counter in the browser the system answer the error HTTP 500.
 
I have wrong anything?
 
Any pointers would be greatly appreciated!

Thanks!

Dario

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

Re: Comet HTTP 500 Error

cedreek
Did you lauch WAListener instead of WAKom ?

WAListener startOn: 9999.

then localhost:9999/seaside/comet/counter

hth,

Cédrick

2008/11/22 Dario Trussardi <[hidden email]>:

> Hi  All,
>
> i have Squeak immage with:
>
>     Seaside2.8 - lr.578
>     Scriptaculous - lr.243
>
> I load Comet-lr.28.
>
> Now  when open the link seaside/comet/counter in the browser the system
> answer the error HTTP 500.
>
> I have wrong anything?
>
> Any pointers would be greatly appreciated!
>
> Thanks!
> Dario

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

RE: Comet HTTP 500 Error

carlo.t
In reply to this post by dtrussardi@tiscali.it
Hi

It's been a while since I worked with seaside, but I'm sure you need to start up a 'streaming server' aka WAListener>>class. Start it up in a workspace like this: WAListener startOn: 100.

Read class documentation for details.
The comet/counter tests should work.

Cheers



--- On Sun, 11/23/08, [hidden email] <[hidden email]> wrote:

> From: [hidden email] <[hidden email]>
> Subject: seaside Digest, Vol 71, Issue 34
> To: [hidden email]
> Date: Sunday, November 23, 2008, 2:00 PM
> Send seaside mailing list submissions to
> [hidden email]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> or, via email, send a message with subject or body
> 'help' to
> [hidden email]
>
> You can reach the person managing the list at
> [hidden email]
>
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of seaside digest..."
>
>
> Today's Topics:
>
>    1. Comet HTTP 500 Error (Dario Trussardi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 22 Nov 2008 17:48:16 +0100
> From: "Dario Trussardi"
> <[hidden email]>
> Subject: [Seaside] Comet HTTP 500 Error
> To: <[hidden email]>
> Message-ID:
> <00aa01c94cc2$2038a780$0301a8c0@istcamuno>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi  All,
>
> i have Squeak immage with:
>
>     Seaside2.8 - lr.578
>     Scriptaculous - lr.243
>
> I load Comet-lr.28.
>
> Now  when open the link seaside/comet/counter in the
> browser the system answer the error HTTP 500.
>
> I have wrong anything?
>
> Any pointers would be greatly appreciated!
>
> Thanks!
>
> Dario
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.squeakfoundation.org/pipermail/seaside/attachments/20081122/5daf4793/attachment.html
>
> ------------------------------
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
> End of seaside Digest, Vol 71, Issue 34
> ***************************************


     
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside