[ZCM] [ZC] 2229/ 2 Comment "The instance's SvcRun() method failed"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2229 Update (Comment) "The instance's SvcRun() method failed"
Status Pending, Zope/bug medium
To followup, visit:
http://www.zope.org/Collectors/Zope/2229
==============================================================
= Comment - Entry #2 by hvelarde on Dec 4, 2006 8:55 pm
the problem was that, as I was using an older instance, the references inside the zopeservice.py file were not updated automatically.
it could be a good idea to point a note on this in some place on the installer.
________________________________________
= Request - Entry #1 by hvelarde on Nov 2, 2006 11:11 pm
Zope does not starts as a Windows service after uninstalling Zope-2.8.6-final and installing Zope-2.9.4 on Microsoft Windows XP Pro SP2 [Version 5.1.2600].
error displayed is:
C:\Archivos de programa\Zope-2.9.4\bin>PythonService.exe -debug Zope_-1444516661
Debugging service Zope_-1444516661 - press Ctrl+C to stop.
Info 0x40001002 - The Zope_-1444516661 service has started (Zope instance at C:\Zope-Instance).
Error 0xC0000003 - The instance's SvcRun() method failed
File "C:\Archivos de programa\Zope-2.9.4\bin\Lib\site-packages\win32\lib\win32serviceutil.py", line 785, in SvcRun
self.SvcDoRun()
File "C:\Archivos de programa\Zope-2.9.4\lib\python\nt_svcutils\service.py", line 175, in SvcDoRun
info = self.createProcess(cmd)
File "C:\Archivos de programa\Zope-2.9.4\lib\python\nt_svcutils\service.py", line 101, in createProcess
return self.createProcessCaptureIO(cmd)
File "C:\Archivos de programa\Zope-2.9.4\lib\python\nt_svcutils\service.py", line 321, in createProcessCaptureIO
create_flags, None, None, si)
pywintypes.error: (2, 'CreateProcess', 'El sistema no puede hallar el archivo especificado.')
==============================================================