[Zope] Py_BuildValue Error

Travis Miller travis at ctln.org
Wed Sep 8 12:04:37 EDT 2004


hi,

traceback from zmi error_log (previous traceback was from event.log)  
..something to do with BTrees?

Traceback (innermost last):
   Module ZPublisher.Publish, line 107, in publish
   Module Zope.App.startup, line 222, in commit
   Module ZODB.Transaction, line 236, in commit
   Module ZODB.Transaction, line 351, in _commit_objects
   Module ZODB.Connection, line 411, in commit
    - __traceback_info__: (('BTrees.IOBTree', 'IOBTree'), 
'\x00\x00\x00\x00\x00\x00\x00\n', '')
SystemError: NULL object passed to Py_BuildValue


thanks for any help

thanks,
travis


On Sep 8, 2004, at 10:09 AM, Travis Miller wrote:

> correction for my brain deadness..
>
> Environment:
>   Python 2.3.4 (source build)
>
> thanks,
> travis
>
>
> On Sep 8, 2004, at 7:29 AM, Travis Miller wrote:
>
>> hi,
>>
>> i've started coming across this error fairly frequently. it seems 
>> very random and i can't seem to pin it down.
>>
>>
>> 2004-09-08T12:16:09 ERROR(200) SiteError 
>> http://www.example.com/index_html
>> Traceback (most recent call last):
>>   File "/opt/Zope/SoftwareHome272/lib/python/ZPublisher/Publish.py", 
>> line 107, in publish
>>     transactions_manager.commit()
>>   File "/opt/Zope/SoftwareHome272/lib/python/Zope/App/startup.py", 
>> line 222, in commit
>>     get_transaction().commit()
>>   File "/opt/Zope/SoftwareHome272/lib/python/ZODB/Transaction.py", 
>> line 236, in commit
>>     ncommitted += self._commit_objects(objects)
>>   File "/opt/Zope/SoftwareHome272/lib/python/ZODB/Transaction.py", 
>> line 351, in _commit_objects
>>     jar.commit(o, self)
>>   File "/opt/Zope/SoftwareHome272/lib/python/ZODB/Connection.py", 
>> line 411, in commit
>>     state=object.__getstate__()
>> SystemError: NULL object passed to Py_BuildValue
>>
>>
>> Environment:
>>   SuSE 9.1
>>   Python 2.3.3 (source build)
>>   Zope 2.7.2   (source build)
>>   Plone 2.0.3  (tarball)
>>
>>   one Zeo Server
>>   two Zeo Clients
>>     mounting several zodbs and temp storage via remote zeo
>>
>>
>> anyone have a comment on this?
>>
>>
>> thanks,
>> travis



More information about the Zope mailing list