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. robert Site Error An error was encountered while publishing this resource. exceptions.TypeError Sorry, a site error occurred. Traceback (innermost last): * Module ZPublisher.Publish, line 196, in publish_module_standard * Module Products.PlacelessTranslationService.PatchStringIO, line 34, in new_publish * Module ZPublisher.Publish, line 146, in publish * Module Zope2.App.startup, line 197, in zpublisher_exception_hook * Module App.ZApplication, line 48, in __bobo_traverse__ * Module ZODB.DB, line 542, in open TypeError: open() takes at least 1946389116 arguments (4 given) 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 with a pool_size of 7 2007-09-07 05:33:11 WARNING ZODB.DB DB.open() has 11 open connections with a pool_size of 7 2007-09-07 05:33:11 WARNING ZODB.DB DB.open() has 12 open connections with a pool_size of 7 2007-09-07 05:33:11 WARNING ZODB.DB DB.open() has 13 open connections with a pool_size of 7 2007-09-07 05:33:11 WARNING ZODB.DB DB.open() has 14 open connections with a pool_size of 7 2007-09-07 05:33:11 CRITICAL ZODB.DB DB.open() has 15 open connections with a pool_size of 7 2007-09-07 05:33:11 CRITICAL ZODB.DB DB.open() has 16 open connections with a pool_size of 7
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
participants (2)
-
Dieter Maurer -
robert rottermann