[Zope3-dev] Head doesn't start, because of bootstrap problem
Roger Ineichen
r.ineichen at projekt01.ch
Sat May 15 07:58:05 EDT 2004
I'm not shure but I think the
process/bootstrap/BootstrapInstance isn't notified/executed
before the actions a re executed.
This raises in a ComponentLookupError because the service
Utilities ins't there.
The problem could be somewhere arround the
zope.app.generations or zope.app.process
package or the configuration of this packages
Traceback (most recent call last):
File "z3.py", line 65, in ?
run()
File "z3.py", line 61, in run
main(argv[1:])
File "C:\projektCompiler\current\src\zope\app\process\main.py", line 56,
in main
setup(args)
File "C:\projektCompiler\current\src\zope\app\process\main.py", line 89,
in setup
config(options.site_definition)
File "C:\projektCompiler\current\src\zope\app\_app.py", line 53, in config
context = xmlconfig.file(file, execute=execute)
File "C:\projektCompiler\current\src\zope\configuration\xmlconfig.py",
line 444, in file
context.execute_actions()
File "C:\projektCompiler\current\src\zope\configuration\config.py", line
543, in execute_actions
callable(*args, **kw)
File "C:\projektCompiler\current\src\zope\app\component\metaconfigure.py",
line 55, in checkingHandler
handler(*args, **kw)
File "C:\projektCompiler\current\src\zope\app\component\metaconfigure.py",
line 44, in handler
method=getattr(zapi.getService(None, serviceName), methodName)
File "C:\projektCompiler\current\src\zope\component\__init__.py", line 41,
in getService
return getServiceManager(context).getService(name)
File "C:\projektCompiler\current\src\zope\component\service.py", line 109,
in getService
raise ComponentLookupError(name)
zope.configuration.config.ConfigurationExecutionError:
zope.component.exceptions.ComponentLookupError: Utilities
in:
File "C:\projektCompiler\current\src\zope\app\adapter\configure.zcml",
line 11.2-11.13
<factory />
Regards
Roger Ineichen
_____________________________
END OF MESSAGE
More information about the Zope3-dev
mailing list