Bug in 3516addKitchenServer ?

Jesse Welton jwelton at pacific.mps.ohio-state.edu
Wed Feb 7 16:28:35 UTC 2001


Torsten.Bergmann at phaidros.com wrote:
> 
> There was a problem while updating my 3.0 image caused by Changeset
> 3516addKitchenServer
> 
> Error: Server name "UpdatesExtWebPage" not found. 
> 
> The key 'UpdatesExtWebPage' was not found in the servers dictionary (stored
> in the class
> variable Servers in class ServerDirectory).
> 
> It was a clean 3.0 image downloaded this week from
> ftp://st.cs.uiuc.edu/pub/Smalltalk/Squeak/3.0/
> and evaluated	Socket deadServer: 'www.webpage.com'
> 
> Anyone else having this problem ?

Yes.  This is because the 3.0 update stream now contains
3429addKitchenServer, which removes the webpage server.  This causes
the error you get when you get to the same operation *again* in the
3.1 stream.  You can safely proceed through the errors.  (You may have
to proceed from a higher context in the debugger, such as the actual
doIt context.)

-Jesse





More information about the Squeak-dev mailing list