bernd, I had a similar problem when I was messing with m2Crypto - which provides a modified z2.py. While looking at z2.py I noticed (around line 589 - yours will differ) that there is a VERY LONG "try/except block". Should any problems occur, it jumps to the "except" statement near the end of the file - where it apparently tries to write the error to a log. If it cant write to the log it merely terminates. So, I repaced the "try" statement with something like "if 1:" and moved the try further and further down the code until I got a meaninful "python compiler error". David "bdorn@vup.at" wrote:
it's already running form cmd debugging is enabled (-D) it's running at 8080 i haven't changed the bat so its default port is used - i think
the win2k box is my development box and i run four different zopes (not at the same time) but they all work - only this new release doesn't
it seems that it really doesn't do anything, because there is completely no output
????
thx bernd
----- Original Message ----- From: "Phil Harris" <phil.harris@zope.co.uk> To: "bdorn@vup.at" <bdorn@mopa.at>; <zope@zope.org> Sent: Monday, June 25, 2001 12:06 PM Subject: Re: [Zope] 2.4 beta1 on win2k doesnt run??
Works fine for me on w2k advanced server sp2.
Have you checked the port it's running on? Have you got anything else on that port?
Try running the start.bat file from a command prompt, in debug mode you should get some error message.
hth
Phil ----- Original Message ----- From: bdorn@vup.at To: zope@zope.org Sent: Monday, June 25, 2001 10:57 AM Subject: [Zope] 2.4 beta1 on win2k doesnt run??
does anybody know this problem ...
I installed Zope 2.4 b1 this morning on a win2k server
its running manually ( it should) - not as a service
but when I start z2.py it exits without any message immediately
thanks in advance, bernd
_______________________________________________ Zope maillist - Zope@zope.org 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 )