[Zope3-Users] Trouble Starting up !!
Chetan Kumar
chetan.mlist at gmail.com
Tue Apr 7 03:03:56 EDT 2009
Hi
Steps
1. zopeproject zx
2. cd zx
3. ./bin/buildout
Develop: '/home/zope3/Work/z3w/zx/.'
Unused options for buildout: 'download-directory'.
Updating app.
Updating test.
4. ./bin/zx-debug
------
2009-04-07T11:43:36 WARNING root Developer mode is enabled: this is a
security risk and should NOT be enabled on production servers. Developer
mode can usually be turned off by setting the `devmode` option to `off`
or by removing it from the instance configuration file completely.
Traceback (most recent call last):
File "./bin/zx-debug", line 116, in <module>
zx.startup.interactive_debug_prompt()
File "/home/zope3/Work/z3w/zx/src/zx/startup.py", line 13, in
interactive_debug_prompt
db = zope.app.wsgi.config(zope_conf)
<SNIP LOT OF LINES>
raise schema.ValidationError(v)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
"/home/zope3/Work/z3w/zx/site.zcml", line 4.2-4.26
ZopeXMLConfigurationError: File
"/home/zope3/Work/z3w/zx/src/zx/configure.zcml", line 10.2-10.42
ZopeXMLConfigurationError: File
"/home/zope3/.buildout/eggs/zope.app.zcmlfiles-3.4.3-py2.5.egg/zope/app/zcmlfiles/configure.zcml",
line 62.2-62.38
ConfigurationError: ('Invalid value for', 'package', 'ImportError:
Module zope.app has no global error')
I hope there is something that can be done to ensure that the fresh
installs are trouble-free (there are other issues I posted about recently).
Cheers
More information about the Zope3-users
mailing list