Re: [Zope] Zope Dies with FastCGI

2000-09-27 Thread John Hayward-Warburton (Programming account)

"Ronald L. Roeber" wrote:

 Zope 2.2.2 (same happened with 2.2.0 and 2.2.1)
 RedHat Linux 6.2
 Apache 1.3.12 - with fastcgi/2.2.8 and OpenSSL/0.95a

 "ZServer uncaptured python exception, closing channel FCGIChannel
 connected 127.0.0.1:2198 at 87195b (socket.error:(32, 'Broken pipe')
 [path_to_Zope/Zserver/medusa/asynchat.py|initiate_send||211]
 [path_to_Zope/Zserver/medusa/asynchat.py|send|274])

I know this won't be much help, but this Apache:

Server: Apache/1.3.12 (Unix) mod_ssl/2.6.2 OpenSSL/0.9.5 PHP/4.0.0
mod_fastcgi/2.2.3 mod_perl/1.22

Running with Zope 2.2.1, FastCGI has run reliably since the program was
first started. There were problems around Zope 2.1, but they were cured by
stealing the latest FastCGI stuff from CVS. Now, it runs without any
difficulty. I wish I knew more.

...jhw



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Python 1.6 makes Zope not work?!

2000-09-14 Thread John Hayward-Warburton (Programming account)

[EMAIL PROTECTED] wrote:

 I was running Zope 2.2.0, and python 1.6a2 on linux. When I upgraded python to
 1.6 release, I found that I can't run Zope again

Though I am a newbie Zope developer, it was very kindly explained to me that a bug
in Python 1.6 was being ticked by Zope 2.2.1 (you'll find it happening if you
recompile your Zope against Python 1.6).

Setting up Python 2.0 from CVS and Zope from CVS is much nicer, made difficult
only by a string class or two causing trouble. For information on how to solve
that, go here:

http://www.zope.org/Members/htrd/wstring/Unicode0.4Readme.txt

It's written by the fellow who helped me a couple of days ago. Don't forget to
follow all of the instructions.

JHW



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope-dev] Python 1.6, Expected node type 12, got 312

2000-09-06 Thread John Hayward-Warburton (Programming account)

Hi,

Clean build of Python 1.6 (downloaded immediately following release
notification), clean build of Zope-2.2.1-src;

Accessing /manage brings an error in gparse.py, line 293 (ast=sequence2ast)
, "Expected node type 12, got 312".

Anyone else seeing this? Anyone know what it means?

Naturally, everything is just fine when built on Python 1.5.2. And Zope is
marvellous.

John Hayward-Warburton
[EMAIL PROTECTED]



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )