Hello, Today, I realized that I was not receiving any SMS from the kannel server I was reviewing the logs and I saw this:
---- 2012-11-03 23:50:33 [847] [0] INFO: Connected to bearerbox at localhost port 13030. 2012-11-03 23:50:33 [845] [0] DEBUG: Started thread 2 (sqlbox.c:function) 2012-11-03 23:50:33 [847] [0] DEBUG: Started thread 7 (gw/heartbeat.c:heartbeat_thread) 2012-11-03 23:50:33 [845] [2] DEBUG: Thread 2 (sqlbox.c:function) maps to pid 845. 2012-11-03 23:50:33 [845] [2] INFO: Client connected from <127.0.0.1> 2012-11-03 23:50:33 [847] [7] DEBUG: Thread 7 (gw/heartbeat.c:heartbeat_thread) maps to pid 847. 2012-11-03 23:50:33 [845] [2] ERROR: connect failed 2012-11-03 23:50:33 [845] [2] ERROR: System error 111: Connection refused 2012-11-03 23:50:33 [845] [2] ERROR: error connecting to server `127.0.0.1' at port `13010' 2012-11-03 23:50:33 [845] [2] DEBUG: Started thread 3 (sqlbox.c:bearerbox_to_smsbox) 2012-11-03 23:50:33 [845] [3] DEBUG: Thread 3 (sqlbox.c:bearerbox_to_smsbox) maps to pid 845. 2012-11-03 23:50:33 [845] [3] PANIC: gwlib/conn.c:172: lock_in: Assertion `conn != NULL' failed. 2012-11-03 23:50:33 [845] [2] PANIC: gwlib/conn.c:197: lock_out: Assertion `conn != NULL' failed. 2012-11-03 23:50:33 [845] [3] PANIC: sqlbox(gw_panic+0xe1) [0x806c321] 2012-11-03 23:50:33 [845] [3] PANIC: sqlbox(conn_read_withlen+0x22a) [0x805deea] 2012-11-03 23:50:33 [845] [3] PANIC: sqlbox [0x804ffbd] 2012-11-03 23:50:33 [845] [3] PANIC: sqlbox [0x8050548] 2012-11-03 23:50:33 [845] [3] PANIC: sqlbox [0x806325d] 2012-11-03 23:50:33 [845] [3] PANIC: /lib/libpthread.so.0 [0xb770af3b] ---- I was browsing on the documentation but I didn't see anything. If you can help me could be more than great! Regards Jose