Forum OpenACS Q&A: First time OACS startup

Collapse
Posted by Joshua Gramlich on
I think I'm missing some things in my database.  Can anyone help me.
This is the first time I've tried to start this "instance" of OACS.
That is, I haven't had it working yet.

My log file has the following:

[06/Sep/2001:10:24:11][90999.135736320][-sched-] Notice: Done running
scheduled proc ad_update_robot_lis
t.
[06/Sep/2001:10:24:11][90999.135736320][-sched-] Notice: Running
scheduled proc ad_filter_restricted_con
tent_sections...
[06/Sep/2001:10:24:11][90999.135736320][-sched-] Error: Ns_PgExec:
result status: 7 message: ERROR:  Rel
ation 'content_sections' does not exist

[06/Sep/2001:10:24:11][90999.135736320][-sched-] Error: dbinit: error
(localhost::mydb,ERROR:  Relation '
content_sections' does not exist
): '
    select section_url_stub
    from content_sections
    where scope='public'
    and requires_registration_p = 't''
[06/Sep/2001:10:24:11][90999.135736320][-sched-] Error: Database
operation "select" failed (exception NS
DB, "Query was not a statement returning rows.")
Database operation "select" failed (exception NSDB, "Query was not a
statement returning rows.")
    while executing
"ns_db select $db "
    select section_url_stub
    from content_sections
    where scope='public'
    and requires_registration_p = 't'""
    (procedure "ad_filter_restricted_content_sections" line 4)
    invoked from within
"ad_filter_restricted_content_sections"
    ("eval" body line 1)
    invoked from within
"eval [concat [list $proc] $args]"
    (procedure "ad_run_scheduled_proc" line 43)
    invoked from within
"ad_run_scheduled_proc {f t 5 ad_filter_restricted_content_sections
{} 999793446 0 t}"
[06/Sep/2001:10:24:12][90999.135736320][-sched-] Notice: Running
scheduled proc config_default_email_typ
es...
[06/Sep/2001:10:24:12][90999.135736320][-sched-] Error: Ns_PgExec:
result status: 7 message: ERROR:  Rel
ation 'default_email_types' does not exist

Collapse
Posted by Jonathan Ellis on
It should have been in the datamodel you loaded.  Did you pipe the output from loading to a file you can grep for errors?
Collapse
Posted by Joshua Gramlich on
I thought I tried that but there but it didn't work.  I think I'm going to blow it away and try again...