Hi List,

so far my kannel installation worked without problems. Then i updated to trunk cvs-20100430 the messages are not being routed anymore.

Environment
-----------------------------------------------------------
compiler `4.3.2'. System Linux, release 2.6.26-2-686, version #1 SMP Wed Feb 10 08:59:21 UTC 2010, machine i686. Libxml version 2.6.32. Using OpenSSL 0.9.8g 19 Oct 2007. Using native malloc.

kannel.conf
-----------------------------------------------------------
#
# Kannel Core Settings
#
group = core
admin-port = 13000
#admin-port-ssl =
admin-password = abc
status-password = abc
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1;192.168.9.*"
smsbox-port = 13002
#smsbox-port-ssl =
wapbox-port = 13003
#wapbox-port-ssl =
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;192.168.9.*"
udp-deny-ip = "*.*.*.*"
udp-allow-ip = "127.0.0.1;192.168.9.*"
wdp-interface-name = "*"
log-file = "/var/log/rkannel/core.log"
log-level = 0
access-log = "/var/log/rkannel/core-access.log"
#access-log-clean =
#access-log-format =
unified-prefix = "+41,0041,0"
#white-list =
#black-list =
store-type = spool
store-location = "/var/rkannel"
#store-dump-freq =
#http-proxy-host =
#http-proxy-port =
#http-proxy-exceptions =
#http-proxy-exceptions-regex =
#http-proxy-username =
#http-proxy-password =
#ssl-client-certkey-file =
#ssl-server-cert-file =
#ssl-server-key-file =
#ssl-trusted-ca-file =
#dlr-storage =
#maximum-queue-length =
#sms-incoming-queue-limit =
#sms-outgoing-queue-limit =
#white-list-regex =
#black-list-regex =
#smsbox-max-pending =
#sms-resend-freq =
#sms-resend-retry =
#sms-combine-concatenated-mo =
#sms-combine-concatenated-mo-timeout =
#http-timeout =

#
# SMS Routing
#
group = smsbox-route
smsbox-id = mysmsbox
smsc-id = mysmsc

#
# SEND SMS User
#
group = sendsms-user
username = tester
password = omnia
#name =
#user-deny-ip =
#user-allow-ip = "*.*.*.*"
forced-smsc = mysmsc
#default-smsc =
#default-sender =
#faked-sender =
#max-messages = 100
concatenation = true
#split-chars =
#split-suffix =
#omit-empty =
#header =
#footer =
#allowed-prefix =
#denied-prefix =
#white-list =
#black-list =
#dlr-url =
#allowed-prefix-regex =
#denied-prefix-regex =
#white-list-regex =
#black-list-regex =

#
# SMS Center
#
group = smsc
smsc = at
smsc-id = mysmsc
#smsc-admin-id =
#throughput =
#denied-smsc-id =
#allowed-smsc-id =
#preferred-smsc-id =
#allowed-prefix =
#denied-prefix =
#preferred-prefix =
#unified-prefix =
#alt-charset =
#alt-dcs =
#our-host =
log-file = "/var/log/rkannel/smsc.log"
log-level = 0
#reconnect-delay =
reroute = yes
#reroute-smsc-id =
#reroute-receiver =
#reroute-dlr =
#allowed-smsc-id-regex =
#denied-smsc-id-regex =
#preferred-smsc-id-regex =
#allowed-prefix-regex =
#denied-prefix-regex =
#preferred-prefix-regex =
max-sms-octets = 140
#meta-data =
modemtype = tangomodem
device = "/dev/ttyS0"
speed = 19200
#pin = 6410
validityperiod = 167
keepalive = 30
my-number = "+4176*******"
#sms-center =
sim-buffering = true
max-error-count = 10
#host =
#port =
#smsc-username =
#smsc-password =
#login-prompt =
#password-prompt =

#
# GSM Modem b
#
group = modems
id = tangomodem
name = "Falcom Tango"
detect-string = "SIEMENS"
detect-string2 = "MC55"
#init-string = "AT+CNMI=1,2,0,1,1"
init-string = "AT+CNMI=1,2,0,1,1;+CMEE=1"
#speed =
enable-hwhs = "AT\\Q3"
need-sleep = true
no-pin = true
no-smsc = false
sendline-sleep = 100
message-storage = "SM"
enable-mms = true
reset-string = "AT+CFUN=1"

# WAP BOX
#
group = wapbox
bearerbox-host = 127.0.0.1
access-log = "/var/log/rkannel/wapbox-access.log"
log-file = "/var/log/rkannel/wapbox.log"
log-level = 0

#
# SMS BOX
#
group = smsbox
smsbox-id = mysmsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
access-log = "/var/log/rkannel/smsbox-access.log"
log-file = "/var/log/rkannel/smsbox.log"
log-level = 0
global-sender = "+4176*******"
#sendsms-chars = "0123456789 +-"
#white-list =
#black-list =
#reply-couldnotfetch =
#reply-couldnotrepresent =
#reply-requestfailed =
#reply-emptymessage =

#
# SMS Services
#
group = sms-service
keyword-regex = "^([t|T]est)"
text = "You asked nothing and I did it!"
catch-all = true
concatenation = false


core.log
-----------------------------------------------------------
2010-05-03 12:32:21 [19813] [0] INFO: Added logfile `/var/log/rkannel/core.log' with level `0'. 2010-05-03 12:32:21 [19813] [0] INFO: Started access logfile `/var/log/rkannel/core-access.log'.
2010-05-03 12:32:21 [19813] [0] INFO: HTTP: Opening server at port 13000.
2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2010-05-03 12:32:21 [19813] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2010-05-03 12:32:21 [19813] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run) 2010-05-03 12:32:21 [19813] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 19813.
2010-05-03 12:32:21 [19813] [0] DEBUG: starting smsbox connection module
2010-05-03 12:32:21 [19813] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100). 2010-05-03 12:32:21 [19813] [0] DEBUG: Adding smsbox routing to id <mysmsbox> for smsc id <mysmsc> 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:sms_to_smsboxes) 2010-05-03 12:32:21 [19813] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run) 2010-05-03 12:32:21 [19813] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] INFO: Set SMS resend frequency to 60 seconds.
2010-05-03 12:32:21 [19813] [0] INFO: SMS resend retry set to unlimited.
2010-05-03 12:32:21 [19813] [0] DEBUG: MO concatenated message handling enabled 2010-05-03 12:32:21 [19813] [0] INFO: DLR rerouting for smsc id <mysmsc> disabled. 2010-05-03 12:32:21 [19813] [0] DEBUG: Adding general internal routing for smsc id <mysmsc> 2010-05-03 12:32:21 [19813] [0] INFO: Added logfile `/var/log/rkannel/smsc.log' with level `0'. 2010-05-03 12:32:21 [19813] [0] INFO: AT2[mysmsc]: configuration shows modemtype <tangomodem> 2010-05-03 12:32:21 [19813] [0] DEBUG: AT2[mysmsc]: Reading modem definitions from </home/rkannel/kannel/etc/kannel.conf> 2010-05-03 12:32:21 [19813] [0] DEBUG: AT2[mysmsc]: Found <1> modems in config 2010-05-03 12:32:21 [19813] [0] INFO: AT2[mysmsc]: read modem definition for <Falcom Tango> 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 6 (gw/smsc/smsc_at.c:at2_device_thread) 2010-05-03 12:32:21 [19813] [6] DEBUG: Thread 6 (gw/smsc/smsc_at.c:at2_device_thread) maps to pid 19813. 2010-05-03 12:32:21 [19813] [6] INFO: Logging thread `6' to logfile `/var/log/rkannel/smsc.log' with level `0'. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 7 (gw/bb_smscconn.c:sms_router) 2010-05-03 12:32:21 [19813] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) maps to pid 19813.
2010-05-03 12:32:21 [19813] [0] DEBUG: starting UDP sender/receiver module
2010-05-03 12:32:21 [19813] [0] INFO: Adding interface *
2010-05-03 12:32:21 [19813] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9200> 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 8 (gw/bb_udp.c:udp_receiver) 2010-05-03 12:32:21 [19813] [8] DEBUG: Thread 8 (gw/bb_udp.c:udp_receiver) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 9 (gw/bb_udp.c:udp_sender) 2010-05-03 12:32:21 [19813] [9] DEBUG: Thread 9 (gw/bb_udp.c:udp_sender) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9201> 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 10 (gw/bb_udp.c:udp_receiver) 2010-05-03 12:32:21 [19813] [10] DEBUG: Thread 10 (gw/bb_udp.c:udp_receiver) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 11 (gw/bb_udp.c:udp_sender)
2010-05-03 12:32:21 [19813] [0] DEBUG: starting wapbox connection module
2010-05-03 12:32:21 [19813] [11] DEBUG: Thread 11 (gw/bb_udp.c:udp_sender) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 12 (gw/bb_boxc.c:wdp_to_wapboxes) 2010-05-03 12:32:21 [19813] [12] DEBUG: Thread 12 (gw/bb_boxc.c:wdp_to_wapboxes) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 13 (gw/bb_boxc.c:wapboxc_run) 2010-05-03 12:32:21 [19813] [13] DEBUG: Thread 13 (gw/bb_boxc.c:wapboxc_run) maps to pid 19813.
2010-05-03 12:32:21 [19813] [0] DEBUG: starting WDP router
2010-05-03 12:32:21 [19813] [0] DEBUG: Started thread 14 (gw/bearerbox.c:wdp_router) 2010-05-03 12:32:21 [19813] [14] DEBUG: Thread 14 (gw/bearerbox.c:wdp_router) maps to pid 19813. 2010-05-03 12:32:21 [19813] [0] INFO: ---------------------------------------- 2010-05-03 12:32:21 [19813] [0] INFO: Kannel bearerbox II version cvs-20100430 starting
2010-05-03 12:32:21 [19813] [0] INFO: Loaded 0 messages from store.
2010-05-03 12:32:21 [19813] [0] INFO: MAIN: Start-up done, entering mainloop
2010-05-03 12:32:21 [19813] [0] DEBUG: AT2[mysmsc]: start called
2010-05-03 12:32:23 [19813] [13] INFO: Client connected from <127.0.0.1>
2010-05-03 12:32:23 [19813] [13] DEBUG: Started thread 15 (gw/bb_boxc.c:function) 2010-05-03 12:32:23 [19813] [15] DEBUG: Thread 15 (gw/bb_boxc.c:function) maps to pid 19813.
2010-05-03 12:32:23 [19813] [15] DEBUG: setting up systems for new wapbox
2010-05-03 12:32:23 [19813] [15] DEBUG: Started thread 16 (gw/bb_boxc.c:boxc_sender) 2010-05-03 12:32:23 [19813] [16] DEBUG: Thread 16 (gw/bb_boxc.c:boxc_sender) maps to pid 19813.
2010-05-03 12:32:24 [19813] [5] INFO: Client connected from <127.0.0.1>
2010-05-03 12:32:24 [19813] [5] DEBUG: Started thread 17 (gw/bb_boxc.c:function) 2010-05-03 12:32:24 [19813] [17] DEBUG: Thread 17 (gw/bb_boxc.c:function) maps to pid 19813. 2010-05-03 12:32:24 [19813] [17] DEBUG: Started thread 18 (gw/bb_boxc.c:boxc_sender) 2010-05-03 12:32:24 [19813] [18] DEBUG: Thread 18 (gw/bb_boxc.c:boxc_sender) maps to pid 19813. 2010-05-03 12:32:24 [19813] [17] DEBUG: boxc_receiver: got boxc_id <mysmsbox> from <127.0.0.1>
2010-05-03 12:32:36 [19813] [17] DEBUG: boxc_receiver: sms received
2010-05-03 12:32:36 [19813] [17] DEBUG: send_msg: sending msg to boxc: <mysmsbox> 2010-05-03 12:32:36 [19813] [7] DEBUG: sms_router: handling message (0x81ceca8 vs 0x81ceca8)
2010-05-03 12:32:36 [19813] [7] DEBUG: Routing failed, re-queued.
2010-05-03 12:32:36 [19813] [7] DEBUG: sms_router: handling message (0x81ceca8 vs 0x81ceca8)
2010-05-03 12:32:36 [19813] [7] DEBUG: Routing failed, re-queued.
2010-05-03 12:32:36 [19813] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2010-05-03 12:32:36 [19813] [7] DEBUG: sms_router: gwlist_len = 1
2010-05-03 12:32:36 [19813] [7] DEBUG: sms_router: handling message (0x81ceca8 vs 0x81ceca8)
2010-05-03 12:32:36 [19813] [7] DEBUG: Routing failed, re-queued.
2010-05-03 12:32:36 [19813] [7] DEBUG: sms_router: handling message (0x81ceca8 vs 0x81ceca8)
2010-05-03 12:32:36 [19813] [7] DEBUG: Routing failed, re-queued.
2010-05-03 12:32:36 [19813] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2010-05-03 12:33:06 [19813] [7] DEBUG: sms_router: gwlist_len = 1
2010-05-03 12:33:06 [19813] [7] DEBUG: sms_router: handling message (0x81ceca8 vs 0x81ceca8)
2010-05-03 12:33:06 [19813] [7] DEBUG: Routing failed, re-queued.
2010-05-03 12:33:06 [19813] [7] DEBUG: sms_router: handling message (0x81ceca8 vs 0x81ceca8)
2010-05-03 12:33:06 [19813] [7] DEBUG: Routing failed, re-queued.
2010-05-03 12:33:06 [19813] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2010-05-03 12:33:11 [19813] [17] INFO: Connection closed by the box <127.0.0.1> 2010-05-03 12:33:11 [19813] [18] DEBUG: send_msg: sending msg to boxc: <mysmsbox> 2010-05-03 12:33:11 [19813] [18] DEBUG: Thread 18 (gw/bb_boxc.c:boxc_sender) terminates. 2010-05-03 12:33:11 [19813] [17] DEBUG: Thread 17 (gw/bb_boxc.c:function) terminates. 2010-05-03 12:33:11 [19813] [15] INFO: Connection closed by the box <127.0.0.1> 2010-05-03 12:33:11 [19813] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2010-05-03 12:33:11 [19813] [16] DEBUG: Thread 16 (gw/bb_boxc.c:boxc_sender) terminates. 2010-05-03 12:33:11 [19813] [15] DEBUG: Thread 15 (gw/bb_boxc.c:function) terminates.

