Re: [ZODB-Dev] Weird ZODB error on Zope startup :-(

2006-03-27 Thread Chris Withers
Tim Peters wrote: It means that some object in the Connection was in a modified state when an attempt to close the Connection was made. The current transaction must be committed or aborted first -- ZODB can't guess whether the pending changes should be committed or thrown away, so it won't let t

Re: [ZODB-Dev] Weird ZODB error on Zope startup :-(

2006-03-24 Thread Dieter Maurer
Chris Withers wrote at 2006-3-24 16:44 +: >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,

Re: [ZODB-Dev] Weird ZODB error on Zope startup :-(

2006-03-24 Thread Tim Peters
[Chris Withers] > 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/Product

[ZODB-Dev] Weird ZODB error on Zope startup :-(

2006-03-24 Thread Chris Withers
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