|
Issue 8 of
ZEO Tracker
[]
|
Title: |
ZEO Tracker
|
Status: |
New
|
Security |
related:
No
|
Description: |
I've downloaded Zope 2.2.2, and the latest ZEO from
the zope.org site. I start ZEO, but when I try to
connect, i get a traceback.
This is how i start...
|
From: |
Anonymous User
|
on: |
Mar 26, 01 11:58
|
|
Anonymous User
|
Last update:
|
Mar 26, 01 11:58
|
Topic/class: |
/bug report
|
Importance:
|
normal
|
Version info: |
|
Issue 8 Transcript
|
1 entry
|
= Request - Entry #1 by Anonymous User on Sep 27, 2000 9:23 pm
I've downloaded Zope 2.2.2, and the latest ZEO from
the zope.org site. I start ZEO, but when I try to
connect, i get a traceback.
This is how i start it:
PYTHONHOME=/home/srce/pd/zope/Zope-2.2.2-src
PYTHONPATH=$PYTHONHOME/lib/python:$PYTHONHOME/lib/python/Shared
export PYTHONHOME PYTHONPATH
exec /usr/bin/python ./start.py -p 9672 /tmp/storage.fs
and this is what happens when i try connecting to it:
: swan Zope-2.2.2-src ; PYTHONHOME=/home/srce/pd/zope/Zope-2.2.2-src
: swan Zope-2.2.2-src ; PYTHONPATH=$PYTHONHOME/lib/python:$PYTHONHOME/lib/python/Shared
: swan Zope-2.2.2-src ; export PYTHONHOME PYTHONPATH
: swan Zope-2.2.2-src ; /usr/bin/python
Python 1.5.2 (#16, Dec 10 1999, 14:29:53) [GCC 2.7.2.3] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> from ZEO import ClientStorage
>>> from ZODB import DB
>>> storage = ClientStorage.ClientStorage( ('localhost', 9672))
>>> db = DB( storage )
Traceback (innermost last):
File "<stdin>", line 1, in ?
File "/home/srce/pd/zope/Zope-2.2.2-src/lib/python/ZODB/DB.py", line 144, in __init__
storage.registerDB(self, None)
File "/home/srce/pd/zope/Zope-2.2.2-src/lib/python/ZEO/ClientStorage.py", line 193, in registerDB
self._startup()
File "/home/srce/pd/zope/Zope-2.2.2-src/lib/python/ZEO/ClientStorage.py", line 197, in _startup
if not self._call.connect():
File "/home/srce/pd/zope/Zope-2.2.2-src/lib/python/ZEO/zrpc.py", line 150, in connect
self.aq_parent.notifyConnected(s)
File "/home/srce/pd/zope/Zope-2.2.2-src/lib/python/ZEO/ClientStorage.py", line 218, in notifyConnected
self._call.finishConnect(s)
File "/home/srce/pd/zope/Zope-2.2.2-src/lib/python/ZEO/zrpc.py", line 154, in finishConnect
SizedMessageAsyncConnection.__init__(self, s, {})
File "lib/python/ZEO/smac.py", line 100, in __init__
SizedMessageAsyncConnection.inheritedAttribute(
TypeError: too many arguments; expected 2, got 3
>>>
Piers Lauder.
|
|
|