-----------------------------------------------------------
smsbox.log
2010-05-03 12:32:24 [19844] [0] INFO: Added logfile `/var/log/rkannel/smsbox.log' with level `0'. 2010-05-03 12:32:24 [19844] [0] INFO: Service global sender set as '+41765799200' 2010-05-03 12:32:24 [19844] [0] INFO: Logging accesses to '/var/log/rkannel/smsbox-access.log'. 2010-05-03 12:32:24 [19844] [0] INFO: Started access logfile `/var/log/rkannel/smsbox-access.log'.
2010-05-03 12:32:24 [19844] [0] INFO: HTTP: Opening server at port 13013.
2010-05-03 12:32:24 [19844] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2010-05-03 12:32:24 [19844] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 19844. 2010-05-03 12:32:24 [19844] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2010-05-03 12:32:24 [19844] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 19844.
2010-05-03 12:32:24 [19844] [0] INFO: Set up send sms service at port 13013
2010-05-03 12:32:24 [19844] [0] DEBUG: Started thread 3 (gw/smsbox.c:sendsms_thread) 2010-05-03 12:32:24 [19844] [3] DEBUG: Thread 3 (gw/smsbox.c:sendsms_thread) maps to pid 19844. 2010-05-03 12:32:24 [19844] [0] DEBUG: ---------------------------------------------- 2010-05-03 12:32:24 [19844] [0] DEBUG: Kannel smsbox version cvs-20100430 starting
2010-05-03 12:32:24 [19844] [0] DEBUG:   dumping group (sendsms-user):
2010-05-03 12:32:24 [19844] [0] DEBUG:     <group> = <sendsms-user>
2010-05-03 12:32:24 [19844] [0] DEBUG:     <forced-smsc> = <mysmsc>
2010-05-03 12:32:24 [19844] [0] DEBUG:     <username> = <raptor>
2010-05-03 12:32:24 [19844] [0] DEBUG:     <concatenation> = <true>
2010-05-03 12:32:24 [19844] [0] DEBUG:     <password> = <raptor>
2010-05-03 12:32:24 [19844] [0] DEBUG: Started thread 4 (gw/smsbox.c:obey_request_thread) 2010-05-03 12:32:24 [19844] [4] DEBUG: Thread 4 (gw/smsbox.c:obey_request_thread) maps to pid 19844. 2010-05-03 12:32:24 [19844] [0] DEBUG: Started thread 5 (gw/smsbox.c:url_result_thread) 2010-05-03 12:32:24 [19844] [5] DEBUG: Thread 5 (gw/smsbox.c:url_result_thread) maps to pid 19844. 2010-05-03 12:32:24 [19844] [0] DEBUG: Started thread 6 (gw/smsbox.c:http_queue_thread) 2010-05-03 12:32:24 [19844] [6] DEBUG: Thread 6 (gw/smsbox.c:http_queue_thread) maps to pid 19844.
2010-05-03 12:32:24 [19844] [0] DEBUG: Connecting to <127.0.0.1>
2010-05-03 12:32:24 [19844] [0] INFO: Connected to bearerbox at 127.0.0.1 port 13002. 2010-05-03 12:32:24 [19844] [0] DEBUG: Started thread 7 (gw/heartbeat.c:heartbeat_thread) 2010-05-03 12:32:24 [19844] [7] DEBUG: Thread 7 (gw/heartbeat.c:heartbeat_thread) maps to pid 19844. 2010-05-03 12:32:36 [19844] [2] DEBUG: HTTP: Creating HTTPClient for `192.168.8.24'. 2010-05-03 12:32:36 [19844] [2] DEBUG: HTTP: Created HTTPClient area 0x81731e8. 2010-05-03 12:32:36 [19844] [3] INFO: smsbox: Got HTTP request </cgi-bin/sendsms> from <192.168.8.24>
2010-05-03 12:32:36 [19844] [3] INFO: sendsms used by <raptor>
2010-05-03 12:32:36 [19844] [3] INFO: sendsms sender:<raptor:+41765799200> (192.168.8.24) to:<+41792850884> msg:<just some test> 2010-05-03 12:32:36 [19844] [3] DEBUG: Stored UUID 23e81721-0c8e-4b6d-8c83-f78398a11fe4
2010-05-03 12:32:36 [19844] [3] DEBUG: message length 14, sending 1 messages
2010-05-03 12:32:36 [19844] [3] DEBUG: Status: 202 Answer: <Sent.>
2010-05-03 12:32:36 [19844] [3] DEBUG: Delayed reply - wait for bearerbox
2010-05-03 12:32:36 [19844] [0] DEBUG: Got ACK (3) of 23e81721-0c8e-4b6d-8c83-f78398a11fe4 2010-05-03 12:32:36 [19844] [0] DEBUG: HTTP: Destroying HTTPClient area 0x81731e8. 2010-05-03 12:32:36 [19844] [0] DEBUG: HTTP: Destroying HTTPClient for `192.168.8.24'.

