|
Issue 13 of
ZEO Tracker
[]
|
Title: |
ZEO Tracker
|
Status: |
New
|
Security |
related:
No
|
Description: |
Please help. I'm need to install Zope 2.3.1 with ZEO 1.0b on Windows 2000. I can start up the ZSS on windows and get the zope client to connect but it...
|
From: |
zopeguy
|
on: |
Mar 26, 01 11:58
|
|
zopeguy
|
Last update:
|
Mar 26, 01 11:58
|
Topic/class: |
/bug report
|
Importance:
|
high
|
Version info: |
|
Issue 13 Transcript
|
1 entry
|
= Request - Entry #1 by zopeguy on Apr 27, 2001 1:28 pm
Please help. I'm need to install Zope 2.3.1 with ZEO 1.0b on Windows 2000. I can start up the ZSS on windows and get the zope client to connect but it won't serve up any pages. Have you managed to get ZEO to run on windows?
I had to put a copy of cpickle.pyc in the ZODB folder to get the ZSS to start at all. I also added a few print messages for debugging and Attached my ZEO folder. I started the ZSS from a DOS prompt and that part was ok::
c:\>"C:\_ZSS\bin\python.exe" "C:\_ZSS\lib\python\ZEO\start.py" -D -p 8800
ZSS started
Now, the problem...when I start the zope client I get errors. It looks like the client storage catches the errors and gets created but zope never actually starts. I've Attached my custom_zodb.py and here is the error::
C:\>"C:\_ZC\bin\python.exe" "C:\_ZC\z2.py" -D -w 8888
------
2001-04-27T17:23:31 INFO(0) client Trying to connect to server
------
2001-04-27T17:23:31 INFO(0) ClientStorage Connected to storage
------
2001-04-27T17:23:31 ERROR(200) ZEO uncaptured python exception, closing channel
<asyncRPC connected at f92298> (ZEO.smac.Disconnected:Error in smac handle_read
line 122 [C:\_ZC\ZServer\medusa\asyncore.py|poll|83] [C:\_ZC\ZServer\medusa\asyn
core.py|handle_read_event|335] [C:\_ZSS\lib\python\ZEO\smac.py|handle_read|122])
------
2001-04-27T17:23:31 PROBLEM(100) ClientStorage Disconnected from storage
------
2001-04-27T17:23:31 INFO(0) client Trying to connect to server
------
2001-04-27T17:23:31 INFO(0) ClientStorage Connected to storage
------
2001-04-27T17:23:31 INFO(0) ClientStorage TPC Begin
------
2001-04-27T17:23:31 ERROR(200) ZEO uncaptured python exception, closing channel
<asyncRPC connected at f922f8> (ZEO.smac.Disconnected:Error in smac handle_read
line 122 [C:\_ZC\ZServer\medusa\asyncore.py|poll|83] [C:\_ZC\ZServer\medusa\asyn
core.py|handle_read_event|335] [C:\_ZSS\lib\python\ZEO\smac.py|handle_read|122])
------
2001-04-27T17:23:31 PROBLEM(100) ClientStorage Disconnected from storage
------
2001-04-27T17:23:31 INFO(0) client Trying to connect to server
------
2001-04-27T17:23:31 INFO(0) ClientStorage Connected to storage
Cheers,
-Paul
|
|
|