Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-01-25 Thread Michael Dunstan
On 1/25/06, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Okay, I see: "TemporaryStorage" raises "ConflictError" > when other storages would raise "POSKeyError": something > tries to access an "oid" that was recently garbage collected (i.e. > deleted). > > What you see may be a result of "tempstorage"

[ZODB-Dev] ZODB and Zope on one Linux machine, how?

2006-01-25 Thread Rene Pijlman
I have a productional Linux web server with a Python/Zope/Plone. Now I'd like to install a non-Zope Python/ZODB application on the same server. What is the recommended way of doing that? Option 1: Install ZODB in the Python installation in the usual way. Should I expect problems when I install and

Re: [ZODB-Dev] ZODB and Zope on one Linux machine, how?

2006-01-25 Thread Jens Vagelpohl
On 25 Jan 2006, at 09:49, Rene Pijlman wrote: Option 3: Use separate Python installations for Zope and the application. Install ZODB in the application's Python installation, not in Zope's. This is the only sane option. jens ___ For more informatio

[ZODB-Dev] ioerror on mounting db (zope mounpoint)

2006-01-25 Thread Jürgen Herrmann
hi! after upgrading to zope 2.9 i receeive the following errors for about 20-30s after restart: 2006-01-25 10:54:16 ERROR ZODB.lock_file Error locking file /home/bliss/zope/var/bliss_data.fs.lock Traceback (most recent call last): File "/home/bliss/zope/lib/python/ZODB/lock_file.py", line 63, i

Re: [ZODB-Dev] ZODB and Zope on one Linux machine, how?

2006-01-25 Thread Rene Pijlman
Jens Vagelpohl: >Rene Pijlman: >> Option 3: >> Use separate Python installations for Zope and the application. >> Install ZODB in the application's Python installation, not in >> Zope's. > >This is the only sane option. That's clear. Thank you very much Jens. -- Rene Pijlman http://www.applinet.

Re: [ZODB-Dev] ioerror on mounting db (zope mounpoint)

2006-01-25 Thread Dieter Maurer
Jürgen Herrmann wrote at 2006-1-25 11:00 +0100: >hi! > >after upgrading to zope 2.9 i receeive the following errors for about >20-30s after restart: > >2006-01-25 10:54:16 ERROR ZODB.lock_file Error locking file >/home/bliss/zope/var/bliss_data.fs.lock >Traceback (most recent call last): > File "/

Re: [ZODB-Dev] ioerror on mounting db (zope mounpoint)

2006-01-25 Thread Jürgen Herrmann
hmm, there's definitely no other zope process around at that time. could it be that the index is just being recreated at that time? (there's around 12 objects in the db according zope's cache tab) i'm not a zodb specialist :) but i'd like to find out... regards, juergen herrmann On Wed, Janu