Re: Fehler bei Plone builout Unified Installer

Patrick Gerken <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
Hi,
collective klein schreiben sollte helfen.

MfG

          Patrick

On Tue, May 18, 2010 at 12:30, Ingo Schnieders
<[email protected]>wrote:

> Hallo zusammen,
>
> ich habe per Unified Installer Plone 3.3.5 installiert,
> buildout laufen lassen usw. funktioniert soweit alles.
>
> Nun möchte ich über die buildout.cfg "Products.RichDocument"
> "Collective.Indexing" und "Products.Collage" hinzufügen und
> installieren
>
> ---
> eggs =
>    Plone
>    Products.RichDocument
>    Collective.Indexing
>    Products.Collage
>
> zcml =
>    Products.RichDocument
>    Collective.Indexing
>    Products.Collage
> ---
>
> Danach bekomme ich im event.log den folgenden Fehler und die Plone Instanz
> lässt sich nicht aufrufen. Wenn ich jedoch das "Collective.Indexing" wieder
> rausnehme funktioniert alles wunderbar.
>
> Ich hoffe ihr könnt mir weiterhelfen was ich hier falsch mache.
>
>
> Grüße   Ingo
>
>
> ------
> 2010-05-18T12:06:13 INFO Marshall libxml2-python not available. Unable to
> register libxml2 based marshallers,
> at least SimpleXMLMarshaller
> ------
> 2010-05-18T12:06:19 INFO ZEO.ClientStorage (2691) ClientStorage (pid=2691)
> created RW/normal for storage: '1'
> ------
> 2010-05-18T12:06:19 INFO ZEO.cache created temporary cache file '<fdopen>'
> ------
> 2010-05-18T12:06:19 INFO ZEO.zrpc.Connection(C) (127.0.0.1:8100) received
> handshake 'Z303'
> ------
> 2010-05-18T12:06:19 INFO ZEO.ClientStorage (2691) Testing connection
> <ManagedClientConnection ('127.0.0.1', 8100)>
> ------
> 2010-05-18T12:06:19 INFO ZEO.ClientStorage (2691) Server authentication
> protocol None
> ------
> 2010-05-18T12:06:19 INFO ZEO.ClientStorage (2691) Connected to storage:
> ('localhost', 8100)
> ------
> 2010-05-18T12:06:19 INFO ZEO.ClientStorage (2691) Verifying cache
> ------
> 2010-05-18T12:06:19 INFO ZEO.ClientStorage (2691) endVerify finishing
> ------
> 2010-05-18T12:06:19 INFO ZEO.ClientStorage (2691) endVerify finished
> ------
> 2010-05-18T12:06:20 INFO Plone Dependency
> Unable to detect Zope version. Please make sure you have Zope 2.10.4 or
> newer installed.
> ------
> 2010-05-18T12:06:22 ERROR Application Couldn't install Five
> Traceback (most recent call last):
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/OFS/Application.py",
> line 786, in install_product
>    initmethod(context)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/Products/Five/__init__.py",
> line 28, in initialize
>    zcml.load_site()
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/Products/Five/zcml.py",
> line 53, in load_site
>    _context = xmlconfig.file(file)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/xmlconfig.py",
> line 579, in file
>    include(context, name, package)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/xmlconfig.py",
> line 515, in include
>    processxmlfile(f, context)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/xmlconfig.py",
> line 370, in processxmlfile
>    parser.parse(src)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/expatreader.py",
> line 109, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/xmlreader.py",
> line 123, in parse
>    self.feed(buffer)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/expatreader.py",
> line 216, in feed
>    self._parser.Parse(data, isFinal)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/expatreader.py",
> line 364, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/xmlconfig.py",
> line 349, in endElementNS
>    self.context.end()
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/config.py",
> line 544, in end
>    self.stack.pop().finish()
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/config.py",
> line 692, in finish
>    actions = self.handler(context, **args)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/xmlconfig.py",
> line 515, in include
>    processxmlfile(f, context)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/xmlconfig.py",
> line 370, in processxmlfile
>    parser.parse(src)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/expatreader.py",
> line 109, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/xmlreader.py",
> line 123, in parse
>    self.feed(buffer)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/expatreader.py",
> line 216, in feed
>    self._parser.Parse(data, isFinal)
>  File
> "/opt/plone-3.3.5/buildout-cache/eggs/PyXML-0.8.4-py2.4-linux-x86_64.egg/_xmlplus/sax/expatreader.py",
> line 364, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/xmlconfig.py",
> line 349, in endElementNS
>    self.context.end()
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/config.py",
> line 544, in end
>    self.stack.pop().finish()
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/config.py",
> line 691, in finish
>    args = toargs(context, *self.argdata)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/config.py",
> line 1383, in toargs
>    args[str(name)] = field.fromUnicode(s)
>  File
> "/opt/plone-3.3.5/Zope-2.10.11-final-py2.4/lib/python/zope/configuration/fields.py",
> line 141, in fromUnicode
>    raise schema.ValidationError(v)
> ZopeXMLConfigurationError: File
> "/opt/plone-3.3.5/zeocluster/parts/client1/etc/site.zcml", line 14.2-14.55
>    ZopeXMLConfigurationError: File
> "/opt/plone-3.3.5/zeocluster/parts/client1/etc/package-includes/002-Collective.Indexing-configure.zcml",
> line
> 1.0-1.63
>    ConfigurationError: ('Invalid value for', 'package', "ImportError:
> Couldn't import Collective, No module named Collective")
> ------
> 2010-05-18T12:06:23 INFO Zope Ready to handle requests
>
>
>
> _______________________________________________
> zope mailing list
> [email protected]
> https://mail.dzug.org/mailman/listinfo/zope
>



_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.