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
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
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
Have you added any products or external methods from previous installations? On a Win2k pro I installed 2.4beta2 with products for ZODBCDA-3.1 and this has references to regex which threw out lots or errors. Also Local FS product made the start process die and I cannot tell why. There must be some references that are not available any more. I do not have a solution to either of these issues yet (no time to debug yet) Mike B On Mon, 25 Jun 2001 12:12:33 +0200, you 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
Mike Bunyan wrote:
Have you added any products or external methods from previous installations?
On a Win2k pro I installed 2.4beta2 with products for ZODBCDA-3.1 and this has references to regex which threw out lots or errors. Also Local FS product made the start process die and I cannot tell why. There must be some references that are not available any more.
I do not have a solution to either of these issues yet (no time to debug yet)
Mike B
On Mon, 25 Jun 2001 12:12:33 +0200, you 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
_______________________________________________ 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 )
there are no products or any other extension - a fresh installation it seems that zope 2.4 runs on port 80 by default - now i set it to 8080 and i get a traceback at least now: D:\zope240b1>python z2.py -X -D -w8080 Traceback (most recent call last): File "z2.py", line 540, in ? import ZServer File "D:\ZOPE24~1\ZServer\__init__.py", line 87, in ? from medusa.test import max_sockets File "D:\ZOPE24~1\ZServer\medusa\test\max_sockets.py", line 2, in import socket File "D:\ZOPE24~1\bin\lib\socket.py", line 47, in ? __all__.extend(os._get_exports_list(_socket)) AttributeError: 'os' module has no attribute '_get_exports_list' i get the same traceback if i run it with the included python.exe ??? i think its a type error - or is there a 2.4b2 version ?? out - bernd
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 )
On Mon, 25 Jun 2001, David Hassalevris wrote:
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".
And no traceback? that's odd. Try 'python -v'. That might tell you what module is failing. -Michel
Works fine for me too. We do get an intermittent problem with Zope 2.3.x not starting on windows though, sometimes after retrying it a few times, it works fine. Still havent had the time to investigate it much though... -- Andy McKay ----- Original Message ----- From: "bdorn@vup.at" <bdorn@mopa.at> To: "Phil Harris" <phil.harris@zope.co.uk>; <zope@zope.org> Sent: Monday, June 25, 2001 3:12 AM Subject: Re: [Zope] 2.4 beta1 on win2k doesnt run??
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 )
participants (7)
-
Andy McKay -
bdorn@vup.at -
David Hassalevris -
Michel Pelletier -
Mike Bunyan -
Phil Harris -
zope-mailinglist