Hi ppl,
i have just installed aolserver, created my postgresql database as nobody, done createlang plpgsql mydbname as superuser, etc, got nsd (aolserver) running, gone through the openACS installation process, registering the admin user details etc and all looked completely successful. The tables were all created in the database, and there were no errors in my postgresql logfile, etc. The aolserver was shut down automatically and i was informed everything would be operational when i retsarted my aolserver.
Unfortunately, when i try to restart aolserver, with:
cd /usr/local/progs/aolserver
./bin/nsd -t /home/nobody/web/vorpal/vorpal.tcl -u nobody -g web
the server starts up, runs flat out for a while, then aborts completely.
Examining the error it says all the modules are loaded successfuly including nsxml etc
There is this warning:
[09/Mar/2003:01:54:31][9418.1024][-main-] Warning: apm_boostrap_load_file skipping /home/nobody/web/vorpal/packages/acs-tcl/tcl/tcl-documentation-tests.tcl because it isn't either a -procs.tcl or -init.tcl file
There are also a lot of the messages as shown below:
[09/Mar/2003:00:53:41][7212.4101][-conn1-] Notice: /home/nobody/web/vorpal/packages/wp-slim/wp-slim.info
NOTICE: identifier "apm_package_version__version_name_greater" will be truncated to "apm_package_version__version_na"
NOTICE: identifier "apm_package_version__sortable_version_name" will be truncated to "apm_package_version__sortable_v"
But besides that everything seems to go well, until
[09/Mar/2003:01:54:44][9418.1024][-main-] Debug: Loaded packages/acs-content-repository/tcl/acs-content-repository-init.tcl.
[09/Mar/2003:01:54:44][9418.1024][-main-] Debug: Loading packages/acs-mail/tcl/acs-mail-init.tcl...
[09/Mar/2003:01:54:44][9418.1024][-main-] Notice: Scheduling proc acs_mail_process_queue
[09/Mar/2003:01:54:44][9418.1024][-main-] Notice: acs-mail: ns_uuencode works!!
Aborted
The end of my postgresql log shows that everything was going great until nsd aborted...
2003-03-09 01:54:44 [9424] DEBUG: StartTransactionCommand
2003-03-09 01:54:44 [9424] DEBUG: query:
select distinct package_key
from apm_package_versions
where enabled_p='t';
2003-03-09 01:54:44 [9424] DEBUG: CommitTransactionCommand
2003-03-09 01:54:46 [9426] DEBUG: pq_recvbuf: unexpected EOF on client connection
2003-03-09 01:54:46 [7073] DEBUG: reaping dead processes
2003-03-09 01:54:46 [7073] DEBUG: child process (pid 9426) exited with exit code 0
2003-03-09 01:54:46 [9425] DEBUG: pq_recvbuf: unexpected EOF on client connection
2003-03-09 01:54:46 [7073] DEBUG: reaping dead processes
2003-03-09 01:54:46 [7073] DEBUG: child process (pid 9425) exited with exit code 0
2003-03-09 01:54:46 [9424] DEBUG: pq_recvbuf: unexpected EOF on client connection
2003-03-09 01:54:46 [7073] DEBUG: reaping dead processes
I am running Mandrake 8.2, using Matts AOLserver distribution:
(AOLserver/3.3.1+ad13 (aolserver3_3_1_ad13)
CVS Tag: $Name: nsd_v3_r3_p1 $
PostgreSQL is 7.2
openACS is 4.6
does anyone have any ideas whats goin on here ?!?!?!?!
help!
John