VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
mike at jerris.com Guest
|
Posted: Thu Nov 13, 2008 10:19 am Post subject: [Freeswitch-users] Errors on startup |
|
|
It's not as bad as it looks. Sqlite is just retrying until it can get the lock. That error was removed from the logs in trunk already.
Mike
On Nov 13, 2008, at 10:03 AM, gary wrote:
Quote: | When starting up FS, I got these errors:
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:139 switch_loadable_module_process() Adding Endpoint 'sofia'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'sofia'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'sofia_contact'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:352 switch_loadable_module_process() Adding Chat interface 'sip'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:392 switch_loadable_module_process() Adding Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1]
2008-11-13 09:50:26 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:50:26 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:50:27 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
.........
2008-11-13 09:51:31 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_expr]
2008-11-13 09:51:31 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'expr'
2008-11-13 09:51:31 [ERR] switch_core_sqldb.c:131 switch_core_db_persistant_execute() SQL ERR [database is locked]
2008-11-13 09:51:32 [ERR] switch_core_sqldb.c:131 switch_core_db_persistant_execute() SQL ERR [database is locked]
2008-11-13 09:51:34 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_fifo]
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:237 switch_loadable_module_process() Adding Application 'fifo'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'fifo'
2008-11-13 09:51:34 [INFO] mod_voicemail.c:706 load_config() Added Profile default
2008-11-13 09:51:34 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_voicemail]
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:237 switch_loadable_module_process() Adding Application 'voicemail'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'voicemail'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'voicemail_inject'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'vm_boxcount'
2008-11-13 09:51:38 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:51:38 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:51:39 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:51:39 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
What causes these errors?
How can I fix them?
Gary
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
gang.chen at insightbb... Guest
|
Posted: Thu Nov 13, 2008 11:04 am Post subject: [Freeswitch-users] Errors on startup |
|
|
When starting up FS, I got these errors:
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:139 switch_loadable_module_process() Adding Endpoint 'sofia'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'sofia'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'sofia_contact'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:352 switch_loadable_module_process() Adding Chat interface 'sip'
2008-11-13 09:50:26 [NOTICE] switch_loadable_module.c:392 switch_loadable_module_process() Adding Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1]
2008-11-13 09:50:26 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:50:26 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:50:27 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
.........
2008-11-13 09:51:31 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_expr]
2008-11-13 09:51:31 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'expr'
2008-11-13 09:51:31 [ERR] switch_core_sqldb.c:131 switch_core_db_persistant_execute() SQL ERR [database is locked]
2008-11-13 09:51:32 [ERR] switch_core_sqldb.c:131 switch_core_db_persistant_execute() SQL ERR [database is locked]
2008-11-13 09:51:34 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_fifo]
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:237 switch_loadable_module_process() Adding Application 'fifo'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'fifo'
2008-11-13 09:51:34 [INFO] mod_voicemail.c:706 load_config() Added Profile default
2008-11-13 09:51:34 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_voicemail]
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:237 switch_loadable_module_process() Adding Application 'voicemail'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'voicemail'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'voicemail_inject'
2008-11-13 09:51:34 [NOTICE] switch_loadable_module.c:257 switch_loadable_module_process() Adding API Function 'vm_boxcount'
2008-11-13 09:51:38 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:51:38 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:51:39 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
2008-11-13 09:51:39 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]
What causes these errors?
How can I fix them?
Gary |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|