Subject: | v1.02 Commit Problem |
Back again, sorry. I'm seeing a problem with v 1.02 and journaling. The perl program, popfile, runs as a daemon in the background. After upgrading from v .31 to v 1.02 and converting the database, I see the following errors;
POPFile Engine v0.21.1 running
DBD::SQLite::db commit failed: cannot commit transaction - SQL statements in progress(1) at dbdimp.c line 540 at /usr/local/bin/popfile/Classifier/Bayes.pm line 1828, <GEN3> line 5.
DBD::SQLite::st execute failed: SQL logic error or missing database(1) at dbdimp.c line 371 at /usr/local/bin/popfile/Classifier/Bayes.pm line 2912, <$reader> line 3.
DBD::SQLite::db begin_work failed: Already in a transaction at /usr/local/bin/popfile/Classifier/Bayes.pm line 1808, <GEN15> line 5.
DBD::SQLite::db commit failed: cannot commit transaction - SQL statements in progress(1) at dbdimp.c line 203 at /usr/local/bin/popfile/Classifier/Bayes.pm line 1828, <GEN15> line 5.
DBD::SQLite::st execute failed: SQL logic error or missing database(1) at dbdimp.c line 371 at /usr/local/bin/popfile/Classifier/Bayes.pm line 2912, <$reader> line 3.
DBD::SQLite::db begin_work failed: Already in a transaction at /usr/local/bin/popfile/Classifier/Bayes.pm line 1808, <GEN49> line 5.
DBD::SQLite::db commit failed: cannot commit transaction - SQL statements in progress(1) at dbdimp.c line 203 at /usr/local/bin/popfile/Classifier/Bayes.pm line 1828, <GEN49> line 5.
DBD::SQLite::st execute failed: SQL logic error or missing database(1) at dbdimp.c line 371 at /usr/local/bin/popfile/Classifier/Bayes.pm line 2912, <$reader> line 3.
The -journal file never gets committed. The popfile perl program runs fine on v .31 and I'm stumped on the 'SQL statements in progress' message that apparently is the cause of all the rest of the errors. Can you point me in the right direction?
Scott