Menu

#48 ZEO connect thread fails on FreeBSD

open
nobody
None
6
2003-01-17
2002-12-13
No

/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/TextIndex/tests/testLexicon.py:129:
DeprecationWarning: Non-ASCII character '\xfc', but no
declared encoding
words = ['mülltonne waschbär behörde überflieger']
Exception in thread Connect([(2, ('localhost', 28060)),
(2, ('localhost', 27266))]):
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line
410, in __bootstrap
self.run()
File
"/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py",
line 290, in run
success = self.try_connecting(attempt_timeout)
File
"/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py",
line 323, in try_connecting
r = self._fallback_wrappers(wrappers, deadline)
File
"/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py",
line 393, in _fallback_wrappers
assert wrap.state == "tested" and wrap.preferred == 0
AssertionError

Discussion

  • Jeremy Hylton

    Jeremy Hylton - 2003-01-17
    • priority: 5 --> 6
     
  • Jeremy Hylton

    Jeremy Hylton - 2004-01-14

    Logged In: YES
    user_id=31392

    I don't recall with certainty, but I think this was fixed.

     

Log in to post a comment.