Re: Fehler bei neuem buildout mit Plone 3.2.1
Andreas Jung <[email protected]>
| Newsgroups | gmane.comp.web.zope.german |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Mar 15, 2009 at 16:12, Ingo Schnieders <[email protected]> wrote: > Products.TextIndexNG3 Welche Version wird angezogen? Andreas On Sun, Mar 15, 2009 at 16:12, Ingo Schnieders <[email protected]> wrote: > Hallo zusammen, > > ich hoffe ihr könnt mir helfen: > > Ich versuche gerade ein Plone 3.1.7 auf 3.2.1 zu heben > und ich bekomme die Fehlermeldung (ganz unten) wenn ich > die Instanze im Fordergrund starte > > Dazu habe ich meine buildout.cfg wie folgt angepasst. > > Ich hoffe es hat jemand eine Idee > > > Grüße Ingo > > > --- > [buildout] > parts = > zope2 > productdistros > instance > zopepy > > find-links = > /okit/zope/src/eggs > http://dist.plone.org > http://download.zope.org/ppix/ > http://download.zope.org/distribution/ > http://effbot.org/downloads > > eggs = > Plone > elementtree > webcouturier.dropdownmenu > Products.TextIndexNG3 > Products.Reflecto > Products.todo > Products.PloneFormGen > iqpp.plone.teacherprofile > Products.PloneGlossary > Products.Poi > > # develop = > > extends = http://dist.plone.org/release/3.2.1/versions.cfg > versions = versions > > #[plone] > #recipe = plone.recipe.plone > > [zope2] > recipe = plone.recipe.zope2install > url = ${versions:zope2-url} > fake-zope-eggs = true > additional-fake-eggs = > ZConfig > ZODB3 > pytz > > [productdistros] > recipe = plone.recipe.distros > urls = > http://plone.org/products/plonefreemind/releases/1.2/freemind.zip > > nested-packages = > version-suffix-packages = > > [instance] > recipe = plone.recipe.zope2instance > zope2-location = ${zope2:location} > user = bkvb-admin:bkvbburbur > http-address = 15080 > #debug-mode = on > #verbose-security = on > zope-conf-additional = > <zodb_db www_bkvb_net> > mount-point /www_bkvb_net > <filestorage www_bkvb_net> > path ${buildout:directory}/var/filestorage/www_bkvb_net.Data.fs > </filestorage> > </zodb_db> > <zodb_db test_bkvb_net> > mount-point /test_bkvb_net > <filestorage test_bkvb_net> > path ${buildout:directory}/var/filestorage/test_bkvb_net.Data.fs > </filestorage> > </zodb_db> > > eggs = > ${buildout:eggs} > # ${plone:eggs} > > zcml = > webcouturier.dropdownmenu > Products.TextIndexNG3 > Products.Reflecto > Products.todo > Products.PloneFormGen > iqpp.plone.teacherprofile > Products.PloneGlossary > Products.Poi > > products = > ${buildout:directory}/products > ${productdistros:location} > # ${plone:products} > > [zopepy] > recipe = zc.recipe.egg > eggs = ${instance:eggs} > interpreter = zopepy > extra-paths = ${zope2:location}/lib/python > scripts = zopepy > --- > > > ~/virtuelles.python-2.4.6.bkvb/plone3 $ ./bin/instance fg > > /okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/instance/bin/runzope -X > debug-mode=on > 2009-03-15 16:08:37 INFO ZServer HTTP server started at Sun Mar 15 16:08:37 > 2009 > Hostname: 0.0.0.0 > Port: 15080 > 2009-03-15 16:08:38 INFO Marshall libxml2-python not available. Unable to > register libxml2 based marshallers. > /okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py:692: > DeprecationWarning: The five:traversable statement is no longer needed and > will be removed in Zope 2.12. > actions = self.handler(context, **args) > 2009-03-15 16:08:42 ERROR Application Couldn't install Five > Traceback (most recent call last): > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/OFS/Application.py", > line 786, in install_product > initmethod(context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Products/Five/__init__.py", > line 28, in initialize > zcml.load_site() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Products/Five/zcml.py", > line 53, in load_site > _context = xmlconfig.file(file) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 579, in file > include(context, name, package) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 515, in include > processxmlfile(f, context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 370, in processxmlfile > parser.parse(src) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/xmlreader.py", line > 123, in parse > self.feed(buffer) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 207, in feed > self._parser.Parse(data, isFinal) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 348, in end_element_ns > self._cont_handler.endElementNS(pair, None) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 349, in endElementNS > self.context.end() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 544, in end > self.stack.pop().finish() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 692, in finish > actions = self.handler(context, **args) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 515, in include > processxmlfile(f, context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 370, in processxmlfile > parser.parse(src) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/xmlreader.py", line > 123, in parse > self.feed(buffer) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 207, in feed > self._parser.Parse(data, isFinal) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 348, in end_element_ns > self._cont_handler.endElementNS(pair, None) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 349, in endElementNS > self.context.end() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 544, in end > self.stack.pop().finish() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 692, in finish > actions = self.handler(context, **args) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 515, in include > processxmlfile(f, context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 370, in processxmlfile > parser.parse(src) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/xmlreader.py", line > 123, in parse > self.feed(buffer) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 207, in feed > self._parser.Parse(data, isFinal) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 348, in end_element_ns > self._cont_handler.endElementNS(pair, None) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 349, in endElementNS > self.context.end() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 544, in end > self.stack.pop().finish() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 691, in finish > args = toargs(context, *self.argdata) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 1383, in toargs > args[str(name)] = field.fromUnicode(s) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/fields.py", > line 229, in fromUnicode > v = vt.fromUnicode(s) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/fields.py", > line 139, in fromUnicode > value = self.context.resolve(name) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 184, in resolve > mod = __import__(mname, *_import_chickens) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/eggs/Products.Reflecto-2.1-py2.4.egg/Products/Reflecto/catalog.py", > line 4, in ? > from textindexng.interfaces.indexable import IIndexableContent > ZopeXMLConfigurationError: File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/instance/etc/site.zcml", > line 14.2-14.55 > ZopeXMLConfigurationError: File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/instance/etc/package-includes/003-Products.Reflecto-configure.zcml", > line 1.0-1.61 > ZopeXMLConfigurationError: File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/eggs/Products.Reflecto-2.1-py2.4.egg/Products/Reflecto/configure.zcml", > line 33.0-36.6 > ImportError: No module named textindexng.interfaces.indexable > Traceback (most recent call last): > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Zope2/Startup/run.py", > line 56, in ? > run() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Zope2/Startup/run.py", > line 21, in run > starter.prepare() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Zope2/Startup/__init__.py", > line 102, in prepare > self.startZope() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Zope2/Startup/__init__.py", > line 278, in startZope > Zope2.startup() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Zope2/__init__.py", > line 47, in startup > _startup() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Zope2/App/startup.py", > line 102, in startup > OFS.Application.initialize(application) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/OFS/Application.py", > line 309, in initialize > initializer.initialize() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/OFS/Application.py", > line 338, in initialize > self.install_products() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/OFS/Application.py", > line 603, in install_products > return install_products(app) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/OFS/Application.py", > line 634, in install_products > folder_permissions, raise_exc=debug_mode) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/OFS/Application.py", > line 786, in install_product > initmethod(context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Products/Five/__init__.py", > line 28, in initialize > zcml.load_site() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/Products/Five/zcml.py", > line 53, in load_site > _context = xmlconfig.file(file) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 579, in file > include(context, name, package) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 515, in include > processxmlfile(f, context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 370, in processxmlfile > parser.parse(src) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/xmlreader.py", line > 123, in parse > self.feed(buffer) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 207, in feed > self._parser.Parse(data, isFinal) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 348, in end_element_ns > self._cont_handler.endElementNS(pair, None) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 349, in endElementNS > self.context.end() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 544, in end > self.stack.pop().finish() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 692, in finish > actions = self.handler(context, **args) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 515, in include > processxmlfile(f, context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 370, in processxmlfile > parser.parse(src) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/xmlreader.py", line > 123, in parse > self.feed(buffer) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 207, in feed > self._parser.Parse(data, isFinal) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 348, in end_element_ns > self._cont_handler.endElementNS(pair, None) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 349, in endElementNS > self.context.end() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 544, in end > self.stack.pop().finish() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 692, in finish > actions = self.handler(context, **args) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 515, in include > processxmlfile(f, context) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 370, in processxmlfile > parser.parse(src) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/xmlreader.py", line > 123, in parse > self.feed(buffer) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 207, in feed > self._parser.Parse(data, isFinal) > File "/okit/zope/python-2.4.6/lib/python2.4/xml/sax/expatreader.py", line > 348, in end_element_ns > self._cont_handler.endElementNS(pair, None) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/xmlconfig.py", > line 349, in endElementNS > self.context.end() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 544, in end > self.stack.pop().finish() > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 691, in finish > args = toargs(context, *self.argdata) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 1383, in toargs > args[str(name)] = field.fromUnicode(s) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/fields.py", > line 229, in fromUnicode > v = vt.fromUnicode(s) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/fields.py", > line 139, in fromUnicode > value = self.context.resolve(name) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/zope2/lib/python/zope/configuration/config.py", > line 184, in resolve > mod = __import__(mname, *_import_chickens) > File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/eggs/Products.Reflecto-2.1-py2.4.egg/Products/Reflecto/catalog.py", > line 4, in ? > from textindexng.interfaces.indexable import IIndexableContent > zope.configuration.xmlconfig.ZopeXMLConfigurationError: File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/instance/etc/site.zcml", > line 14.2-14.55 > ZopeXMLConfigurationError: File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/parts/instance/etc/package-includes/003-Products.Reflecto-configure.zcml", > line 1.0-1.61 > ZopeXMLConfigurationError: File > "/okit/zope/virtuelles.python-2.4.6.bkvb/plone3/eggs/Products.Reflecto-2.1-py2.4.egg/Products/Reflecto/configure.zcml", > line 33.0-36.6 > ImportError: No module named textindexng.interfaces.indexable > > > > > _______________________________________________ > zope mailing list > [email protected] > https://mail.dzug.org/mailman/listinfo/zope > > _______________________________________________ zope mailing list [email protected] https://mail.dzug.org/mailman/listinfo/zope