Forum OpenACS Q&A: Installing Kernel Data Model Failure

Collapse
Posted by John Miller on
Thoughts?

I'm new to aolserver, SQL, TCL, and ACS ... not a moron, just ignorant, so detailed replies would be most appreciated.

OpenACS 4.6.1
aolserver: ad13
postgres: 7.2.3

weird thing is that openacs-error.log is empty. [yes, it's writeable, etc. access log is filling up just fine, same permissions, same location, etc.]

From Postgres:
ERROR:  -20000: Insert to composition rels not yet supported

From aolserver:
Error: db_source_sql_file: acs-kernel-create.sql:
psql:groups-body-create.sql:220: ERROR:  ProcedureCreate: cannot change return type of existing function.
        Use DROP FUNCTION first.
psql:acs-create.sql:303: ERROR:  -20000: Insert to composition rels not yet supported

[14/Mar/2003:11:12:31][1848.12283936][-conn0-] Error: Error sourcing /web/openacs/packages/acs-bootstrap-installer/installer/install-data-model.tcl:
psql:groups-body-create.sql:220: ERROR:  ProcedureCreate: cannot change return type of existing function.
        Use DROP FUNCTION first.
psql:acs-create.sql:303: ERROR:  -20000: Insert to composition rels not yet supported

    invoked from within
"db_source_sql_file -callback apm_ns_write_callback "acs-kernel-create.sql""
    (file "/web/openacs/packages/acs-bootstrap-installer/installer/install-data-model.tcl" line 31)
    invoked from within
"source $__file "

Collapse
Posted by John Miller on
7.2.4
Collapse
Posted by Don Baccus on
4.6.2 - which should reach beta stage in about 10 days - will support PG 7.3.x.  You can try it from CVS by grabbing the oacs-4-6 branch if you want, but it's a bit of a moving target at the moment as we're actively fixing bugs and adding small features (feature freeze is Saturday PM)