Squeak and Seaside Stability

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

Squeak and Seaside Stability

Ramon Leon-4
Has anyone had an issue with a deployment of Seaside locking up, and
killing access to the box via networking when hosting on windows server
2003?  I'm running a 3.9 image in prod and on occasion it stops working,
but when it dies, it seems to take out the network and other scheduled
processes that copy files across the network start failing as well.  
Killing Squeak and restarting it fixes it and allows the network to
start working again as well, I haven't a clue what's going on, and
Squeak itself, goes black and I loose the UI, so I can't even debug the
issue.  I've had to resort to running Squeak as a service and resetting
it on a schedule to give the appearance of stability, but I'm not too
happy with that solution.  Anyone have any ideas?

Ramon Leon
http://onsmalltalk.com

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

RE: Squeak and Seaside Stability

Boris Popov, DeepCove Labs (SNN)
Sounds like Squeak and/or web server issue not Seaside per se. We've
been running Seaside with Swazoo on VisualWorks in Windows environment
for a while now w/o issues.

My $0.02,

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.
-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Ramon
Leon
Sent: Monday, December 18, 2006 10:30 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: [Seaside] Squeak and Seaside Stability

Has anyone had an issue with a deployment of Seaside locking up, and
killing access to the box via networking when hosting on windows server
2003?  I'm running a 3.9 image in prod and on occasion it stops working,

but when it dies, it seems to take out the network and other scheduled
processes that copy files across the network start failing as well.  
Killing Squeak and restarting it fixes it and allows the network to
start working again as well, I haven't a clue what's going on, and
Squeak itself, goes black and I loose the UI, so I can't even debug the
issue.  I've had to resort to running Squeak as a service and resetting
it on a schedule to give the appearance of stability, but I'm not too
happy with that solution.  Anyone have any ideas?

Ramon Leon
http://onsmalltalk.com

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

Re: Squeak and Seaside Stability

Michael Rueger-6
In reply to this post by Ramon Leon-4
Ramon Leon wrote:

> Has anyone had an issue with a deployment of Seaside locking up, and
> killing access to the box via networking when hosting on windows server
> 2003?  I'm running a 3.9 image in prod and on occasion it stops working,
> but when it dies, it seems to take out the network and other scheduled
> processes that copy files across the network start failing as well.  
> Killing Squeak and restarting it fixes it and allows the network to
> start working again as well, I haven't a clue what's going on, and
> Squeak itself, goes black and I loose the UI, so I can't even debug the
> issue.  I've had to resort to running Squeak as a service and resetting
> it on a schedule to give the appearance of stability, but I'm not too
> happy with that solution.  Anyone have any ideas?

Hmm sounds like Squeak is eating Socket(Handle)s?
Wasn't there some bug reported where Socket could come into some weird
zombie mode? Can't remember the details though...

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

Re: Squeak and Seaside Stability

Ramon Leon-4
> Hmm sounds like Squeak is eating Socket(Handle)s?
> Wasn't there some bug reported where Socket could come into some weird
> zombie mode? Can't remember the details though...
>
> Michael

Anyone recall anything about the above?

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

RE: Squeak and Seaside Stability

Boris Popov, DeepCove Labs (SNN)
Latest mention was from John McIntosh titled "[Seaside] Linux Seaside
server problem" around Dec 2nd,

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Ramon
Leon
Sent: Monday, December 18, 2006 11:22 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] Squeak and Seaside Stability

> Hmm sounds like Squeak is eating Socket(Handle)s?
> Wasn't there some bug reported where Socket could come into some weird

> zombie mode? Can't remember the details though...
>
> Michael

Anyone recall anything about the above?

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

RE: Squeak and Seaside Stability

Ron Teitelbaum
In reply to this post by Ramon Leon-4
Any chance it is related to
http://weeklysqueak.wordpress.com/2006/10/26/image-freezing/ 

See bug in article for more details.

Ron

> -----Original Message-----
> From: [hidden email] [mailto:seaside-
> [hidden email]] On Behalf Of Ramon Leon
> Sent: Monday, December 18, 2006 2:22 PM
> To: The Squeak Enterprise Aubergines Server - general discussion.
> Subject: Re: [Seaside] Squeak and Seaside Stability
>
> > Hmm sounds like Squeak is eating Socket(Handle)s?
> > Wasn't there some bug reported where Socket could come into some weird
> > zombie mode? Can't remember the details though...
> >
> > Michael
>
> Anyone recall anything about the above?
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


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