Hi, I have sucessfully install sqlbox-standalone and make some needed modification to kannel.conf. But when I try to run it, it returns this error:
2007-02-21 11:26:20 [30589] [0] INFO: Starting to log to file /var/log/smsgw/kannel-sqlbox.log level 0 2007-02-21 11:26:20 [30589] [0] INFO: Added logfile `/var/log/smsgw/kannel-sqlbox.log' with level `0'. 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: can not connect to database! 2007-02-21 11:26:20 [30589] [0] ERROR: MYSQL: Can't connect to MySQL server on '192.168.1.68' (111) 2007-02-21 11:26:20 [30589] [0] PANIC: SQLBOX: MySQL: database pool has no connections! 2007-02-21 11:26:20 [30589] [0] PANIC: ./sqlbox(gw_panic+0xa6) [0x8069a76] 2007-02-21 11:26:20 [30589] [0] PANIC: ./sqlbox(sqlbox_init_mysql+0x356) [0x80512b6] 2007-02-21 11:26:20 [30589] [0] PANIC: ./sqlbox(sqlbox_init_sql+0xf) [0x805140f] 2007-02-21 11:26:20 [30589] [0] PANIC: ./sqlbox(vfprintf+0x18a9) [0x80500b5] 2007-02-21 11:26:20 [30589] [0] PANIC: ./sqlbox(main+0xb2) [0x8050232] 2007-02-21 11:26:20 [30589] [0] PANIC: /lib/libc.so.6(__libc_start_main+0xb3) [0x402b1943] 2007-02-21 11:26:20 [30589] [0] PANIC: ./sqlbox(strcpy+0x35) [0x804ee41] I have make sure that the host,username,password and database name are correct and has privilege to access the database. Thanks. Regards Willy
