I am receiving panic errors when trying to start wapbox. Is there something that I need to change to start wapbox? wapkannel.conf is at bottom.
I'm running like this: # /temp/gateway-1.4.0/gw/wapbox -v 1 /temp/gateway-1.4.0/gw/wapkannel.conf & And getting this: 2005-03-26 17:14:51 [14647] [0] INFO: Added logfile `/var/log/kannel/wapbox.log' with level `1'. 2005-03-26 17:14:51 [14647] [0] INFO: Starting to log to file /var/log/kannel/wapbox.log level 1 2005-03-26 17:14:51 [14647] [0] INFO: Logging accesses to '/var/log/kannel/wapaccess.log'. 2005-03-26 17:14:51 [14647] [0] INFO: Started access logfile `/var/log/kannel/wapaccess.log'. 2005-03-26 17:14:51 [14647] [0] INFO: ------------------------------------------------------------ 2005-03-26 17:14:51 [14647] [0] INFO: Kannel wapbox version 1.4.0 starting up. 2005-03-26 17:14:51 [14647] [0] ERROR: connect failed 2005-03-26 17:14:51 [14647] [0] ERROR: System error 111: Connection refused 2005-03-26 17:14:51 [14647] [0] ERROR: error connecting to server `localhost' at port `13002' 2005-03-26 17:14:51 [14647] [0] PANIC: Couldn't connect to the bearerbox. 2005-03-26 17:14:51 [14647] [0] PANIC: /temp/gateway-1.4.0/gw/wapbox(gw_panic+0x174) [0x80c55bc] 2005-03-26 17:14:51 [14647] [0] PANIC: /temp/gateway-1.4.0/gw/wapbox(connect_to_bearerbox+0x37) [0x80571d7] 2005-03-26 17:14:51 [14647] [0] PANIC: /temp/gateway-1.4.0/gw/wapbox(main+0x29e) [0x8054a12] 2005-03-26 17:14:51 [14647] [0] PANIC: /lib/tls/libc.so.6(__libc_start_main+0xe3) [0x2bae33] 2005-03-26 17:14:51 [14647] [0] PANIC: /temp/gateway-1.4.0/gw/wapbox [0x8053011] wapkannel.conf group = core admin-port = 13000 wapbox-port = 13002 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" wdp-interface-name = "*" log-file = "/var/log/kannel/kannel.log" log-level = 1 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" access-log = "/var/log/kannel/access.log" #store-file = "/tmp/kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" log-level = 1 syslog-level = none access-log = "/var/log/kannel/wapaccess.log" Thanks, Craig
