Forum OpenACS Q&A: installation issues centos 6.4

Collapse
Posted by Jeff Lu on
Hi All, tried to install on centos 6.4 using the install.tgz
(https://openacs.org/storage/view/aolserver/install.tgz)

I did not notice any errors when using the install script.

However when I start openacs (fresh tarball of openacs 5.7.0)

I get the following error in my log:

[21/Jul/2013:08:24:51][18090.3074729664][-main-] Error: Tcl exception:
syntax error in expression "$c in {::oo}": extra tokens at end of expression
("if" test expression)
while compiling
"if {$c in {::oo}} continue"
("foreach" body line 3)
while compiling
"foreach c [namespace children $top] {
# skip built-in namespaces
if {$c in {::oo}} continue
_ns_getnamespaces list $c
}"
(compiling body of proc "_ns_getnamespaces", line 4)
invoked from within
"_ns_getnamespaces namespaces"
(procedure "_ns_savenamespaces" line 5)
invoked from within
"_ns_savenamespaces"
(file "/usr/local/aolserver/bin/init.tcl" line 696)

Collapse
Posted by Jeff Lu on
here is the original log

[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: nsd.tcl: starting to read config file...
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: nsd.tcl: using threadsafe tcl: 1
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: nsd.tcl: finished reading config file.
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: nsmain: AOLserver/4.5.2 starting
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: nsmain: security info: uid=500, euid=500, gid=500, egid=500
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: nsmain: max files: FD_SETSIZE = 1024, rl_cur = 4096, rl_max = 4096
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Warning: nsmain: rl_max > FD_SETSIZE
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Error: pidfile: failed to open pid file '/usr/local/aolserver/log/nspid.openacs': 'Permission denied'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: encoding: loaded: utf-8
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: fastpath[openacs]: mapped GET /
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: fastpath[openacs]: mapped HEAD /
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: fastpath[openacs]: mapped POST /
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: adp[openacs]: mapped GET /*.adp
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: adp[openacs]: mapped HEAD /*.adp
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: adp[openacs]: mapped POST /*.adp
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nssock.so'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nslog.so'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: nslog: opened '/web/openacs/log/openacs.log'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nssha1.so'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nsdb.so'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nspostgres.so'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: PostgreSQL loaded.
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: modload: loading '/usr/local/aolserver/lib/thread2.6.5/libthread2.6.5.so'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: conf: [ns/server/openacs]enabletclpages = 0
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: default thread pool: minthreads 5 maxthreads 10 idle 0 current 0 maxconns 100 queued 0 timeout 120 spread 20
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: XOTcl version 1.6.0 loaded
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading OpenACS, rooted at /web/openacs
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Sourcing /web/openacs/packages/acs-bootstrap-installer/bootstrap.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Bootstrap: sourcing /web/openacs/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Bootstrap: sourcing /web/openacs/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Bootstrap: sourcing /web/openacs/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Bootstrap: sourcing /web/openacs/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Bootstrap: sourcing /web/openacs/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Database API: Default database (dbn) is: 'default'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Database API: Using ALL database pools for OpenACS.
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Database API: The following pools are available for OpenACS: pool1 pool2 pool3
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: dbdrv: opening database 'postgres:localhost::openacs'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Opening openacs on localhost
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Ns_PgOpenDb(postgres): Openned connection to localhost::openacs.
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: dbdrv: opening database 'postgres:localhost::openacs'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Opening openacs on localhost
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Ns_PgOpenDb(postgres): Openned connection to localhost::openacs.
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: dbdrv: opening database 'postgres:localhost::openacs'
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Opening openacs on localhost
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Ns_PgOpenDb(postgres): Openned connection to localhost::openacs.
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Bootstrap: Loading acs-tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/00-database-procs-postgresql.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/00-database-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/10-charset-compat-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/30-xml-utils-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/acs-kernel-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/acs-permissions-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/acs-private-data-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/ad-functional-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/admin-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/adp-parser-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/aolserver-3-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/apm-file-procs.tcl
[21/Jul/2013:08:24:50][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/apm-install-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/apm-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/apm-xml-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/application-data-link-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/application-link-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/callback-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/community-core-2-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/community-core-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/defs-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/deprecated-utilities-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/document-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/ds-stub-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/exception-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/form-processing-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/html-email-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/http-auth-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/image-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/install-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/json-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/membership-rel-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/memoize-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/navigation-callback-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/navigation-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/object-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/object-type-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/openacs-kernel-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/parameter-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/pdf-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/proxy-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/request-processor-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/security-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/server-cluster-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/set-operation-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/site-node-apm-integration-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/site-node-object-map-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/site-nodes-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/sql-statement-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/stack-trace-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/table-display-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/tcl-documentation-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/tdom-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/text-html-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/user-extensions-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/util-diff-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/utilities-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/whos-online-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/widgets-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/xml-0-sgml-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/xml-1-dom-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Loading acs-tcl/tcl/xml-2-procs.tcl
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Bootstrap: Installation is not complete - sourcing the installer.
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Sourcing files for postload...
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Done.
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: Executing initialization code blocks...
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Error: Tcl exception:
syntax error in expression "$c in {::oo}": extra tokens at end of expression
("if" test expression)
while compiling
"if {$c in {::oo}} continue"
("foreach" body line 3)
while compiling
"foreach c [namespace children $top] {
# skip built-in namespaces
if {$c in {::oo}} continue
_ns_getnamespaces list $c
}"
(compiling body of proc "_ns_getnamespaces", line 4)
invoked from within
"_ns_getnamespaces namespaces"
(procedure "_ns_savenamespaces" line 5)
invoked from within
"_ns_savenamespaces"
(file "/usr/local/aolserver/bin/init.tcl" line 696)
[21/Jul/2013:08:24:51][18090.3074729664][-main-] Notice: nsmain: AOLserver/4.5.2 running

Collapse
Posted by Gustaf Neumann on
Dear Jeff,

It seems as if aolserver 4.5.2 requires now tcl 8.5, and you are using a tcl version that does not include the "in" operator. ... i see, "your version" is from the install script, which should be updated.

Just now, i've updated the versions of tcl, tcllib, libthread, xotcl, fixed the download link of tdom and a few further things. Please get an updated version from the same place and install again.

Best regards
-gustaf neumann