Re: [Zope] Zope won't start on Windows NT4
You might have to read the code for example: D:\ZopeTest\ZServer>d:\ZopeTest\bin\python.exe ZService.py restart debug Prints some debug output for you. Curiously enough mine seems to be broken too. Restarting service Zope-aspn Traceback (innermost last): File "ZService.py", line 310, in ? win32serviceutil.HandleCommandLine(ZServerService) File "d:\ZopeTest\bin\lib\win32\lib\win32serviceutil.py", line 399, in HandleC ommandLine RestartService(serviceName, argv[2:]) File "d:\ZopeTest\bin\lib\win32\lib\win32serviceutil.py", line 314, in Restart Service StartService(serviceName, args, machine) File "d:\ZopeTest\bin\lib\win32\lib\win32serviceutil.py", line 297, in StartSe rvice win32service.StartService(hs, args) pywintypes.api_error: (3, 'StartService', 'The system cannot find the path speci fied.') Cheers. -- Andy McKay. ----- Original Message ----- From: "CURTIS David" <David.Curtis@state.or.us> To: "IPM Return requested (Receipt notification requested)" <andym@activestate.com>; "IPM Return requested (Receipt notification requested)" <Zope@zope.org> Sent: Monday, October 15, 2001 10:33 AM Subject: Re: [Zope] Zope won't start on Windows NT4
Thanks Andy I am able to add, remove and start the service using that zservice.py as a command line utility. Unforunately the Windows NT event viewer reports "Zope died and could not be restarted." I don't see any output using the zservice command. Am I using it correctly?
Can I just move my data.fs file over to a new installation?
Cheers Curtis
andym@ActiveState.com 10/15/01 09:46AM >>> Try it using start.bat and read the error message, or at least tell us what it is. Inside <ZopeRoot>/ZServer there is ZService.py that can be run in debug mode and may help.
Cheers. -- Andy McKay.
----- Original Message ----- From: "CURTIS David" <David.Curtis@state.or.us> To: "IPM Return requested (Receipt notification requested)" <Zope@zope.org> Sent: Monday, October 15, 2001 9:38 AM Subject: [Zope] Zope won't start on Windows NT4
Windows service says " Could not start Zope (Zopey) service on \\MANFRIED error 2140: An internal Windows NT error occured. Ok, for testing I re-install zope into a different directory and it appears to work as base product on port 8080. How do I track down and fix such an errors? Also I can not start the product using the start.bat command.. Hmmmm. Any ideas? Cheers.
_______________________________________________ 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 )
!
_______________________________________________ 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 (1)
-
Andy McKay