Try to run it using runzope or put the zope in debug mode by changing the
zope.conf. That will let you know what the problem is. There could be
possibility that you only need to run it with a correct permission. Try run
it using sudo, let see if that clear the problem...
HTH
_____
From: plone-users-bounces@...
[mailto:plone-users-bounces@...] On Behalf Of Brad Lofton
Sent: Wednesday, April 16, 2008 4:24 PM
To: Peter Fraterdeus
Cc: plone-users
Subject: Re: [Plone-Users] ./zopectl not working
thanks guys. scrambling right now...will let you know.
On Wed, Apr 16, 2008 at 5:53 PM, Peter Fraterdeus <peterf@...> wrote:
sudo kill -TERM {zope pid}
or even
sudo kill -KILL {zope pid}
You can get the pid (Process ID) by running
ps ax |grep zope
Hope that helps
PF
At 5:01 PM -0500 16 04 08, Brad Lofton wrote:
>zope 2.9; plone 2.5.x
>
>I need to restart my host server, but it seems that I cannot use "./zopectl
stop" to shutdown Zope because the daemon process is not running. What is
the best way to stop/start Zope from the file system if I am unable to use
zopectl? Note: starting the daemon is not working as well.
>
>Any help is appreciated. Thanks,
>
>brad
|