Forum OpenACS Development: openacs installation problem (configuring with Oracle10g)

error that i'm getting while executing the command run using config.tcl

[27/Mar/2007:14:00:50][2178.16384][-main-] Fatal: received fatal signal 11
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: nsmain: AOLserver/4.0.9 starting
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: nsmain: security info: uid=1001, euid=1001, gid=1002, egid=1002
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: nsmain: max files: FD_SETSIZE = 1024, rl_cur = 1024, rl_max = 1024
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: adp[aiesec_dev]: mapped /*.adp
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nssock.so'
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nslog.so'
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: nslog: opened '/var/lib/aolserver/aiesec_dev/log/aiesec_dev.log'
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nssha1.so'
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nscache.so'
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: nscache module version 1.5 server: aiesec_dev
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nsdb.so'
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nsoracle.so'
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: ora8 driver LobBufferSize = 32768
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: ora8 driver PrefetchRows = 0
[27/Mar/2007:14:28:19][2826.16384][-main-] Notice: ora8 driver PrefetchMemory = 0
[27/Mar/2007:14:28:19][2826.16384][-main-] Error: nsoracle.c:901:Ns_DbDriverInit: error in `OCIInitialize ()':
SQL: [nil]
[27/Mar/2007:14:28:19][2826.16384][-main-] Fatal: received fatal signal 11

can anyone help me with this...
thanks...

Collapse
Posted by ram P on
I have just avoided that error by commenting that statement, but i know this is not a solution for that problem. I still dont know how to remove that error. as soon as i come to know about it i will post it here...
I believe I've had this problem before and it might be a linking or a permissions problem.

Make sure the user running AOLserver has execute and read permissions on the libraries needed by nsoracle.so:

# ldd /usr/local/aolserver/bin/nsoracle.so
libclntsh.so.10.1 => /oracle/app/product/10.2.0/db_1/lib/libclntsh.so.10.1 (0x0091d000)
libdl.so.2 => /lib/libdl.so.2 (0x00751000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00111000)
libc.so.6 => /lib/tls/libc.so.6 (0x00123000)
libnnz10.so => /oracle/app/product/10.2.0/db_1/lib/libnnz10.so (0x0024e000)
libm.so.6 => /lib/tls/libm.so.6 (0x00452000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00475000)
/lib/ld-linux.so.2 (0x00599000)

You are able to log in to your database and view the OACS tables using sqlplus right?