[BUG] NetworkRewrite I 0.2alpha and SMTP

Ned Konz ned at bike-nomad.com
Fri Nov 22 22:54:49 UTC 2002


I tried to send a change set from an image into which I'd loaded the
NetworkRewrite I (0.2alpha) package. I'd never opened up Celeste, and
after I filled in my user name and SMTP server name, I got a walkback:

22 November 2002 2:39:55 pm

VM: unix - Squeak3.4alpha of '11 November 2002' [latest update: #5125]
Image: Squeak3.4alpha [latest update: #5125]

UndefinedObject(Object)>>error:
	Receiver: nil
	Arguments and temporary variables: 
		aString: 	'UndefinedObjects are not indexable'
	Receiver's instance variables: 
nil

UndefinedObject(Object)>>errorNotIndexable
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

UndefinedObject(Object)>>size
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

SMTPClient>>encodeString:
	Receiver: a SMTPClient
	Arguments and temporary variables: 
		aString: 	nil
		str: 	nil
		dec: 	nil
	Receiver's instance variables: 
		stream: 	a SocketStream
		connectInfo: 	a Dictionary(#host->a ByteArray(209 166 64 125)
#port->25 )
		lastResponse: 	'220 mail4 ESMTP Exim 4.10 Fri, 22 Nov 2002 14:35:08
-0800'
		progressObservers: 	nil
		responseCode: 	220


--- The full stack ---
UndefinedObject(Object)>>error:
UndefinedObject(Object)>>errorNotIndexable
UndefinedObject(Object)>>size
SMTPClient>>encodeString:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SMTPClient>>login
SMTPClient(ProtocolClient)>>ensureConnection
SMTPClient(ProtocolClient)>>openOnHost:port:
SMTPClient class(ProtocolClient class)>>openOnHost:port:
SMTPClient class>>openOnHost:port:
SMTPClient class(ProtocolClient class)>>openOnHostNamed:port:
SMTPClient class(ProtocolClient class)>>openOnHostNamed:
SMTPClient class>>deliverMailFrom:to:text:usingServer:
AdHocComposition>>submit

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list