[storm] Weird 'pickle' related error when adding many objects

Michael Hudson michael.hudson at canonical.com
Mon Nov 24 21:22:54 GMT 2008


Justin Warren wrote:
> Hi folks,
> 
> I've hit a weird problem that is beyond me at the moment. Hopefully
> someone else can shed some light on the situation.
> 
> I create a bunch of objects, and attempt to add them all to the
> database. If I only add about 100 objects, everything works fine. If I
> attempt to add 150, I get a bunch of these errors:
> 
> Exception exceptions.AttributeError: AttributeError("'NoneType' object
> has no attribute 'dumps'",) in <bound method
> ObjectInfo._emit_object_deleted of {'store': <storm.store.Store object
> at 0x139cc90>, 'primary_vars': (<storm.variables.IntVariable object at
> 0x1535910>, <storm.variables.DateTimeVariable object at 0x13bcc68>)}

For what it's worth, you usually get this sort of error while the Python
interpreter is quitting.  Is that the case here?

Cheers,
mwh



More information about the storm mailing list