Forum OpenACS Development: Response to Big honkin' commit now available ...

Collapse
Posted by Edmund Lian on
Yes, I'm using the 2.3 driver from Sourceforge. This is running on AOLserver 3.2+ad12, on a Debian potato system. PostgreSQL is 7.1RC3 On visually scanning the server logs, I see:
[09/Apr/2001:01:42:20][15832.4101][-conn0-] Notice: Querying '
    select case when count(*) = 0 then 0 else 1 end from apm_package_db_types;'
[09/Apr/2001:01:42:20][15832.4101][-conn0-] Error: Ns_PgExec: result status: 7 message: ERROR:  Relation 'apm_packag
e_db_types' does not exist

[09/Apr/2001:01:42:20][15832.4101][-conn0-] Error: dbinit: error(localhost::pgtest,ERROR:  Relation 'apm_package_db_
types' does not exist
): '
    select case when count(*) = 0 then 0 else 1 end from apm_package_db_types'
On checking for the apm_package_db_types table, I see it does not exist. I'll blow away the test DB tomorrow and see what happens. It's a bit late to track anything down (1:52 am) BTW, I noticed the following message in the logs:
[09/Apr/2001:01:42:16][15832.1024][-main-] Notice: Multiple definition of util_memoize in /web/openacs-4/packages/ac
s-tcl/tcl/memoize-procs.tcl and /web/openacs-4/packages/acs-tcl/bootstrap/bootstrap.tcl
We should blow away one of the definitions of util_memoize...