Error when starting server
Replies: 2
Up one level
Pages:
[1]
Error when starting server
« on: March 17, 2010 10:20:12 +0000 »
[~/proj/zope/virtualz3ext/sample] % bin/zopectl fg
/home/admin/proj/zope/virtualz3ext/sample/parts/app/runzope -C /home/admin/proj/zope/virtualz3ext/sample/parts/zopectl/zope.conf /home/admin/.buildout/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py:194: DeprecationWarning: defaultView: The zope:defaultView directive has been deprecated in favor of the browser:defaultView directive. Will be gone in Zope 3.3. obj = getattr(mod, oname) ------ 2010-03-17T12:43:01 INFO z3ext.converter JPEG converters are not available. PIL doesn't support this formats ------ 2010-03-17T12:43:01 INFO z3ext.converter PNG converters are not available. PIL doesn't support this formats ------ 2010-03-17T12:43:01 INFO z3ext.converter JPEG/GIF converters are not available. PIL doesn't support this formats ------ 2010-03-17T12:43:01 INFO z3ext.converter JPEG/PNG converters are not available. PIL doesn't support this formats ------ 2010-03-17T12:43:01 INFO z3ext.converter PNG/GIF converters are not available. PIL doesn't support this formats Traceback (most recent call last): File "/home/admin/proj/zope/virtualz3ext/sample/parts/app/runzope", line 233, in <module> zope.app.twisted.main.main() File "/home/admin/.buildout/eggs/zope.app.twisted-3.4.1-py2.5.egg/zope/app/twisted/main.py", line 74, in main service = setup(load_options(args)) File "/home/admin/.buildout/eggs/zope.app.twisted-3.4.1-py2.5.egg/zope/app/twisted/main.py", line 145, in setup zope.app.appsetup.config(options.site_definition, features=features) File "/home/admin/.buildout/eggs/zope.app.appsetup-3.4.1-py2.5.egg/zope/app/appsetup/appsetup.py", line 111, in config context = xmlconfig.file(file, context=context, execute=execute) File "/home/admin/.buildout/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/xmlconfig.py", line 649, in file context.execute_actions() File "/home/admin/.buildout/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py", line 605, in execute_actions callable(*args, **kw) File "/home/admin/.buildout/eggs/z3ext.controlpanel-1.5.0-py2.5.egg/z3ext/controlpanel/zcml.py", line 215, in addSubgroup parent = getGlobalSiteManager().getUtility(IConfiglet, parentId) File "/home/admin/.buildout/eggs/zope.component-3.4.0-py2.5.egg/zope/component/registry.py", line 137, in getUtility raise interfaces.ComponentLookupError(provided, name) zope.configuration.config.ConfigurationExecutionError: <class 'zope.component.interfaces.ComponentLookupError'>: (<InterfaceClass z3ext.controlpanel.interfaces.IConfiglet>, u'system') in: File "/home/admin/.buildout/eggs/z3ext.seo-1.2.1-py2.5.egg/z3ext/seo/configure.zcml", line 8.2-17.2 <z3ext:configlet name="system.seo" title="SEO" schema=".interfaces.ISEO" description="SEO tools for site." permission="z3ext.Configure"> <require permission="zope.Public" interface=".interfaces.ISEO" /> </z3ext:configlet> |