-----------------------------------------------------------
smsc.log

2010-05-03 12:32:21 [19813] [6] INFO: AT2[mysmsc]: opening device
2010-05-03 12:32:21 [19813] [6] DEBUG: AT2[mysmsc]: device opened. Telnet mode = 0
2010-05-03 12:32:22 [19813] [6] DEBUG: AT2[mysmsc]: device opened
2010-05-03 12:32:22 [19813] [6] INFO: AT2[mysmsc]: Logging in
2010-05-03 12:32:22 [19813] [6] INFO: AT2[mysmsc]: init device
2010-05-03 12:32:22 [19813] [6] INFO: AT2[mysmsc]: speed set to 19200
2010-05-03 12:32:22 [19813] [6] DEBUG: AT2[mysmsc]: --> ATZ^M
-----------------------------------------------------------
2010-05-03 12:32:23 [19831] [0] INFO: Added logfile `/var/log/rkannel/wapbox.log' with level `0'. 2010-05-03 12:32:23 [19831] [0] INFO: Starting to log to file /var/log/rkannel/wapbox.log level 0
2010-05-03 12:32:23 [19831] [0] DEBUG: no syslog parameter
2010-05-03 12:32:23 [19831] [0] INFO: Logging accesses to '/var/log/rkannel/wapbox-access.log'. 2010-05-03 12:32:23 [19831] [0] INFO: Started access logfile `/var/log/rkannel/wapbox-access.log'. 2010-05-03 12:32:23 [19831] [0] INFO: ------------------------------------------------------------
wapbox.log

2010-05-03 12:32:23 [19831] [0] INFO: Kannel wapbox version cvs-20100430 starting up. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 1 (wap/wsp_session.c:main_thread) 2010-05-03 12:32:23 [19831] [1] DEBUG: Thread 1 (wap/wsp_session.c:main_thread) maps to pid 19831. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 2 (wap/wsp_unit.c:main_thread) 2010-05-03 12:32:23 [19831] [2] DEBUG: Thread 2 (wap/wsp_unit.c:main_thread) maps to pid 19831. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 3 (wap/wsp_push_client.c:main_thread) 2010-05-03 12:32:23 [19831] [3] DEBUG: Thread 3 (wap/wsp_push_client.c:main_thread) maps to pid 19831. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 4 (wap/timers.c:watch_timers) 2010-05-03 12:32:23 [19831] [4] DEBUG: Thread 4 (wap/timers.c:watch_timers) maps to pid 19831. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 5 (wap/wtp_resp.c:main_thread) 2010-05-03 12:32:23 [19831] [5] DEBUG: Thread 5 (wap/wtp_resp.c:main_thread) maps to pid 19831. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 6 (gw/wap-appl.c:main_thread) 2010-05-03 12:32:23 [19831] [6] DEBUG: Thread 6 (gw/wap-appl.c:main_thread) maps to pid 19831. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 7 (gw/wap-appl.c:return_replies_thread) 2010-05-03 12:32:23 [19831] [7] DEBUG: Thread 7 (gw/wap-appl.c:return_replies_thread) maps to pid 19831.
2010-05-03 12:32:23 [19831] [0] DEBUG: Connecting to <127.0.0.1>
2010-05-03 12:32:23 [19831] [0] INFO: Connected to bearerbox at 127.0.0.1 port 13003. 2010-05-03 12:32:23 [19831] [0] DEBUG: Started thread 8 (gw/heartbeat.c:heartbeat_thread) 2010-05-03 12:32:23 [19831] [8] DEBUG: Thread 8 (gw/heartbeat.c:heartbeat_thread) maps to pid 19831.

-----------------------------------------------------------

It would be really nice if anybody can tell me what i am doing wrong...

GeE


Reply via email to