Forum OpenACS Q&A: Re: Three problems when starting the aolserver

Collapse
Posted by Dave Bauer on
You need to get the more specific error messages.
There should be a message when loading the nspostgres.so module that will explain more fully.

tdom is probably not in the correct path.

you need tcclib to be installed and available to aolserver also to solve the mime error message.

Collapse
Posted by rosae rosae on
Hello,

I have tcllib installed in the operating system. What is the correct path for tdom?, I installed it and the tcllib from the software manager of the operating system.

I tried to start the server again and now I see more error lines:

[19/Oct/2010:17:35:11][12765.18446744071700371200][-main-] Warning: modload: could not load /usr/local/aolserver/bin/nspostgres.so: libnspostgres.so: cannot open shared object file: No such file or directory
[19/Oct/2010:17:35:11][12765.18446744071700371200][-main-] Error: dbdrv: failed to load driver 'postgres'
[19/Oct/2010:17:35:11][12765.18446744071700371200][-main-] Error: dbinit: no such default pool 'pool1'

This error is very strange because I have installed the nspostgres module.

[19/Oct/2010:17:35:11][12765.18446744071700371200][-main-] Error: 0-acs-init.tcl: error loading tdom: can't find package tdom

This error is strange to because I have tdom installed in the operating system.

[19/Oct/2010:17:35:12][12765.18446744071700371200][-main-] Error: Error sourcing /var/lib/aolserver/service0/packages/acs-tcl/tcl/html-email-procs.tcl:
can't find package mime
while executing
"package require mime"
(file "/var/lib/aolserver/service0/packages/acs-tcl/tcl/html-email-procs.tcl" line 12)
invoked from within
"source $__file "

This error is strange to because I have tcllib installed in the operating system.

Error: Bootstrap: RDBMS type could not be determined for any pool.

I think this error is due to the first one. And I think it will disapear when I solve the first error.

Any ideas?

Thanks in advance