| From: | David Wheeler <david(at)wheeler(dot)net> |
|---|---|
| To: | Rudy Lippan <rlippan(at)remotelinux(dot)com> |
| Cc: | Cosimo Streppone <cstrep(at)satelgroup(dot)net>, <dbi-users(at)perl(dot)org>, "'DBI developers'" <dbi-dev(at)perl(dot)org>, <dbdpg-general(at)svr3(dot)postgresql(dot)org>, <pgsql-interfaces(at)postgresql(dot)org> |
| Subject: | Re: Announce: DBD::Pg 1.30_2 (beta) |
| Date: | 2003-06-12 18:45:27 |
| Message-ID: | 08E5FCA4-9D06-11D7-83D4-0003931A964A@wheeler.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
I'm seeing some errors appearing in my Apache log under Bricolage. Not
sure what the deal is, but this didn't happen under DBD::Pg 1.22 or
earlier:
WARNING: BEGIN: already a transaction in progress
WARNING: COMMIT: no transaction in progress
WARNING: BEGIN: already a transaction in progress
WARNING: COMMIT: no transaction in progress
Issuing rollback() for database handle being DESTROY'd without explicit
disconnect() at /usr/local/bricolage/lib/Bric/Util/DBI.pm line 1661.
rollback ineffective with AutoCommit enabled at
/usr/local/bricolage/lib/Bric/Util/DBI.pm line 960.
[Thu Jun 12 11:42:09 2003] [error] [client 127.0.0.1] Unable to commit
transactions: DBD::Pg::db commit failed: begin failed at
/usr/local/bricolage/lib/Bric/Util/DBI.pm line 571.
It seems rather confused about transaction states...In Bricolage, each
Apache request is a single transaction.
Rudy, do you know offhand what might be causing this?
Regards,
David
| From | Date | Subject | |
|---|---|---|---|
| Next Message | rino.79 | 2003-06-13 18:23:45 | Info |
| Previous Message | Cosimo Streppone | 2003-06-12 16:50:30 | Re: Announce: DBD::Pg 1.30_2 (beta) |