[Zope] VERY unusual zope traceback

Dieter Maurer dieter at handshake.de
Fri Sep 7 14:45:24 EDT 2007


robert rottermann wrote at 2007-9-7 05:47 +0200:
>After my computer was iddling during the nigth I got the following
>traceback. look at the rather genereous number of expected parameters.
>how can somethings like this happen? Memory corruption?
>restarting zope fixed it.
> ...
>    * Module App.ZApplication, line 48, in __bobo_traverse__
>    * Module ZODB.DB, line 542, in open
>
>TypeError: open() takes at least 1946389116 arguments (4 given)

This seems indeed a very strange "open".

> ...
>in the console I see:
>2007-09-07 05:33:03 ERROR PortalTransforms Cannot register transform
>lynx_dump, using BrokenTransform: Error
> Unable to find binary "lynx" in
>/home/robert/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/qt3/bin
>2007-09-07 05:33:05 WARNING ZODB.DB DB.open() has 8 open connections
>with a pool_size of 7
>2007-09-07 05:33:06 WARNING ZODB.DB DB.open() has 9 open connections
>with a pool_size of 7
>2007-09-07 05:33:06 WARNING ZODB.DB DB.open() has 10 open connections

This usually means that you are forgetting to close no longer
used connections.



-- 
Dieter


More information about the Zope mailing list