Re: [Zope-dev] Transaction error on Zopesite DB

2002-02-08 Thread Dieter Maurer

Scott Burton writes:
 > I keep getting a transaction error which renders my entire ODB unwritable on 
 > Zopesite.com just about everyday.
This may happen when there is an exception during the second
step of the two phase commit. We had such a problem with an
old version of FSSession (fixed long ago).

Activate logging (--> achives) and see whether you find a hint
in the log file.

Usually, the "Data.fs" is not really corrupted and a simple
Zope restart is enough to get working again.


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Transaction error on Zopesite DB

2002-02-05 Thread Chris McDonough

Hi Scott,

In the past, things like this have usually turned out to be hardware issues.
One thing that you can try if you're running this on Linux or BSD is
compiling the kernel maybe 10 times on the same machine to see if you notice
any disk corruption or bus errors or other weirdnesses.  There haven't been
any "corruption" bugfixes to FileStorage for a long while; while that
doesn't mean it's not a software problem, it'd be good to know that the
hardware is stable.

- C

- Original Message -
From: "Scott Burton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 05, 2002 3:29 PM
Subject: [Zope-dev] Transaction error on Zopesite DB


> I keep getting a transaction error which renders my entire ODB unwritable
on
> Zopesite.com just about everyday. I can go in and repair it with fsrecover
> fine. It comes back up just great and I can write to the DB again. A day
> later same transaction error. I have thousands and thousands of instances
of
> multiple products in the ODB. The actual DB size is only about 200 megs. I
> am sure there could be many many reasons for this happening. I am just
> wondering where to start?
>
> Scott
>
> _
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.
>
>
> ___
> Zope-Dev maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
>


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )