[UPDATES] 12 for Squeak3.7alpha

bernhard at pieber.com bernhard at pieber.com
Fri Dec 12 07:57:55 UTC 2003


When I tried to update my 3.7alpha image I got a debugger because I have
no server named 'squeakfoundation' in ServerDirectory servers. My image
is a virgin image based from a downloaded Squeak3.7a-5566.image.

- Bernhard

12 December 2003 8:35:17 am

VM: Win32 - Squeak3.6 of '6 October 2003' [latest update: #5424]
Image: Squeak3.7alpha [latest update: #5604]

ServerDirectory class(Object)>>error:
	Receiver: ServerDirectory
	Arguments and temporary variables: 
		aString: 	'Server name not found'
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#acceptsUploads->a CompiledMethod
(2045) #accept...etc...
		format: 	158
		instanceVariables: 	#('server' 'directory' 'type' 'user'
'passwordHolder' 'group...etc...
		organization: 	('accessing' acceptsUploads: altUrl altUrl:
bareDirectory copy di...etc...
		subclasses: 	#(ServerFile ProjectSwikiServer)
		name: 	#ServerDirectory
		classPool: 	a Dictionary(#LocalEToyBaseFolderSpecs->nil
#LocalEToyUserListUrls->nil #LocalProjectDirectories->nil...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

[] in ServerDirectory class>>serverNamed: {[self error: 'Server name not
found']}
	Arguments and temporary variables: 
		nameString: 	'squeakfoundation'

[] in ServerDirectory class>>serverNamed:ifAbsent: {[aBlock value]}
	Arguments and temporary variables: 
		nameString: 	'squeakfoundation'
		aBlock: 	[] in ServerDirectory class>>serverNamed: {[self error:
'Server name not found']}...etc...

Dictionary>>at:ifAbsent:
	Receiver: a Dictionary('Bobs
SuperSwiki'->SuperSwikiServer<209.143.91.36>
'SqueakDotOrg'->HTTPServer...etc...
	Arguments and temporary variables: 
		key: 	'squeakfoundation'
		aBlock: 	[] in ServerDirectory class>>serverNamed:ifAbsent: {[aBlock
value]}
		assoc: 	nil
	Receiver's instance variables: 
		tally: 	11
		array: 	#(nil nil
'ftp.theinternetone.net'->ServerDirectory<ftp.theinternetone.net>
'Squeakland-Uploads'->HTTPSe...etc...


--- The full stack ---
ServerDirectory class(Object)>>error:
[] in ServerDirectory class>>serverNamed: {[self error: 'Server name not
found']}
[] in ServerDirectory class>>serverNamed:ifAbsent: {[aBlock value]}
Dictionary>>at:ifAbsent:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ServerDirectory class>>serverNamed:ifAbsent:
ServerDirectory class>>serverNamed:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing: {[val
:= (self peekFor: $!)     ifTrue: [(Compiler evaluate: self nextChunk
l...]}
BlockContext>>on:do:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing: {[:bar
|  [self atEnd]   whileFalse: [bar value: self position.    self
skipS...]}
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
[] in ChangeSorter class>>newChangesFromStream:named: {[newSet  
ifNotNil: [ChangeSet newChanges: newSet.    aStream fileInAnnounci...]}
BlockContext>>ensure:
ChangeSorter class>>newChangesFromStream:named:
[] in Utilities
class>>readServer:special:updatesThrough:saveLocally:updateImage: {[urls
:= self     newUpdatesOn: (serverList       collect: [:url | url ,
'up...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
Utilities
class>>readServer:special:updatesThrough:saveLocally:updateImage:
Utilities class>>readServerUpdatesThrough:saveLocally:updateImage:
Utilities class>>readServerUpdatesSaveLocally:updateImage:
Utilities class>>updateFromServer
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent: {[(selArgCount := selector
numArgs) = 0   ifTrue: [target perform: selector] ...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
...etc...




More information about the Squeak-dev mailing list