Problem running Zope on Windows 2000
I have installed Zope 2.6 in a Windows 2000 environment and the Zope service will not work. In the event log I get the following error: The instance's SvcRun() method failed File "C:\INETPUB\wwwroot\TESTZOPE\bin\lib\win32\lib\win32serviceutil.py", line 601, in SvcRun self.SvcDoRun() File "C:\INETPUB\wwwroot\TESTZOPE\ZServer\ZService.py", line 181, in SvcDoRun self.start_zserver() File "C:\INETPUB\wwwroot\TESTZOPE\ZServer\ZService.py", line 203, in start_zserver None, None, 0, 0, None, None, win32process.STARTUPINFO()) pywintypes.api_error: (3, 'CreateProcess', 'The system cannot find the path specified.') Is there some sort of path setting that is not being set during the install? Alternatively, I could try to use IIS or Apache webserver but the administration guide does not seem to be available yet to tell me how to do so. Any ideas would be greatly appreciated.
What do your registry settings for the service point at? Just a pointer but it looks like you've installed Zope in the directory IIS serves from. There's nothing wrong with that, but I wouldnt recommend it.
Alternatively, I could try to use IIS or Apache webserver but the
You still need to run Zope regardless if you run IIS or Apache. -- Andy McKay
participants (2)
-
Andy McKay -
Jerry Leeson