INSTANCE_HOME -> Trying to make my life easier.
I am trying to make my life easier by listining to what I am told... http://www.zope.org/Members/4am/instancehome Problem is I can not find the stop script anywhere in the Zope 2.4.0 Windows .exe that I installed as a manual start on Windows2000 in order to fulfill the instructions: "Edit stop so that the path it uses leads to the site's var, not the Zope installation." I assume not doing so causes the error message I am getting when I use the web UI to shut down the server: Site Error An error was encountered while publishing this resource. exceptions.SystemExit Zope has exited normally. Traceback (innermost last): File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 223, in publish_module File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 187, in publish File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 171, in publish File C:\Zope\2_4_0\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_shutdown) File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_shutdown) File C:\Zope\2_4_0\lib\python\App\ApplicationManager.py, line 411, in manage_shutdown (Object: LockableItem) SystemExit: 0 Can anyone help me? Carl
I am trying to make my life easier by listining to what I am told...
http://www.zope.org/Members/4am/instancehome
Problem is I can not find the stop script anywhere in the Zope 2.4.0 Windows .exe that I installed as a manual start on Windows2000 in order to fulfill the instructions:
"Edit stop so that the path it uses leads to the site's var, not the Zope installation."
on windows there is no stop script, it only exists on unix/linux systems (it lists the process ID's of the zope process and `kill´s them). On windows the same effect is achieved but closing the console window. don't run zope as a service , but I assume the same effect is achieved by stoppuing the service in the service control pane/app-whatever.
I assume not doing so causes the error message I am getting when I use the web UI to shut down the server:
Site Error An error was encountered while publishing this resource.
exceptions.SystemExit
Zope has exited normally.
this is a normal Zope-exit result; it sure is intimidating though :-) Hope this helps. /dario - -------------------------------------------------------------------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology dario@ita.chalmers.se ICQ will yield no hits IT Systems & Services
"Edit stop so that the path it uses leads to the site's var, not the Zope installation."
"stop" is only used on Unix. Don't worry about it on windows.
Site Error An error was encountered while publishing this resource.
exceptions.SystemExit
Zope has exited normally.
This is, as it says, "normal" for shutdown procedure. It's not a problem. -- Loren
I feel the life of ease setting in... the solutions offered below are the kind I like to hear... Thanks for the help. ----- Original Message ----- From: "Loren Stafford" Subject: RE: [Zope] INSTANCE_HOME -> Trying to make my life easier. <snip>
... Don't worry about it... <snip> ... This is, as it says, "normal"... <snip> ... It's not a problem.
I am trying to make my life easier by listining to what I am told...
http://www.zope.org/Members/4am/instancehome
Problem is I can not find the stop script anywhere in the Zope 2.4.0 Windows .exe that I installed as a manual start on Windows2000 in order to fulfill the instructions:
"Edit stop so that the path it uses leads to the site's var, not the Zope installation."
on windows there is no stop script, it only exists on unix/linux systems (it lists the process ID's of the zope process and `kill´s them). On windows the same effect is achieved but closing the console window. don't run zope as a service , but I assume the same effect is achieved by stoppuing the service in the service control pane/app-whatever.
I assume not doing so causes the error message I am getting when I use the web UI to shut down the server:
Site Error An error was encountered while publishing this resource.
exceptions.SystemExit
Zope has exited normally.
this is a normal Zope-exit result; it sure is intimidating though :-) Hope this helps. /dario - -------------------------------------------------------------------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology dario@ita.chalmers.se ICQ will yield no hits IT Systems & Services
participants (4)
-
Carl Robert Blesius -
cblesius@ix.urz.uni-heidelberg.de -
Dario Lopez-Kästen -
Loren Stafford