Trouble starting ASP on Fedora Core 6

Submitted by stoermer on Thu, 2008-02-21 16:19.

Hello,

I'm attempting to use OpenClovis 3.0 on Fedora Core 6.

I used the tutorial procedure to configure/build csa101. Everything went fine until I tried to start ASP using "etc/init.d/asp start".

I see messages indicating that SNMP started, AMF started, AMF Watchdog started, but then I am returned back to the shell.

In the SCNodeI0.log file I see these error messages...

Thu Feb 21 14:45:17 2008 (SCNodeI0.15425 : AMF.---.---.00020 : CRITIC) Failed to initializing basic library [Dbal], error [0x30025]
Thu Feb 21 14:45:17 2008 (SCNodeI0.15425 : AMF.---.---.00021 : CRITIC) Failed to initialize all basic libraries, error [0x30025]
Thu Feb 21 14:45:17 2008 (SCNodeI0.15425 : AMF.CPM.BOO.00023 : CRITIC) Main function of CPM failed, error [0x30025]

Anyone see this before? Any idea what error 0x30025 means?

Thanks!
Mark

Submitted by stoermer on Thu, 2008-02-21 17:03.

Nevermind, figured it out.

The etc/clDbalConfig.xml file selected SQLite. After editing this file to select GDBM, everything worked fine!!!

Both SQLite and GDBM are both available on my machine, not sure my SQLite did not work.

Submitted by sidharth on Thu, 2008-03-13 05:41.

Make file of CSA101 contains
SYS_LIBS := -lpthread -lgdbm -ldl
for sqlite need to change the sqlite library.

Thanks,
sidharth.

Submitted by sidharth on Wed, 2008-03-12 00:16.

thanks it helped me a lot

sidharth..