[BUG} Squeak3.6beta #5331 do not load SqueakMap

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sat Jul 5 10:22:21 UTC 2003


I advanced 5325 alpha to 3.6 beta 5331 and loading Squeak Map give me the
atached error.
Creating empty folder sm not help

edgar

-------------- next part --------------
Could not resolve the server named: map.squeak.org
5 July 2003 7:15:32 am

VM: Mac OS - Squeak3.5alpha of '7 January 2003' [latest update: #5169] Squeak VM 3.5.0b3
Image: Squeak3.6beta [latest update: #5331]

NetNameResolver class(Object)>>error:
	Receiver: NetNameResolver
	Arguments and temporary variables: 
		aString: 	'Could not resolve the server named: map.squeak.org'
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary()
		format: 	2
		instanceVariables: 	nil
		organization: 	('as yet unclassified')

		subclasses: 	nil
		name: 	#NetNameResolver
		classPool: 	a Dictionary(#DefaultHostName->'' #HaveNetwork->true #ResolverBusy->...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

[] in NetNameResolver class>>addressForName:timeout:
	Arguments and temporary variables: 
		hostName: 	'map.squeak.org'
		secs: 	5
		deadline: 	87702
		result: 	nil
		msg: 	'Could not resolve the server named: map.squeak.org'
		rcvr: 	NetNameResolver

Semaphore>>critical:ifError:
	Receiver: a Semaphore()
	Arguments and temporary variables: 
		mutuallyExcludedBlock: 	[] in NetNameResolver class>>addressForName:timeout:
		errorBlock: 	[] in NetNameResolver class>>addressForName:timeout:
		blockValue: 	NetNameResolver
		hasError: 	true
		errMsg: 	'Could not resolve the server named: map.squeak.org'
		errRcvr: 	NetNameResolver
		msg: 	'Could not resolve the server named: map.squeak.org'
		rcvr: 	NetNameResolver
	Receiver's instance variables: 
		firstLink: 	nil
		lastLink: 	nil
		excessSignals: 	1

NetNameResolver class>>addressForName:timeout:
	Receiver: NetNameResolver
	Arguments and temporary variables: 
		hostName: 	'map.squeak.org'
		secs: 	5
		deadline: 	87702
		result: 	nil
		msg: 	'Could not resolve the server named: map.squeak.org'
		rcvr: 	NetNameResolver
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary()
		format: 	2
		instanceVariables: 	nil
		organization: 	('as yet unclassified')

		subclasses: 	nil
		name: 	#NetNameResolver
		classPool: 	a Dictionary(#DefaultHostName->'' #HaveNetwork->true #ResolverBusy->...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil


--- The full stack ---
NetNameResolver class(Object)>>error:
[] in NetNameResolver class>>addressForName:timeout:
Semaphore>>critical:ifError:
NetNameResolver class>>addressForName:timeout:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SMSqueakMap class>>pingServer:
[] in SMSqueakMap class>>findServer
Array(SequenceableCollection)>>do:
[] in SMSqueakMap class>>findServer
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
SMSqueakMap class>>findServer
SMSqueakMap>>loadUpdatesFull:
SMSqueakMap>>loadUpdates
SMLoader>>loadUpdates
SMLoader>>on:
SMLoader class>>newOn:
SMLoader class>>new
SMLoader class>>open
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent:
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:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess


More information about the Squeak-dev mailing list