[ZODB-Dev] Weird ZODB error on Zope startup :-(
Dieter Maurer
dieter at handshake.de
Fri Mar 24 15:07:12 EST 2006
Chris Withers wrote at 2006-3-24 16:44 +0000:
>Anyone ever see this error before and have a clue what it means?
>
>>>> File "lib/python/Zope2/Startup/__init__.py", line 47,
>>>> in startup
>>>> starter.setConfiguration(cfg)
>>>> File
>>>> "lib/python/Zope2/App/startup.py",
>>>> line 100, in startup
>>>> File
>>>> "lib/python/Products/ZODBMountPoint/Mount.py",
>>>> line 226, in close
>>>> File
>>>> "lib/python/ZODB/Connection.py",
>>>> line 240, in close
>>>> ZODB.POSException.ConnectionStateError: Cannot close a connection
>>>> joined to a transaction
A persistency bug -- probably in some component:
The error occurs because something closes the connection
without previously aborting/committing the transaction.
--
Dieter
More information about the ZODB-Dev
mailing list