Message4045

Author billiejoex
Recipients billiejoex
Date 2009-01-14.15:30:48
SpamBayes Score 0.0009600368
Marked as misclassified No
Message-id <1231947049.05.0.0332152982671.issue1238@psf.upfronthosting.co.za>
In-reply-to
Content
By running pyftpdlib [1] test suite on Jython 2.5b1 I get this exception
from select().
I can't understand the reason since it happens randomly.


back (most recent call last):
  File "C:\jython2.5b0\Lib\threading.py", line 247, in _Thread__bootstrap
    self.run()
  File "test_ftpd.py", line 2003, in run
    self.server.serve_forever(timeout=self.__timeout, count=1,
  File "C:\jython2.5b0\bin\ftpserver.py", line 3126, in serve_forever
    poll_fun(timeout, map)
  File "C:\jython2.5b0\Lib\asyncore.py", line 108, in poll
    r, w, e = select.select(r, w, e, timeout)
  File "C:\jython2.5b0\Lib\select.py", line 171, in native_select
    pobj = poll()
  File "C:\jython2.5b0\Lib\select.py", line 63, in __init__
    self.selector = java.nio.channels.Selector.open()
IOException: java.io.IOException: Unable to establish loopback connection


[1] http://code.google.com/p/pyftpdlib
History
Date User Action Args
2009-01-14 15:30:49billiejoexsetrecipients: + billiejoex
2009-01-14 15:30:49billiejoexsetmessageid: <1231947049.05.0.0332152982671.issue1238@psf.upfronthosting.co.za>
2009-01-14 15:30:48billiejoexlinkissue1238 messages
2009-01-14 15:30:48billiejoexcreate