[Grok-dev] How do I track down a zope.configuration.config.ConfigurationConflictError

Sebastian Ware sebastian at urbantalk.se
Thu Feb 21 13:09:22 EST 2008


In the traceback bellow. How do I figure out what the conflict is? I  
mean, it looks as though it is in conflict with itself... which  
obviously can't be the problem...

Mvh Sebastian

Traceback (most recent call last):
   File "/Users/jhsware/groksandbox/Prestatics/parts/app/runzope",  
line 111, in ?
     zope.app.twisted.main.main()
   File "/Users/jhsware/buildout-eggs/tmp8l16sK/ 
zope.app.twisted-3.4.0a1-py2.4.egg/zope/app/twisted/main.py", line 74,  
in main
   File "/Users/jhsware/buildout-eggs/tmp8l16sK/ 
zope.app.twisted-3.4.0a1-py2.4.egg/zope/app/twisted/main.py", line  
145, in setup
   File "/Users/jhsware/buildout-eggs/zope.app.appsetup-3.4.1- 
py2.4.egg/zope/app/appsetup/appsetup.py", line 111, in config
     context = xmlconfig.file(file, context=context, execute=execute)
   File "/Users/jhsware/buildout-eggs/tmpXoSviM/ 
zope.configuration-3.4.0-py2.4.egg/zope/configuration/xmlconfig.py",  
line 612, in file
   File "/Users/jhsware/buildout-eggs/tmpXoSviM/ 
zope.configuration-3.4.0-py2.4.egg/zope/configuration/config.py", line  
604, in execute_actions
   File "/Users/jhsware/buildout-eggs/tmpXoSviM/ 
zope.configuration-3.4.0-py2.4.egg/zope/configuration/config.py", line  
1511, in resolveConflicts
zope.configuration.config.ConfigurationConflictError: Conflicting  
configuration actions
   For: ('adapter', (<class 'prestatics.app.ProtonCMS'>,  
<InterfaceClass  
zope.publisher.interfaces.browser.IDefaultBrowserLayer>),  
<InterfaceClass zope.interface.Interface>, 'add_table')
     File "/Users/jhsware/groksandbox/Prestatics/src/prestatics/ 
configure.zcml", line 4.2-4.27
         <grok:grok package="." />
     File "/Users/jhsware/groksandbox/Prestatics/src/prestatics/ 
configure.zcml", line 4.2-4.27
         <grok:grok package="." />
   For: ('adapter', <InterfaceClass  
prestatics.interfaces.IProtonWorkflowItem>, None, '')
     File "/Users/jhsware/groksandbox/Prestatics/src/prestatics/ 
configure.zcml", line 4.2-4.27
         <grok:grok package="." />
     File "/Users/jhsware/groksandbox/Prestatics/src/prestatics/ 
configure.zcml", line 4.2-4.27
         <grok:grok package="." />




More information about the Grok-dev mailing list