Re: [Zope] Zope/Editor problems
On Oct 26, 2005, at 17:00, Lennart Regebro wrote:
On 10/26/05, Håkan Johansson <ignem@raintervention.se> wrote:
My personal guess is that both Epoz and Kupu has "hidden" prereqs that the documentation does not say, or that I simply missed somehow.
You should still get an error message.
Do you start the server with bin/runzope or bin/zopectl start?
zopectl start
On 10/26/05, Håkan Johansson <ignem@raintervention.se> wrote:
On Oct 26, 2005, at 17:00, Lennart Regebro wrote:
On 10/26/05, Håkan Johansson <ignem@raintervention.se> wrote:
My personal guess is that both Epoz and Kupu has "hidden" prereqs that the documentation does not say, or that I simply missed somehow.
You should still get an error message.
Do you start the server with bin/runzope or bin/zopectl start?
zopectl start
OK, use bin/runzope or zopectl fg, and you will surely get the error message. I'm a bit surprised it doens't end up in the logs as well, but maybe that's expected. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
Lennart Regebro wrote:
On 10/26/05, Håkan Johansson <ignem@raintervention.se> wrote:
On Oct 26, 2005, at 17:00, Lennart Regebro wrote:
On 10/26/05, Håkan Johansson <ignem@raintervention.se> wrote:
My personal guess is that both Epoz and Kupu has "hidden" prereqs that the documentation does not say, or that I simply missed somehow.
You should still get an error message.
Do you start the server with bin/runzope or bin/zopectl start?
zopectl start
OK, use bin/runzope or zopectl fg, and you will surely get the error message. I'm a bit surprised it doens't end up in the logs as well, but maybe that's expected.
If you don't run in debug mode the error will be written to the logs (at least in Zope 2.8), presumably because Zope gets to finish starting up and sets up logging. Not logging errors on startup failures (in debug mode) is a problem that causes a lot of consternation. I recall hearing once why it is that way, but don't quite recall. I'm sure I could search the archives and find out. --jcc -- "Building Websites with Plone" http://plonebook.packtpub.com/ Enfold Systems, LLC http://www.enfoldsystems.com
J Cameron Cooper wrote:
Not logging errors on startup failures (in debug mode) is a problem that causes a lot of consternation. I recall hearing once why it is that way, but don't quite recall. I'm sure I could search the archives and find out.
Something to do with security. The goat that usually gets waved to scare people when something is dumb and barely justifiable ;-) Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
OK, use bin/runzope or zopectl fg, and you will surely get the error message. I'm a bit surprised it doens't end up in the logs as well, but maybe that's expected.
I found out why it wouldn't work and I feel ashamed of myself. The "trick" with 'zopectl fg' showed me the errors of my way. I am running Zope as the user 'zope' but forgot to chown the installed products after installing them. Thanks for your help.
participants (4)
-
Chris Withers -
Håkan Johansson -
J Cameron Cooper -
Lennart Regebro