[Zope] Console messages; what does these mean?

Petru Paler ppetru@coltronix.com
Tue, 23 Nov 1999 16:45:53 +0200 (EET)


On Tue, 23 Nov 1999, Jim Fulton wrote:

> > [root@getafix ZOPE-2.0.0]# /opt/mtg/Z/ZOPE-2.0.0/start
> > [root@getafix ZOPE-2.0.0]# NOTICE:  BeginTransactionBlock and not in
> > default state
> > NOTICE:  EndTransactionBlock and not inprogress/abort state
> > NOTICE:  BeginTransactionBlock and not in default state
> > NOTICE:  EndTransactionBlock and not inprogress/abort state
> > NOTICE:  BeginTransactionBlock and not in default state
> > NOTICE:  EndTransactionBlock and not inprogress/abort state
> > NOTICE:  BeginTransactionBlock and not in default state
> > NOTICE:  EndTransactionBlock and not inprogress/abort
> > state
> 
> These messages are not from Zope code. They look like they
> might be coming from an external database. Are you using an SQL
> database with Zope?

   I bet it's Postgres (I see these messages too). You can verify it by
going into psql and executing a rollback without a "begin".

-Petru