Issue with Seaside

Julian Fitzell julian at beta4.com
Tue Jan 27 19:45:50 UTC 2004


Alexandre Bergel wrote:
> Hello,
> 
> When I perform:
> WAKom startOn: 9090
> 
> I get a message not understood: WAKom class>>unregister
> 
> SystemNavigation default allImplementorsOf: #unregister
>  a SortedCollection(a MethodReference MPEGFile >> unregister a MethodReference OldSocket >> unregister a MethodReference Socket >> unregister a MethodReference StandardFileStream >> unregister)
> 
> I was playing with Seaside with a previous image, now I am using 5657 and things are going not so well...
> 
> Any hint?

It looks like your 'service' instvar on the class side of WAKom has 
somehow become set to WAKom class instead of an instance of a comanche 
service.  If you inspect WAKom and change 'service' to be nil that 
should get you back on track I think.

Julian



More information about the Squeak-dev mailing list