I ran the service in debug mode and apparently the problem was in the path. I had already updated it according to http://www.zopelabs.com/cookbook/1091948185 , but I had used long names with spaces in between: "G:\Archivos de programa\Zope27\lib\python" Changed to 8.3 format and that made it.("G:\ARCHIV~1\Zope27\lib\python") Ausum ----- Original Message ----- From: "Ausum Studio" <ausum_studio@hotmail.com> To: <zope@zope.org> Sent: Thursday, August 12, 2004 11:23 PM Subject: Re: [Zope] Zope 2.7.2 still doesn't run as a service in w2k
I did try the Collectors way and, as I wrote, I get this at the event log, after any attempt to start the service:
""" Zope_307702503 (Zope instance at G:\Zope-Instance): process died unexpectedly. Will attempt restart after 160 seconds. """ ..where the number of seconds vary. Part of the problem is the error message itself. It just doesn't help.