[ZODB-Dev] Problems with ZEO 0.5.0, Zope 2.3.1 & NT

Chris Withers chrisw@nipltd.com
Fri, 06 Apr 2001 18:38:35 +0100


Firstup, the following patch still needs applying ;-)

--- start.py    Fri Apr 06 18:32:40 2001
+++ start.py.old        Fri Apr 06 18:19:48 2001
@@ -297,7 +297,7 @@
                           lambda sig, frame, s=storages: shutdown(s, 0)
                           )
             try: signal.signal(signal.SIGHUP, rotate_logs_handler)
-            except: pass
+            finally: pass

         finally: pass

Next, the storage server appears to start fine with the aboev patch applied, but
I get the following when I try to bring up a client:

2001-04-06T17:23:01 PANIC(300) z2 Startup exception
Traceback (innermost last):
  File E:\Zope\2.3.1\z2.py, line 566, in ?
  File <string>, line 1, in ?
  File E:\Zope\2379A4~1.1\lib\python\Zope\__init__.py, line 118, in ?
  File E:\Zope\2379A4~1.1\lib\python\ZODB\DB.py, line 155, in __init__
  File E:\Zope\2.3.1\lib\python\ZEO\ClientStorage.py, line 464, in tpc_begin
    (Object: ('chrisw.private.nipltd.com', 6000))
  File E:\Zope\2.3.1\lib\python\ZEO\zrpc.py, line 223, in __call__
    (Object: dispatcher)
AttributeError: find_global

Any ideas?

cheers,

Chris