[Zope3-dev] zope fails to start

Andreas Reuleaux reuleaux at web.de
Mon Oct 10 10:47:46 EDT 2005


Works fine now, thanks.

By the way: ftp on port 8021 used to be commented out and is now
turned on again. Shouldn't it be commented out?

-Andreas


On Mon, Oct 10, 2005 at 12:39:38PM +0000, Michael Kerrin wrote:
> This has just being fixed. Just run 'svn up' in your z3 directory and Zope 
> should then start.
> 
> Michael
> 
> On Monday 10 October 2005 11:25, Andreas Reuleaux wrote:
> > A clean checkout of zope3 from svn (revision 39029)
> > fails to start
> >
> > I am using Python2.4 (as seems the default in the Makefile
> > now) on Debian Sarge.
> >
> >   $ svn co svn://svn.zope.org/repos/main/Zope3/trunk z3
> >   $ cd z3
> >   $ make
> >   ...
> >   cp sample_principals.zcml principals.zcml
> >   (some small changes in principals.zcml)
> >
> > And then:
> >
> > reuleaux at softland(~/z3)$ ./bin/runzope
> > Traceback (most recent call last):
> >   File "z3.py", line 63, in ?
> >     run()
> >   File "z3.py", line 59, in run
> >     main(argv[1:])
> >   File "/home/reuleaux/z3/src/zope/app/twisted/main.py", line 68, in main
> >     service = setup(load_options(args))
> >   File "/home/reuleaux/z3/src/zope/app/twisted/main.py", line 114, in setup
> >     features=('twisted',))
> >   File "/home/reuleaux/z3/src/zope/app/appsetup/appsetup.py", line 114, in
> > config context = xmlconfig.file(file, context=context, execute=execute)
> > File "/home/reuleaux/z3/src/zope/configuration/xmlconfig.py", line 553, in
> > file include(context, name, package)
> >   File "/home/reuleaux/z3/src/zope/configuration/xmlconfig.py", line 489,
> > in include processxmlfile(f, context)
> >   File "/home/reuleaux/z3/src/zope/configuration/xmlconfig.py", line 344,
> > in processxmlfile parser.parse(src)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line
> > 109, in parse xmlreader.IncrementalParser.parse(self, source)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line
> > 123, in parse self.feed(buffer)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line
> > 216, in feed self._parser.Parse(data, isFinal)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line
> > 364, in end_element_ns self._cont_handler.endElementNS(pair, None)
> >   File "/home/reuleaux/z3/src/zope/configuration/xmlconfig.py", line 325,
> > in endElementNS self.context.end()
> >   File "/home/reuleaux/z3/src/zope/configuration/config.py", line 553, in
> > end self.stack.pop().finish()
> >   File "/home/reuleaux/z3/src/zope/configuration/config.py", line 699, in
> > finish actions = self.handler(context, **args)
> >   File "/home/reuleaux/z3/src/zope/configuration/xmlconfig.py", line 489,
> > in include processxmlfile(f, context)
> >   File "/home/reuleaux/z3/src/zope/configuration/xmlconfig.py", line 344,
> > in processxmlfile parser.parse(src)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line
> > 109, in parse xmlreader.IncrementalParser.parse(self, source)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line
> > 123, in parse self.feed(buffer)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line
> > 216, in feed self._parser.Parse(data, isFinal)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line
> > 364, in end_element_ns self._cont_handler.endElementNS(pair, None)
> >   File "/home/reuleaux/z3/src/zope/configuration/xmlconfig.py", line 325,
> > in endElementNS self.context.end()
> >   File "/home/reuleaux/z3/src/zope/configuration/config.py", line 553, in
> > end self.stack.pop().finish()
> >   File "/home/reuleaux/z3/src/zope/configuration/config.py", line 698, in
> > finish args = toargs(context, *self.argdata)
> >   File "/home/reuleaux/z3/src/zope/configuration/config.py", line 1390, in
> > toargs args[str(name)] = field.fromUnicode(s)
> >   File "/home/reuleaux/z3/src/zope/configuration/fields.py", line 141, in
> > fromUnicode raise schema.ValidationError(v)
> > zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
> > "/home/reuleaux/z3/site.zcml", line 7.2-7.68 ZopeXMLConfigurationError:
> > File
> > "/home/reuleaux/z3/zopeskel/etc/package-includes/buddydemo-configure.zcml",
> > line 1.0-1.34 ConfigurationError: ('Invalid value for', 'package',
> > "Couldn't import wikification, No module named wikification")
> > _______________________________________________
> > Zope3-dev mailing list
> > Zope3-dev at zope.org
> > Unsub:
> > http://mail.zope.org/mailman/options/zope3-dev/michael.kerrin%40openapp.biz
> 
> 
> !DSPAM:434a52e932711592313986!


More information about the Zope3-dev mailing list