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
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to