oops .... forgot something
------ 2001-05-30T12:22:33 ERROR(200) ZServer uncaptured python exception, closing channel <zhttp_channel connected 10.1.1.3:3570 at 8b394a4 channel#: 23 requests:2> (socket.error:(32, 'Broken pipe') [/home/zope2/ZServer/medusa/asynchat.py|handle_read|80] [/home/zope2/ZServer/medusa/http_server.py|recv|405] [/home/zope2/ZServer/medusa/asyncore.py|recv|301]) ------ 2001-05-30T12:41:11 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\000@\017' Traceback (innermost last): File /home/zope2/lib/python/ZODB/Connection.py, line 508, in setstate AttributeError: 'None' object has no attribute 'load' this are the messages i forgot in my last posting -- Christian Theune - ct@gocept.com gocept gmbh & co.kg - schalaunische strasse 6 - 06366 koethen/anhalt tel.+49 3496 3099112 - fax.+49 3496 3099118 mob. - 0178 48 33 981 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
That to me says that you have some sort of error when getting data from an external SQL DB. Are you using one? If so, which one? ----- Original Message ----- From: "Christian Theune" <ct@gocept.com> To: <zope@zope.org> Sent: Wednesday, May 30, 2001 2:11 PM Subject: [Zope] oops .... forgot something
------ 2001-05-30T12:22:33 ERROR(200) ZServer uncaptured python exception, closing channel <zhttp_channel connected 10.1.1.3:3570 at 8b394a4 channel#: 23 requests:2> (socket.error:(32, 'Broken pipe') [/home/zope2/ZServer/medusa/asynchat.py|handle_read|80] [/home/zope2/ZServer/medusa/http_server.py|recv|405] [/home/zope2/ZServer/medusa/asyncore.py|recv|301]) ------ 2001-05-30T12:41:11 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\000@\017' Traceback (innermost last): File /home/zope2/lib/python/ZODB/Connection.py, line 508, in setstate AttributeError: 'None' object has no attribute 'load'
this are the messages i forgot in my last posting
-- Christian Theune - ct@gocept.com gocept gmbh & co.kg - schalaunische strasse 6 - 06366 koethen/anhalt tel.+49 3496 3099112 - fax.+49 3496 3099118 mob. - 0178 48 33 981
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
2001-05-30T12:41:11 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\000@\017' Traceback (innermost last): File /home/zope2/lib/python/ZODB/Connection.py, line 508, in setstate AttributeError: 'None' object has no attribute 'load'
Are you using the CoreSessionTracking product? cheers, Chris
On Wed, 30 May 2001, Chris Withers wrote:
2001-05-30T12:41:11 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\000@\017' Traceback (innermost last): File /home/zope2/lib/python/ZODB/Connection.py, line 508, in setstate AttributeError: 'None' object has no attribute 'load'
Are you using the CoreSessionTracking product?
Does anyone know what this AttributeError actually is? I just got it myself :-/ (I'm not using CST.)
On Thursday 31 May 2001 16:27, Erik Enge wrote:
On Wed, 30 May 2001, Chris Withers wrote:
2001-05-30T12:41:11 ERROR(200) ZODB Couldn't load state for
'\000\000\000\000\000\000@\017'
Traceback (innermost last): File /home/zope2/lib/python/ZODB/Connection.py, line 508, in setstate AttributeError: 'None' object has no attribute 'load'
Are you using the CoreSessionTracking product?
Does anyone know what this AttributeError actually is? I just got it myself:-/ (I'm not using CST.)
i do get this error message too. and i dont use CST. i do use RDB DA.usually when there's a few of this, zope stops responding, until i restarted zope itself. i have moved to a new Data.fs by exporting only necessary objects. but do still got the problem. i am now testing with a different DA, to see whether this contributes to the error. what aboutothers? thanks
If you're using a mounted ZODB database, you'll see this error from time to time. Shane outlined a way to fix this, but I haven't been able to follow up on it. Erik Enge wrote:
On Wed, 30 May 2001, Chris Withers wrote:
2001-05-30T12:41:11 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\000@\017' Traceback (innermost last): File /home/zope2/lib/python/ZODB/Connection.py, line 508, in setstate AttributeError: 'None' object has no attribute 'load'
Are you using the CoreSessionTracking product?
Does anyone know what this AttributeError actually is? I just got it myself :-/ (I'm not using CST.)
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (6)
-
bak -
Chris McDonough -
Chris Withers -
Christian Theune -
Erik Enge -
Phil Harris