[Zope3-Users] Problems with Zope 3.2.0b3 on Linux
Jim Fulton
jim at zope.com
Wed Jan 4 19:07:37 EST 2006
Marco Groppo wrote:
> Hi!
>
> I'm experiencing some "strange" problems with Zope 3.2.0b3
Did you have the problem with beta 2?
> 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.
Weird. I haven't seen this. (obviously)
> 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'
> +++
This is very odd. I can't reproduce this.
> I have installed Zope 3.2 b3 on Windows also and I haven't noticed any
> problem so far.
Maybe you should try the linux installation process again.
Is anyone else seeing symptoms like these?
> P.S.: sorry for my English...
It looks good to me. :)
Jim
--
Jim Fulton mailto:jim at zope.com Python Powered!
CTO (540) 361-1714 http://www.python.org
Zope Corporation http://www.zope.com http://www.zope.org
More information about the Zope3-users
mailing list