required modules, when I try to run AOLServer:
./bin/nsd -t openacs.tcl
I get following error in log file:
**********************************************************************
[27/Feb/2001:20:09:53][2635.2051][-sched-] Error: dns: gethostbyname
failed: temporary error - try again
[27/Feb/2001:20:09:53][2635.2051][-sched-] Error: urlopen: failed to
connect
to 'http://info.webcrawler.com/mak/projects/robots/active/all.txt': 'R
esource tempo rarily unavailable'
[27/Feb/2001:20:09:53][2635.2051][-sched-] Error: dns: gethostbyname
failed: temporary error - try again
[27/Feb/2001:20:09:53][2635.2051][-sched-] Error: failed sending
email note to somenerd@yourdomain.com
[27/Feb/2001:20:09:54][2635.2051][-sched-] Error: Ns_PgExec: result
status: 7 message: ERROR: content_sections: Table does not exist.
[27/Feb/2001:20:09:54][2635.2051][-sched-] Error: dbinit: error
(localhost::openacs,ERROR: content_sections: Table does not exist.
): 'select section_url_stub
from content_sections
where scope='public'
and requires_registration_p = 't''
[27/Feb/2001:20:09:54][2635.2051][-sched-] Error: Database
operation "select" failed (exception NSDB, "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
{} 983284789
0 t}"
[27/Feb/2001:20:09:59][2635.2051][-sched-] Error: Ns_PgExec: result
status: 7 message: ERROR: spam_history: Table does not exist.
[27/Feb/2001:20:09:59][2635.2051][-sched-] Error: dbinit: error
(localhost::openacs,ERROR: spam_history: Table does not exist.
): 'select * from spam_history where status = 'sending''
[27/Feb/2001:20:09:59][2635.2051][-sched-] Error: Database
operation "select" failed (exception NSDB, "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 * from spam_history where status
= 'sending'""
(procedure "flag_interrupted_spams" line 3)
invoked from within
"flag_interrupted_spams"
("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 10 flag_interrupted_spams {} 983284789 0
t}"
**********************************************************************
When I try to visit http://localhost:8080, Netscape give an error box
saying "Document contain no data try again or contact the server
admin"
Also AOL_HOME/bin has postgres.so file. Also the datamodel was loaded
without any error.
Thanks
Request notifications