New zope instance fails to start

Bug #24174 reported by Tim Penhey
26
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zope3 (Ubuntu)
Fix Released
Medium
Matthias Klose

Bug Description

A newly created zope-instance fails to start (sudo used as zope-instance is
owned by "zope" not user "tim", see other bug)

tim@spike:~/zope-instance2/bin$ sudo ./runzope
Traceback (most recent call last):
  File "./runzope", line 48, in ?
    run()
  File "./runzope", line 44, in run
    main(["-C", CONFIG_FILE] + sys.argv[1:])
  File "/usr/lib/python2.4/site-packages/zope/app/server/main.py", line 58, in main
    setup(load_options(args))
  File "/usr/lib/python2.4/site-packages/zope/app/server/main.py", line 169, in
setup
    zope.app.appsetup.config(options.site_definition)
  File "/usr/lib/python2.4/site-packages/zope/app/appsetup/appsetup.py", line
52, in config
    context = xmlconfig.file(file, execute=execute)
  File "/usr/lib/python2.4/site-packages/zope/configuration/xmlconfig.py", line
557, in file
    context.execute_actions()
  File "/usr/lib/python2.4/site-packages/zope/configuration/config.py", line
622, in execute_actions
    callable(*args, **kw)
  File "/usr/lib/python2.4/site-packages/zope/app/onlinehelp/onlinehelp.py",
line 123, in registerHelpTopic
    raise ConfigurationError(
zope.configuration.config.ConfigurationExecutionError:
zope.configuration.exceptions.ConfigurationError: Help Topic definition
/usr/lib/zope3/lib/python/zope/interface/README.txt does not exist
  in:
  File "/usr/lib/zope3/lib/python/zope/app/apidoc/bookmodule/book.zcml", line
11.4-16.10
      <bookchapter
          id="interface"
          title="Interfaces"
          doc_path="README.txt"
          parent="ifaceschema"
          />

Revision history for this message
Alf-Ivar Holm (affi) wrote :

/usr/lib/zope3/lib/python/zope/interface/README.txt does indeed not exist, but .../README.ru.txt does. (Russian as default language is a
bit exotic!)

cd /usr/lib/zope3/lib/python/zope/interface/
sudo ln -s README.ru.txt README.txt

makes zope start, but I guess the culprit is the missing (english or local language) README.txt.

Revision history for this message
Laurent Bigonville (bigon) wrote :

*** Bug 27920 has been marked as a duplicate of this bug. ***

Revision history for this message
Laurent Bigonville (bigon) wrote :

The english file is moved by debian/rules in /usr/share/doc/python*-zopeinterface...

Revision history for this message
Matthias Klose (doko) wrote :

fixed in 3.2.0

Changed in zope3:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.