Hi,
I checked out a fresh version of the HEAD and now I can't get to the homepage, http://192.168.0.100 anymore. It worked a couple of days ago.
AOLserver starts without errors (almost, see below) and listens on that IP, port 80.
These are the only errors I get during startup but they are not related, I believe:
... [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: Querying 'select count(*) from pg_class;' [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: dbinit: sql(localhost::dotlrn-test): 'select count(*) from pg_class' [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: Querying 'drop function __test__();' [17/Sep/2002:11:26:10][15034.1024][-main-] Error: Ns_PgExec: result status: 7 message: ERROR: RemoveFunction: function '__test__()' does not exist [17/Sep/2002:11:26:10][15034.1024][-main-] Error: dbinit: error(localhost::dotlrn-test,ERROR: RemoveFunction: function '__test__()' does not exist ): 'drop function __test__();' [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: Querying 'create function __test__() returns integer as 'begin end;' language 'plpgsql';' [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: dbinit: sql(localhost::dotlrn-test): 'create function __test__() returns integer as 'begin end;' language 'plpgsql'' [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: Querying 'drop function __test__();' [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: dbinit: sql(localhost::dotlrn-test): 'drop function __test__();' [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: Loading acs-tcl [17/Sep/2002:11:26:10][15034.1024][-main-] Notice: Loading packages/acs-tcl/tcl/00-database-procs-postgresql.tcl... ...When I request the index page, this is what I get:
[17/Sep/2002:11:32:05][15034.2051][-sched-] Notice: Running
scheduled proc search_indexer...
[17/Sep/2002:11:32:05][15034.2051][-sched-] Debug:
db_qd_get_fullname: following query in file:
packages.search.tcl.search-procs proc: search_indexer
[17/Sep/2002:11:32:05][15034.2051][-sched-] Debug: PgBindCmd: sql
=
select object_id, event_date, event
from search_observer_queue
order by event_date asc
[17/Sep/2002:11:32:05][15034.2051][-sched-] Notice: Querying '
select object_id, event_date, event
from search_observer_queue
order by event_date asc;'
[17/Sep/2002:11:32:05][15034.2051][-sched-] Notice: dbinit:
sql(localhost::dotlrn-test): '
select object_id, event_date, event
from search_observer_queue
order by event_date asc
'
[17/Sep/2002:11:32:05][15034.2051][-sched-] Notice: Done running
scheduled proc search_indexer.
I noticed here
that some work on the core has been going on lately. I'm mot
saying that this is what broke things, but that it might have
been.
Request notifications