[BUG]BugFixArchiveHttpClient class(Object)>>error:

danielv at netvision.net.il danielv at netvision.net.il
Thu Jun 5 11:12:07 UTC 2003


Hi Brent, Bert, everyone. 

While doing load updates for the BugFixArchiveViewer, I suddently got
the following. Sounds to me like something changed on the sqfixes server
side (since when is sqfixes text? isn't it html? see below), since this
has worked before.

The interesting part, IMO, is
		url: 	http://swiki.gsug.org:8080/sqfixes
		mimeDoc: 	MIMEDocument (text/plain, 100 bytes)

Daniel

5 June 2003 2:10:24 pm

VM: unix - Squeak3.1alpha of 7 March 2001 [latest update: #4173]
Image: Squeak3.6alpha [latest update: #5240]

BugFixArchiveHttpClient class(Object)>>error:
	Receiver: BugFixArchiveHttpClient
	Arguments and temporary variables: 
		aString: 	'Implement me!'
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#addUpdateUrl:->a CompiledMethod
(3044) #archive->a CompiledMethod (2699) #archi...etc...
		format: 	136
		instanceVariables: 	#('archive' 'serverUids' 'localUids')
		organization: 	('initialization' initialize)
('updates' archivePostFromUrl: arch...etc...
		subclasses: 	nil
		name: 	#BugFixArchiveHttpClient
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

BugFixArchiveHttpClient class>>parseUidsFromTextDoc:
	Receiver: BugFixArchiveHttpClient
	Arguments and temporary variables: 
		aMIMEDocument: 	MIMEDocument (text/plain, 100 bytes)
		contentString: 	'error occured retrieving
http://swiki.gsug.org:8080/sqfixes: Se...etc...
		uids: 	an OrderedCollection()
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#addUpdateUrl:->a CompiledMethod
(3044) #archive->a CompiledMethod (2699) #archi...etc...
		format: 	136
		instanceVariables: 	#('archive' 'serverUids' 'localUids')
		organization: 	('initialization' initialize)
('updates' archivePostFromUrl: arch...etc...
		subclasses: 	nil
		name: 	#BugFixArchiveHttpClient
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

BugFixArchiveHttpClient class>>maxUidFromUrl:
	Receiver: BugFixArchiveHttpClient
	Arguments and temporary variables: 
		aUrlOrString: 	http://swiki.gsug.org:8080/sqfixes
		url: 	http://swiki.gsug.org:8080/sqfixes
		mimeDoc: 	MIMEDocument (text/plain, 100 bytes)
		uids: 	a SortedCollection()
		a: 	nil
		b: 	nil
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#addUpdateUrl:->a CompiledMethod
(3044) #archive->a CompiledMethod (2699) #archi...etc...
		format: 	136
		instanceVariables: 	#('archive' 'serverUids' 'localUids')
		organization: 	('initialization' initialize)
('updates' archivePostFromUrl: arch...etc...
		subclasses: 	nil
		name: 	#BugFixArchiveHttpClient
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

BugFixArchiveHttpClient>>maxUidFromUrl:
	Receiver: a BugFixArchiveHttpClient
	Arguments and temporary variables: 
		aUrlOrString: 	http://swiki.gsug.org:8080/sqfixes
	Receiver's instance variables: 
		archive: 	a BugFixArchive
		serverUids: 	a Dictionary('http://swiki.gsug.org:8080/sqfixes'->a
SortedCollecti...etc...
		localUids: 	a Dictionary('http://swiki.gsug.org:8080/sqfixes'->a
SortedCollectio...etc...


--- The full stack ---
BugFixArchiveHttpClient class(Object)>>error:
BugFixArchiveHttpClient class>>parseUidsFromTextDoc:
BugFixArchiveHttpClient class>>maxUidFromUrl:
BugFixArchiveHttpClient>>maxUidFromUrl:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BugFixArchiveHttpClient>>loadServerUidsFromUrl:
[] in BugFixArchiveHttpClient>>loadUpdatesStopAfter:
Set>>do:
BugFixArchiveHttpClient>>loadUpdatesStopAfter:
BugFixArchive>>loadUpdatesStopAfter:
[] in BugFixArchiveViewer>>loadUpdatesSynchronouslyStopAfter:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
BugFixArchiveViewer>>loadUpdatesSynchronouslyStopAfter:
BugFixArchiveViewer>>loadUpdatesStopAfter:
BugFixArchiveViewer>>loadUpdates
[] 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:
...etc...



More information about the Squeak-dev mailing list