Forum OpenACS Development: Two problems starting the aolserver

Collapse
Posted by rosae rosae on
Hello,

excuse my poor English.

I am loosing my mind trying to start the aolserver. I had a problem when I was installing the nspostgres module that now it is solved.

Now I have everything that is needed installed. When I try to start the aolserver, I have the following two errors.

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 "

and

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

Anyboby can help me?

Thanks in advance.

Collapse
Posted by Victor Guerra on
As for the problem regarding with the mime package: you are missing tcllib which is a set of standard routines for tcl, the mime package is provided by this library. Did you install this one?
Collapse
Posted by rosae rosae on
Yes,

I have the tcllib installed in my operating system, but I get that error.

Any idea?

Thanks in advance

Collapse
Posted by rosae rosae on
I tried to restart 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