I was happily trying to startup my Zope2.6 instance, running from the Zope-2_6-branch with an ZODB copied from a 2.5 insance and got the following error: 2002-09-26T18:20:07 PANIC(300) z2 Startup exception Traceback (innermost last): Module __main__, line 570, in ? Module <string>, line 1, in ? Module Zope, line 75, in ? Module OFS.Application, line 342, in initialize Module ZODB.Transaction, line 223, in commit Module ZODB.Transaction, line 195, in commit Module ZODB.Transaction, line 257, in _commit_objects Module ZODB.Connection, line 402, in commit - __traceback_info__: (('Persistence', 'PersistentMapping'), '\x00\x00\x00\x00\x00\x00\x00\x00', '') TypeError: object of type 'list' is not callable Is this something that changed on the last days? It was working with a CVS checkout from 2 days before the 2.6Beta1 release. []'s -- Sidnei da Silva (dreamcatcher) <sidnei@x3ng.com.br> X3ng Web Technology <http://www.x3ng.com.br> GNU/Linux user 257852 Debian GNU/Linux 3.0 (Sid) 2.4.18 ppc Those who don't understand Linux are doomed to reinvent it, poorly. -- unidentified source
Try doing a recompile and restart again. hth, -Casey On Thursday 26 September 2002 05:24 pm, Sidnei da Silva wrote:
I was happily trying to startup my Zope2.6 instance, running from the Zope-2_6-branch with an ZODB copied from a 2.5 insance and got the following error:
2002-09-26T18:20:07 PANIC(300) z2 Startup exception Traceback (innermost last): Module __main__, line 570, in ? Module <string>, line 1, in ? Module Zope, line 75, in ? Module OFS.Application, line 342, in initialize Module ZODB.Transaction, line 223, in commit Module ZODB.Transaction, line 195, in commit Module ZODB.Transaction, line 257, in _commit_objects Module ZODB.Connection, line 402, in commit - __traceback_info__: (('Persistence', 'PersistentMapping'), '\x00\x00\x00\x00\x00\x00\x00\x00', '') TypeError: object of type 'list' is not callable
Is this something that changed on the last days? It was working with a CVS checkout from 2 days before the 2.6Beta1 release.
[]'s
-- Sidnei da Silva (dreamcatcher) <sidnei@x3ng.com.br> X3ng Web Technology <http://www.x3ng.com.br> GNU/Linux user 257852 Debian GNU/Linux 3.0 (Sid) 2.4.18 ppc
Those who don't understand Linux are doomed to reinvent it, poorly. -- unidentified source
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
On Thu, Sep 26, 2002 at 05:35:25PM -0400, Casey Duncan wrote: | Try doing a recompile and restart again. Oh, what a surprise, it worked :) I should have done this before asking :( Thanx Casey! []'s -- Sidnei da Silva (dreamcatcher) <sidnei@x3ng.com.br> X3ng Web Technology <http://www.x3ng.com.br> GNU/Linux user 257852 Debian GNU/Linux 3.0 (Sid) 2.4.18 ppc If a listener nods his head when you're explaining your program, wake him up.
participants (2)
-
Casey Duncan -
Sidnei da Silva