[Zope3-dev] traceback on http://127.0.0.1:8080/adder;view/action.html

Gary Poster garyposter@earthlink.net
Mon, 11 Mar 2002 22:28:30 -0500


Is this an error merely indicative of the current state of the code?  Or 
is it some bug individual to my system (occurs on both Mandrake 8.1 and 
8.2b4)?

I start zope, log in as "stupid", click on "Add..." and try to add a 
"Son of Folder" named "teststuff" (or anything).  When I click "Add" I 
then get the error below.

SystemError

Traceback (innermost last):
  Module Zope.Publisher.Publish, line 42, in executeRequest
  Module Zope.App.ZopePublication.ZopePublication, line 110, in afterCall
  Module Transaction._defaultTransaction, line 231, in commit
  Module ZODB.Connection, line 421, in commit
  Module ZODB.Connection, line 465, in commit_store
    (Info: (('Persistence.BTrees.OOBTree', 'OOBTree'), 
'\x00\x00\x00\x00\x00\x00\x00\x02', ''))
SystemError: error return without exception set

Is this something to be expected?

Gary