Skip to content

Instantly share code, notes, and snippets.

@nutjob4life
Created June 7, 2012 16:41
Show Gist options
  • Save nutjob4life/2889949 to your computer and use it in GitHub Desktop.
Save nutjob4life/2889949 to your computer and use it in GitHub Desktop.
Plone 4.1.5 + plone.app.dexterity 1.2.1 = boom
2012-06-07 11:40:24 INFO ZServer HTTP server started at Thu Jun 7 11:40:24 2012
Hostname: 0.0.0.0
Port: 8080
2012-06-07 11:40:25 WARNING SecurityInfo Conflicting security declarations for "setText"
2012-06-07 11:40:25 WARNING SecurityInfo Class "ATTopic" had conflicting security declarations
/Users/kelly/.buildout/eggs/Products.ResourceRegistries-2.0.9-py2.6.egg/Products/ResourceRegistries/tools/BaseRegistry.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import md5
2012-06-07 11:40:26 WARNING ZODB.blob (909) Blob dir /private/tmp/fuck/var/blobstorage/ has insecure mode setting
/Users/kelly/.buildout/eggs/five.grok-1.2.0-py2.6.egg/five/grok/meta.py:29: DeprecationWarning: protectClass is deprecated. Please import from AccessControl.security
from Products.Five.security import protectClass, protectName
/Users/kelly/.buildout/eggs/five.grok-1.2.0-py2.6.egg/five/grok/meta.py:29: DeprecationWarning: protectName is deprecated. Please import from AccessControl.security
from Products.Five.security import protectClass, protectName
Traceback (most recent call last):
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/Startup/run.py", line 72, in <module>
run()
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/Startup/run.py", line 21, in run
starter.prepare()
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/Startup/__init__.py", line 86, in prepare
self.startZope()
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/Startup/__init__.py", line 259, in startZope
Zope2.startup()
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/__init__.py", line 47, in startup
_startup()
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/App/startup.py", line 118, in startup
load_zcml()
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/App/startup.py", line 52, in load_zcml
load_site()
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/Zope2/App/zcml.py", line 46, in load_site
_context = xmlconfig.file(site_zcml)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
include(context, name, package)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
processxmlfile(f, context)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
parser.parse(src)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
self.context.end()
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
self.stack.pop().finish()
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
actions = self.handler(context, **args)
File "/Users/kelly/.buildout/eggs/Zope2-2.13.13-py2.6.egg/OFS/metaconfigure.py", line 46, in loadProducts
xmlconfig.include(_context, zcml, package=product)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
processxmlfile(f, context)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
parser.parse(src)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
self.context.end()
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
self.stack.pop().finish()
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
actions = self.handler(context, **args)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
processxmlfile(f, context)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
parser.parse(src)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/Users/kelly/Tools/python/parts/opt/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
self.context.end()
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
self.stack.pop().finish()
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
args = toargs(context, *self.argdata)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
args[str(name)] = field.fromUnicode(s)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 227, in fromUnicode
v = vt.fromUnicode(s)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 137, in fromUnicode
value = self.context.resolve(name)
File "/Users/kelly/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 179, in resolve
mod = __import__(mname, *_import_chickens)
File "/Users/kelly/.buildout/eggs/Products.TinyMCE-1.2.11-py2.6.egg/Products/TinyMCE/adapters/Upload.py", line 22, in <module>
from plone.namedfile.interfaces import INamedImageField, INamedBlobImageField
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/private/tmp/fuck/parts/plone/etc/site.zcml", line 16.2-16.23
ZopeXMLConfigurationError: File "/Users/kelly/.buildout/eggs/Products.TinyMCE-1.2.11-py2.6.egg/Products/TinyMCE/configure.zcml", line 16.2-16.33
ZopeXMLConfigurationError: File "/Users/kelly/.buildout/eggs/Products.TinyMCE-1.2.11-py2.6.egg/Products/TinyMCE/adapters/configure.zcml", line 30.4-34.10
ImportError: cannot import name INamedBlobImageField
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment