Hi
I'd like to test db_flatstore module at 3.1 to write accounting data. The module is not loading though. The config is really simple: loadmodule "db_flatstore.so" modparam("acc", "db_url", "flatstore:/var/log/kamailio/cdr")
I'm getting this error: 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_bind_api> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_bind_api> in module <db_flatstore> not found 0(27360) DEBUG: <core> [db.c:210]: using export interface to bind db_flatstore 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_use_table> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_use_table> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_init> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_init> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_close> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_close> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_query> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_query> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_fetch_result> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_fetch_result> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_raw_query> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_raw_query> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_free_result> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_free_result> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_insert> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_insert> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_delete> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_delete> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_update> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_update> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_replace> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_replace> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_last_inserted_id> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_last_inserted_id> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_insert_update> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_insert_update> in module <db_flatstore> not found 0(27360) ERROR: <core> [db.c:79]: module db_flatstore does not export db_use_table function 0(27360) ERROR: acc [acc.c:333]: bind_db failed 0(27360) ERROR: acc [acc_mod.c:459]: failed...did you load a database module? 0(27360) ERROR: <core> [sr_module.c:875]: init_mod(): Error while initializing module acc (/usr/local/kamailio-3.1/lib/kamailio/modules_k/acc.so) ERROR: error while initializing modules
Any idea?
Thanks in advance
Javier
Hello,
fetch the latest git version of branch 3.1 and try again. It proved that the function to bind to DB API v1 used by k modules was no longer exported upon addition of implementation for DB API v2.
I had no test framework for it, let me know if it works.
Thanks, Daniel
On 11/24/10 6:50 PM, Javier Gallart wrote:
Hi
I'd like to test db_flatstore module at 3.1 to write accounting data. The module is not loading though. The config is really simple: loadmodule "db_flatstore.so" modparam("acc", "db_url", "flatstore:/var/log/kamailio/cdr")
I'm getting this error: 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_bind_api> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_bind_api> in module <db_flatstore> not found 0(27360) DEBUG: <core> [db.c:210]: using export interface to bind db_flatstore 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_use_table> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_use_table> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_init> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_init> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_close> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_close> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_query> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_query> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_fetch_result> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_fetch_result> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_raw_query> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_raw_query> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_free_result> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_free_result> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_insert> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_insert> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_delete> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_delete> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_update> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_update> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_replace> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_replace> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_last_inserted_id> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_last_inserted_id> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_insert_update> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_insert_update> in module <db_flatstore> not found 0(27360) ERROR: <core> [db.c:79]: module db_flatstore does not export db_use_table function 0(27360) ERROR: acc [acc.c:333]: bind_db failed 0(27360) ERROR: acc [acc_mod.c:459]: failed...did you load a database module? 0(27360) ERROR: <core> [sr_module.c:875]: init_mod(): Error while initializing module acc (/usr/local/kamailio-3.1/lib/kamailio/modules_k/acc.so) ERROR: error while initializing modules
Any idea?
Thanks in advance
Javier
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi Daniel
working now...Thanks!
Regards
Javi
On Wed, Nov 24, 2010 at 10:42 PM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Hello,
fetch the latest git version of branch 3.1 and try again. It proved that the function to bind to DB API v1 used by k modules was no longer exported upon addition of implementation for DB API v2.
I had no test framework for it, let me know if it works.
Thanks, Daniel
On 11/24/10 6:50 PM, Javier Gallart wrote:
Hi
I'd like to test db_flatstore module at 3.1 to write accounting data. The module is not loading though. The config is really simple: loadmodule "db_flatstore.so" modparam("acc", "db_url", "flatstore:/var/log/kamailio/cdr")
I'm getting this error: 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_bind_api> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_bind_api> in module <db_flatstore> not found 0(27360) DEBUG: <core> [db.c:210]: using export interface to bind db_flatstore 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_use_table> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_use_table> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_init> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_init> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_close> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_close> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_query> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_query> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_fetch_result> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_fetch_result> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_raw_query> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_raw_query> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_free_result> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_free_result> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_insert> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_insert> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_delete> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_delete> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_update> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_update> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_replace> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_replace> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_last_inserted_id> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_last_inserted_id> in module <db_flatstore> not found 0(27360) DEBUG: <core> [sr_module.c:631]: find_export_record: <db_insert_update> not found 0(27360) DEBUG: <core> [sr_module.c:684]: find_mod_export: <db_insert_update> in module <db_flatstore> not found 0(27360) ERROR: <core> [db.c:79]: module db_flatstore does not export db_use_table function 0(27360) ERROR: acc [acc.c:333]: bind_db failed 0(27360) ERROR: acc [acc_mod.c:459]: failed...did you load a database module? 0(27360) ERROR: <core> [sr_module.c:875]: init_mod(): Error while initializing module acc (/usr/local/kamailio-3.1/lib/kamailio/modules_k/acc.so) ERROR: error while initializing modules
Any idea?
Thanks in advance
Javier
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla Kamailio (OpenSER) Advanced Training Jan 24-26, 2011, Irvine, CA, USAhttp://www.asipto.com