RE: [Zope-dev] ZODB load state error

2004-01-26 Thread Tim Peters
[Tibor Tolgyesi]
> I just found this in my Zope log file. After this error the Zope
> system stopped. No wonder, but certainly not because of physical
> memory error. What could be the problem?
>
> My config is:
> AiX 5.2
> Python 2.3.2
> Zope 2.7.0-b3
> Apache 1.3.26
>
> The error message:
> 2004-01-25T02:55:21 ERROR(200) ZODB Couldn't load state for
  3ef2
> Traceback (most recent call last):
>   File "/opt/freeware/zope/lib/python/ZODB/Connection.py",
   line 564, in setstate
> self._set_ghost_state(obj, p)
>   File "/opt/freeware/zope/lib/python/ZODB/Connection.py",
   line 603, in _set_ghost_state
> state = unpickler.load()
> MemoryError

If anyone has seen the same error, and especially if you have a reproducible
test case, please add your info to the collector issue Tibor opened about
it:

http://zope.org/Collectors/Zope/1204

It's most likely that "something got corrupted", but there's not enough info
about this kind of error yet to guess exactly where or how or why.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZODB load state error

2004-01-26 Thread Toby Dickenson
On Monday 26 January 2004 12:08, Thyb wrote:

> What could be the problem?

That indicates that you are out of memory. If that doesnt seem right, maybe 
your storage is corrupt in a manner that the unpickler interprets as 
something with a huge memory footprint.


-- 
Toby Dickenson


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZODB load state error

2004-01-26 Thread Chris Withers
Thyb wrote:

The error message:
2004-01-25T02:55:21 ERROR(200) ZODB Couldn't load state for
3ef2
Traceback (most recent call last):
  File "/opt/freeware/zope/lib/python/ZODB/Connection.py", line 564, in
setstate
self._set_ghost_state(obj, p)
  File "/opt/freeware/zope/lib/python/ZODB/Connection.py", line 603, in
_set_ghost_state
state = unpickler.load()
MemoryError
Can someone please help me...
Sounds like you ran out of RAM.

Don't think it should cause Zope to hang, that might have been something else.

cheers,

Chris

PS: This should probably have been posted on [EMAIL PROTECTED] ;-)

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] ZODB load state error

2004-01-26 Thread Thyb
Hi,

I just found this in my Zope log file. After this error the Zope system
stopped. No wonder, but certainly not because of physical memory error.
What could be the problem?

My config is:
AiX 5.2
Python 2.3.2
Zope 2.7.0-b3
Apache 1.3.26

The error message:
2004-01-25T02:55:21 ERROR(200) ZODB Couldn't load state for
3ef2
Traceback (most recent call last):
  File "/opt/freeware/zope/lib/python/ZODB/Connection.py", line 564, in
setstate
self._set_ghost_state(obj, p)
  File "/opt/freeware/zope/lib/python/ZODB/Connection.py", line 603, in
_set_ghost_state
state = unpickler.load()
MemoryError

Can someone please help me...

Tibor Tolgyesi


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )