|
|
|
Ingo Schnieders-2
|
Hallo zusammen,
ich habe 2 Fragen und hoffe ihr könnt mir weiterhelfen: 1.) Sind aktuell irgendwelche Plone/python(paket Server nicht erreichbar ? Ich bekomme beim buildout Meldungen, dass bestimmte Programmen nicht installierbar sind und immer wieder timeouts. 2.) Beim Versuch nach dem buildout-Lauf mit o.g. Fehlern die InstanzPlone 3.2.2 zu starten, bekomme ich die u.g. Fehlermeldung. Scheinbar hängt es irgendwie mit PloneGlossary zusammen. Vielleicht ist es nur eine Kleinigkeit die ich selber beheben kann aber leider sagt mit die Fehlermeldung nicht viel. Vielen Dank im voraus. Grüße Ingo --- ingo@samsung:/usr/local/Plone/zinstance$ ./bin/instance fg /usr/local/Plone/zinstance/parts/instance/bin/runzope -X debug-mode=on 2009-05-10 14:01:32 INFO ZServer HTTP server started at Sun May 10 14:01:32 2009 Hostname: 0.0.0.0 Port: 8080 2009-05-10 14:01:33 INFO Marshall libxml2-python not available. Unable to register libxml2 based marshallers. 2009-05-10 14:01:40 INFO Archetypes Products.Archetypes-1.5.10-py2.4.egg/Products/Archetypes/ArchetypeTool.py[378]:registerType ArchetypesTool: Trying to register "PloneGlossary.PloneGlossaryDefinition" which has already been registered. The new type Products.PloneGlossary.types.PloneGlossaryDefinition.PloneGlossaryDefinition is going to override Products.PloneGlossary.content.PloneGlossaryDefinition.PloneGlossaryDefinition 2009-05-10 14:01:41 INFO Plone Python does not have SSL support. OpenID support not available 2009-05-10 14:01:42 ERROR Application Couldn't install Five Traceback (most recent call last): File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/OFS/Application.py", line 786, in install_product initmethod(context) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Products/Five/__init__.py", line 28, in initialize zcml.load_site() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Products/Five/zcml.py", line 53, in load_site _context = xmlconfig.file(file) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/configuration/xmlconfig.py", line 581, in file context.execute_actions() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/configuration/config.py", line 612, in execute_actions callable(*args, **kw) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Products/Five/security.py", line 145, in protectClass permission = getUtility(IPermission, name=permission_id) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/component/_api.py", line 207, in getUtility raise ComponentLookupError(interface, name) ConfigurationExecutionError: zope.component.interfaces.ComponentLookupError: (<InterfaceClass zope.security.interfaces.IPermission>, 'plone.app.portlets.ManageOwnPortlets') in: File "/usr/local/Plone/buildout-cache/eggs/Products.PloneGlossary-1.4.0RC2-py2.4.egg/Products/PloneGlossary/browser/configure.zcml", line 8.2-14.7 <plone:portlet name="portlets.Glossary" interface=".portlet.IGlossaryPortlet" assignment=".portlet.Assignment" renderer=".portlet.Renderer" addview=".portlet.AddForm" /> Traceback (most recent call last): File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Zope2/Startup/run.py", line 56, in ? run() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Zope2/Startup/run.py", line 21, in run starter.prepare() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Zope2/Startup/__init__.py", line 102, in prepare self.startZope() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Zope2/Startup/__init__.py", line 278, in startZope Zope2.startup() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Zope2/__init__.py", line 47, in startup _startup() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Zope2/App/startup.py", line 102, in startup OFS.Application.initialize(application) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/OFS/Application.py", line 309, in initialize initializer.initialize() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/OFS/Application.py", line 338, in initialize self.install_products() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/OFS/Application.py", line 603, in install_products return install_products(app) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/OFS/Application.py", line 634, in install_products folder_permissions, raise_exc=debug_mode) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/OFS/Application.py", line 786, in install_product initmethod(context) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Products/Five/__init__.py", line 28, in initialize zcml.load_site() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Products/Five/zcml.py", line 53, in load_site _context = xmlconfig.file(file) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/configuration/xmlconfig.py", line 581, in file context.execute_actions() File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/configuration/config.py", line 612, in execute_actions callable(*args, **kw) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/Products/Five/security.py", line 145, in protectClass permission = getUtility(IPermission, name=permission_id) File "/usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/component/_api.py", line 207, in getUtility raise ComponentLookupError(interface, name) zope.configuration.config.ConfigurationExecutionError: zope.component.interfaces.ComponentLookupError: (<InterfaceClass zope.security.interfaces.IPermission>, 'plone.app.portlets.ManageOwnPortlets') in: File "/usr/local/Plone/buildout-cache/eggs/Products.PloneGlossary-1.4.0RC2-py2.4.egg/Products/PloneGlossary/browser/configure.zcml", line 8.2-14.7 <plone:portlet name="portlets.Glossary" interface=".portlet.IGlossaryPortlet" assignment=".portlet.Assignment" renderer=".portlet.Renderer" addview=".portlet.AddForm" /> --- [buildout] #extends = versions.cfg extends = http://dist.plone.org/release/3.2.2/versions.cfg versions = versions http-address = 8080 eggs = Plone zcml = develop = debug-mode = off eggs-directory=/usr/local/Plone/buildout-cache/eggs download-cache=/usr/local/Plone/buildout-cache/downloads newest = true parts = zope2 productdistros instance zopepy zopeskel # precompile # chown # unifiedinstaller find-links = http://dist.plone.org http://download.zope.org/ppix/ http://download.zope.org/distribution/ http://effbot.org/downloads unzip = true zope-directory = /usr/local/Plone [zope2] recipe = plone.recipe.zope2install url = http://www.zope.org/Products/Zope/2.10.7/Zope-2.10.7-final.tgz fake-zope-eggs = true additional-fake-eggs = ZConfig pytz [productdistros] recipe = plone.recipe.distros urls = nested-packages = version-suffix-packages = [instance] recipe = plone.recipe.zope2instance zope2-location = ${zope2:location} user = admin:admin http-address = ${buildout:http-address} effective-user = plone debug-mode = ${buildout:debug-mode} verbose-security = off deprecation-warnings = off eggs = ${buildout:eggs} Products.TextIndexNG3 == 3.2.17 Products.Reflecto webcouturier.dropdownmenu Products.PloneGlossary Products.todo Products.PloneFormGen Products.Poi collective.contacts zcml = ${buildout:zcml} Products.TextIndexNG3 Products.Reflecto webcouturier.dropdownmenu Products.PloneGlossary Products.todo Products.PloneFormGen Products.Poi collective.contacts products = ${buildout:directory}/products ${productdistros:location} environment-vars = PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs zope-conf-additional = <zodb_db intranet> mount-point /intranet <filestorage intranet> path ${buildout:directory}/var/filestorage/Intranet.fs </filestorage> </zodb_db> <zodb_db edv_dokumentation> mount-point /edv_dokumentation <filestorage intranet> path ${buildout:directory}/var/filestorage/Edv_dokumentation.fs </filestorage> </zodb_db> [zopepy] recipe = zc.recipe.egg eggs = ${instance:eggs} interpreter = zopepy extra-paths = ${instance:zope2-location}/lib/python scripts = zopepy [zopeskel] recipe = zc.recipe.egg eggs = ${instance:eggs} PasteScript ZopeSkel _______________________________________________ zope mailing list [hidden email] https://mail.dzug.org/mailman/listinfo/zope |
||||||||||||||||
|
ajung
|
On 10.05.09 14:15, Ingo Schnieders wrote:
> Hallo zusammen, > > ich habe 2 Fragen und hoffe ihr könnt mir weiterhelfen: > > 1.) > Sind aktuell irgendwelche Plone/python(paket Server nicht erreichbar ? > Ich bekomme beim buildout Meldungen, dass bestimmte Programmen nicht > installierbar sind und immer wieder timeouts. [lists.vcf] begin:vcard fn:Andreas Jung n:Jung;Andreas org:ZOPYX Ltd. & Co. KG adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany email;internet:[hidden email] title:CEO tel;work:+49-7071-793376 tel;fax:+49-7071-7936840 tel;home:+49-7071-793257 x-mozilla-html:FALSE url:www.zopyx.com version:2.1 end:vcard _______________________________________________ zope mailing list [hidden email] https://mail.dzug.org/mailman/listinfo/zope |
||||||||||||||||
|
ajung
|
In reply to this post
by Ingo Schnieders-2
On 10.05.09 14:15, Ingo Schnieders wrote:
> Hallo zusammen, > > ich habe 2 Fragen und hoffe ihr könnt mir weiterhelfen: > > 1.) > Sind aktuell irgendwelche Plone/python(paket Server nicht erreichbar ? > Ich bekomme beim buildout Meldungen, dass bestimmte Programmen nicht > installierbar sind und immer wieder timeouts. http://www.openplans.org/projects/pypi-mirroring/project-home -aj [lists.vcf] begin:vcard fn:Andreas Jung n:Jung;Andreas org:ZOPYX Ltd. & Co. KG adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany email;internet:[hidden email] title:CEO tel;work:+49-7071-793376 tel;fax:+49-7071-7936840 tel;home:+49-7071-793257 x-mozilla-html:FALSE url:www.zopyx.com version:2.1 end:vcard _______________________________________________ zope mailing list [hidden email] https://mail.dzug.org/mailman/listinfo/zope |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |