Forum OpenACS Q&A: ACS Request Error - ad_security array not found

Respected Sir,
I had installed ACS system. But when I am trying to access it by http://localhost:8080 I get a page with an error " Request Error: ad_security array not found." I tried changing .ini file with "yourservername" replaced by "reserve" where reserve is my service name.
prashant
Collapse
Posted by Cynthia Kiser on
Check to see that your database was available and that the database drivers loaded properly during server startup.
Collapse
Posted by jim strommer on
Newbie question: how do I know if they loaded properly and if they aren't loaded correctly, how do I get them to load correctly? Oracle is up and running. AOLserver is up and running. I've restarted both services a number of times (shutting down DB first to keep from getting corrupted) as well as rebooted the system. Running ACS 3.4.

thanks in advance.

Collapse
Posted by Brian Fenton on
Hi Jim,
in AOLserver's error log, you'll see something like this when the database driver is being loaded:

[06/Oct/2006:03:46:31][12375.1024][-main-] Notice: modload: loading '/apps/aol40
8/bin/nsdb.so'
[06/Oct/2006:03:46:31][12375.1024][-main-] Notice: modload: loading '/apps/aol40
8/bin/nsoracle.so'
[06/Oct/2006:03:46:31][12375.1024][-main-] Notice: ora8 driver LobBufferSize = 5
00000
[06/Oct/2006:03:46:31][12375.1024][-main-] Notice: ora8 driver PrefetchRows = 0
[06/Oct/2006:03:46:31][12375.1024][-main-] Notice: ora8 driver PrefetchMemory =
0
[06/Oct/2006:03:46:31][12375.1024][-main-] Notice: Loaded ArsDigita Oracle Drive
r version 2.7, built on 16:48:39/Dec 15 2004

hope this helps
Brian