Okay per http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg08133.htm... all I had to do was change NetNameResolver class >> useOldNetwork to return true. Thanks for the pointer. I hope your surgery and recovery go well... Pat On Mon, Jun 15, 2009 at 8:03 AM, Cameron Sanders<camsanders01@roadrunner.com> wrote:
This defect and its fix has been documented -- see the comments I added to the bug-log. I am using Monticello on a Mac with FTP. (I do not specify the port.) Do a search of the defects and you'll see my comments.
You need to add a message... but... to be honest, I've had 3 hours of sleep, no water in many hours, and I'm leaving for the hospital for surgery in two minutes... so i can't look it up.
above (in the caller/message-sender) where #port: is sent, insert a asSocketAddress  (or something like that)
Also, at least a few weeks back, I was still needing to return "true" in net-name-resolver method #useOldSockets (? or Address?)
again, my apologies for not being more clear.
-Cam On Jun 15, 2009, at 9:35 AM, Pat Maddox wrote:
On Mon, Jun 15, 2009 at 6:25 AM, Damien Cassou<damien.cassou@gmail.com> wrote:
On Mon, Jun 15, 2009 at 3:22 PM, Pat Maddox<pat.maddox@gmail.com> wrote:
Image # is 10324. Â vm is squeak 4.11beta2u downloaded from the pharo site. Â I don't know how to copy and paste the log trace. Â When I click Open from MC the error window comes up. Â If I try to select text from there (which works in squeak, afaik) it brings up the debugger. From there I can see the trace but can't copy and paste it. Â What am I missing?
you should check for a debug.log file
Alright, here's the log for a few frames back. Â I think that should be enough, please let me know if you need more info
MessageNotUnderstood: ByteArray>>port: 15 June 2009 6:29:29 am
VM: Mac OS - intel - 1057 - Squeak3.8.1 of '28 Aug 2006' [latest update: #6747] Squeak VM 4.1.1b2 Image: Pharo0.1 [Latest update: #10324]
SecurityManager state: Restricted: false FileAccess: true SocketAccess: true Working Dir /Users/padillac/code/dogadopt Trusted Dir /foobar/tooBar/forSqueak/bogus Untrusted Dir /Users/padillac/Library/Preferences/Squeak/Internet/My Squeak
ByteArray(Object)>>doesNotUnderstand: #port:    Receiver: #[173 45 239 88]    Arguments and temporary variables:        aMessage:    port: 47682        exception:    MessageNotUnderstood: ByteArray>>port:        resumeValue:   nil    Receiver's instance variables: #[173 45 239 88]
Socket>>connectTo:port: Â Â Â Receiver: a Socket[unconnected] Â Â Â Arguments and temporary variables: Â Â Â Â Â Â Â hostAddress: Â Â #[173 45 239 88] Â Â Â Â Â Â Â port: Â 47682 Â Â Â Receiver's instance variables: Â Â Â Â Â Â Â semaphore: Â Â Â a Semaphore() Â Â Â Â Â Â Â socketHandle: Â #[254 248 53 74 0 0 0 0 144 91 48 22] Â Â Â Â Â Â Â readSemaphore: Â a Semaphore() Â Â Â Â Â Â Â writeSemaphore: Â Â Â Â a Semaphore() Â Â Â Â Â Â Â primitiveOnlySupportsOneSemaphore: Â Â Â false
FTPClient>>openDataSocket:port:    Receiver: a FTPClient    Arguments and temporary variables:        remoteHostAddress:    #[173 45 239 88]        dataPort:    47682    Receiver's instance variables:        stream:     SocketStream[inbuf:4kb/outbuf:4kb]        connectInfo:   a Dictionary(#host->173.45.239.88(173-45-239-88),2112(idonix- metan...etc...        lastResponse:  '227 Entering Passive Mode (173,45,239,88,186,66).'        pendingResponses:    nil        progressObservers:    nil        responseCode:  227        dataSocket:   a Socket[unconnected]
FTPClient>>openPassiveDataConnection    Receiver: a FTPClient    Arguments and temporary variables:        portInfo:    '173,45,239,88,186,66'        list:  an OrderedCollection('173' '45' '239' '88' '186' '66')        dataPort:    47682        remoteHostAddress:    #[173 45 239 88]    Receiver's instance variables:        stream:     SocketStream[inbuf:4kb/outbuf:4kb]        connectInfo:   a Dictionary(#host->173.45.239.88(173-45-239-88),2112(idonix- metan...etc...        lastResponse:  '227 Entering Passive Mode (173,45,239,88,186,66).'        pendingResponses:    nil        progressObservers:    nil        responseCode:  227        dataSocket:   a Socket[unconnected]
FTPClient>>getDirectory    Receiver: a FTPClient    Arguments and temporary variables:        dirList:     nil    Receiver's instance variables:        stream:     SocketStream[inbuf:4kb/outbuf:4kb]        connectInfo:   a Dictionary(#host->173.45.239.88(173-45-239-88),2112(idonix- metan...etc...        lastResponse:  '227 Entering Passive Mode (173,45,239,88,186,66).'        pendingResponses:    nil        progressObservers:    nil        responseCode:  227        dataSocket:   a Socket[unconnected]
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- (415) 297-8028 http://www.patmaddox.com Twitter: @patmaddox GitHub: http://github.com/pat-maddox