[Zope3-Users] Problems with Zope 3.2.0b3 on Linux

Marco Groppo marco.grp at tiscali.it
Wed Jan 4 09:36:19 EST 2006


Hi!

I'm experiencing some "strange" problems with Zope 3.2.0b3 on GNU/Linux
(Ubuntu Breezy i386, kernel 2.6.12, python 2.4.2, gcc 3.4). If I add an
object to the root folder (for example using the ZMI) and I try to see
one of its browser views Zope sends me a 404 error page. If I add more
objects and then I try to delete one of them, sometimes I can still see
the object after the deletion (even if I reload the page) and sometimes
(for example if I try to reload the page one more time) I can't. I tried
to run the tests with 'make check' and the result was:

  Ran 8033 tests with 0 failures and 0 errors in 604.001 seconds.

If I test the installation with bin/zopetest:

+++
Running unit tests:
  Ran 7650 tests with 0 failures and 0 errors in 298.561 seconds.
Running zope.app.testing.functional.Functional tests:
  Set up zope.app.testing.functional.Functional
Traceback (most recent call last):
  File "./zopetest", line 39, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/marco/zope3.2/lib/python/zope/testing/testrunner.py", line
238, in run
    failed = run_with_options(options)
  File "/home/marco/zope3.2/lib/python/zope/testing/testrunner.py", line
391, in run_with_options
    setup_layers, failures, errors)
  File "/home/marco/zope3.2/lib/python/zope/testing/testrunner.py", line
557, in run_layer
    setup_layer(layer, setup_layers)
  File "/home/marco/zope3.2/lib/python/zope/testing/testrunner.py", line
632, in setup_layer
    layer.setUp()
  File "/home/marco/zope3.2/lib/python/zope/app/testing/functional.py",
line 197, in setUp
    FunctionalTestSetup(self.config_file)
  File "/home/marco/zope3.2/lib/python/zope/app/testing/functional.py",
line 139, in __init__
    self.app = Debugger(self.db, config_file)
  File "/home/marco/zope3.2/lib/python/zope/app/debug/debug.py", line
35, in __init__
    config(config_file)
  File "/home/marco/zope3.2/lib/python/zope/app/appsetup/appsetup.py",
line 110, in config
    context = xmlconfig.file(file, context=context, execute=execute)
  File "/home/marco/zope3.2/lib/python/zope/configuration/xmlconfig.py",
line 554, in file
    include(context, name, package)
  File "/home/marco/zope3.2/lib/python/zope/configuration/xmlconfig.py",
line 483, in include
    f = openInOrPlain(path)
  File "/home/marco/zope3.2/lib/python/zope/configuration/xmlconfig.py",
line 394, in openInOrPlain
    fp = open(filename)
IOError: [Errno 2] No such file or directory:
'/home/marco/zope3.2/bin/ftesting.zcml'
+++

I have installed Zope 3.2 b3 on Windows also and I haven't noticed any
problem so far. 

P.S.: sorry for my English...

Regards,

-- 
Marco



More information about the Zope3-users mailing list