Forum OpenACS Development: Re: Server startup failed: Error during bootstrapping

Collapse
Posted by jorge freitas on
I don't have any errors before that one. I have take off the \ sign in the expression
syntax error in expression " [nsv_exists proc_source_file $proc_name] \
            && [string"
and now i get a different type of error:
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: nsmain: AOLserver/3.3.1+ad13 starting
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: nsmain: security info: uid=500, euid=500, gid=500, egid=500
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: nsmain: max files: FD_SETSIZE = 1024, rl_cur =
1024, rl_max = 1024
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: return: redirecting '404' to 'global/file-not-found.html'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: return: redirecting '403' to 'global/forbidden.html'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: modload: loading '/usr/local/aolserver/bin/postgres.so'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: PostgreSQL loaded.
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: adp: mapped /*.adp
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nssock.so'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nslog.so'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: nslog: opened '/home/admin/web/openacs/log/access.log'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nssha1.so'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nscache.so'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: nscache module version @VER@
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nsrewrite.so'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nsxml.so'
[27/Mar/2003:18:01:13][2560.8192][-main-] Notice: nsxml module starting
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: conf: [ns/server/openacs]enabletclpages = 0
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Loading OpenACS, rooted at /home/admin/web/openacs
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Sourcing /home/admin/web/openacs/packages/acs-bootstrap-installer/bootstrap.tcl
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Bootstrap: sourcing /home/admin/web/openacs/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Bootstrap: sourcing /home/admin/web/openacs/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Bootstrap: sourcing /home/admin/web/openacs/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Bootstrap: sourcing /home/admin/web/openacs/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Bootstrap: sourcing /home/admin/web/openacs/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
[27/Mar/2003:18:01:14][2560.8192][-main-] Error: Bootstrap: Server startup failed: Error during bootstrapping
invalid command name "{oracle Oracle8 Oracle8} {postgresql PostgreSQL PostgreSQL}"
    while executing
"[list [list "oracle" "Oracle8" "Oracle8"] [list "postgresql" "PostgreSQL" "PostgreSQL"]]"
    (procedure "db_bootstrap_set_db_type" line 54)
    invoked from within
"db_bootstrap_set_db_type database_problem"
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Sourcing files for postload...
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Done.
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: Executing initialization code blocks...
[27/Mar/2003:18:01:14][2560.8192][-main-] Error: Error parsing queryfile /home/admin/web/openacs/www/index-oracle.xql:

invalid command name "xml_parse"
[27/Mar/2003:18:01:14][2560.8192][-main-] Error: Error parsing queryfile /home/admin/web/openacs/www/index-postgresql.xql:

invalid command name "xml_parse"
[27/Mar/2003:18:01:14][2560.8192][-main-] Error: Error parsing queryfile /home/admin/web/openacs/www/index.xql:

invalid command name "xml_parse"
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: tcl: generating interp init script
[27/Mar/2003:18:01:14][2560.8192][-main-] Warning: keepalive: insufficient maxkeepalive 0: keepalive disabled
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: nsmain: AOLserver/3.3.1+ad13 running
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: nsmain: security info: uid=500, euid=500, gid=500, egid=500
[27/Mar/2003:18:01:14][2560.16387][-sched-] Notice: sched: starting
[27/Mar/2003:18:01:14][2560.8192][-main-] Notice: serv: waiting for warmup
[27/Mar/2003:18:01:15][2560.8192][-main-] Notice: serv: warmed up
[27/Mar/2003:18:01:15][2560.8192][-main-] Notice: socks: idle
[27/Mar/2003:18:01:15][2560.8192][-main-] Notice: sched: idle
[27/Mar/2003:18:01:15][2560.8192][-main-] Notice: nssock: listening on 127.0.0.1:8000
[27/Mar/2003:18:01:15][2560.65545][-nssock-] Notice: nssock: starting
[27/Mar/2003:18:01:15][2560.65545][-nssock-] Notice: nssock: accepting connections
Tanks for the replys, and i hope you can help me one more time. Tanks.