[Zope] CLIENT_HOME is not defined

Dieter Maurer dieter at handshake.de
Tue Feb 24 14:49:48 EST 2004


Marc Burgauer wrote at 2004-2-23 17:12 +0000:
>A Zope installation on my test system that has worked fine in the past
>suddenly gives me this error when starting:
>
>Traceback (most recent call last):
>  File "/Volumes/Data/ssl_instances/demo/z2.py", line 546, in ?
>    zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid))
>NameError: name 'CLIENT_HOME' is not defined

This means that for some reason, "App/FindHomes.py" was not
imported successfully.

Older Zope's (yours is quite old) did not define "CLIENT_HOME"
when the "var" directory was inaccessible.

Check the code to find out what might have got wrong.

-- 
Dieter



More information about the Zope mailing list