[ZODB-Dev] Data.fs size grows non-stop

Pedro Ferreira jose.pedro.ferreira at cern.ch
Thu Dec 10 04:11:11 EST 2009


Thanks!
But I still get an error:

pferreir 
/usr/lib/python2.6/site-packages/ZODB3-3.9.0-py2.6-linux-i686.egg$ 
zodbbrowser ~/indico/db/last.fs
Traceback (most recent call last):
  File "/usr/bin/zodbbrowser", line 8, in <module>
    load_entry_point('zodbbrowser==0.6.1', 'console_scripts', 
'zodbbrowser')()
  File 
"/usr/lib/python2.6/site-packages/zodbbrowser-0.6.1-py2.6.egg/zodbbrowser/standalone.py", 
line 179, in main
    configure(options)
  File 
"/usr/lib/python2.6/site-packages/zodbbrowser-0.6.1-py2.6.egg/zodbbrowser/standalone.py", 
line 87, in configure
    context = xmlconfig.string(options.site_definition, context=context)
  File 
"/usr/lib/python2.6/site-packages/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", 
line 664, in string
    processxmlfile(f, context)
  File 
"/usr/lib/python2.6/site-packages/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", 
line 378, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in 
end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File 
"/usr/lib/python2.6/site-packages/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", 
line 357, in endElementNS
    self.context.end()
  File 
"/usr/lib/python2.6/site-packages/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", 
line 537, in end
    self.stack.pop().finish()
  File 
"/usr/lib/python2.6/site-packages/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", 
line 684, in finish
    args = toargs(context, *self.argdata)
  File 
"/usr/lib/python2.6/site-packages/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", 
line 1376, in toargs
    args[str(name)] = field.fromUnicode(s)
  File 
"/usr/lib/python2.6/site-packages/zope.configuration-3.6.0-py2.6.egg/zope/configuration/fields.py", 
line 141, in fromUnicode
    raise schema.ValidationError(v)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "<string>", 
line 4.10-4.72
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: 
Module zope.app has no global securitypolicy')

weird...

Marius Gedminas wrote:
> On Wed, Dec 09, 2009 at 06:09:36PM +0200, Marius Gedminas wrote:
>   
>> On Wed, Dec 09, 2009 at 02:42:58PM +0100, Pedro Ferreira wrote:
>>     
>>> Hello,
>>>       
>>>> Just zodbbrowser with no prefix:
>>>>
>>>>   http://pypi.python.org/pypi/zodbbrowser
>>>>   https://launchpad.net/zodbbrowser
>>>>
>>>> It's a web-app: it can connect to your ZEO server so you can inspect the
>>>> DB while it's being used.
>>>>   
>>>>         
>>> We tried this, but we currently get an error related with the general 
>>> security policy for zope.app. Maybe we need to install Zope?
>>>       
>> No, it should be self-contained.
>>
>> I'm usually testing with the Zope 3.4 KGS.
>>     
>
> I've just released zodbbrowser 0.6.1 which works with ZODB 3.9.x and
> latest versions of other packages too.
>
> (Supporting both ZODB 3.8 and 3.9 is kinda tricky, but with some very
> ugly hacks I managed.)
>
> Marius Gedminas
>   



More information about the ZODB-Dev mailing list