Hi, We are using the latest Kannel CVS with Mysql and had a problem yesterday where Kannel refused to accept a connection to send an SMS.
2007-12-19 17:44:10,579 DEBUG [housekeeping.session.SMSDispatcherBean] non flash data: name: dlr-url :value: http://localhost/smsservice/serviceDeliveryReceipt?smsId=823982&status=%d&sm sc=%i&timeDate=%t&destination=%p&delivInfo=%a&source=%P&msgid=%k 2007-12-19 17:44:10,579 DEBUG [housekeeping.session.SMSDispatcherBean] non flash data: name: dlr-mask :value: 31 2007-12-19 17:44:10,579 INFO [housekeeping.session.SMSDispatcherBean] Caught IOException. 2007-12-19 17:44:10,580 INFO [STDOUT] java.net.ConnectException: Connection refused 2007-12-19 17:44:10,580 INFO [STDOUT] at java.net.PlainSocketImpl.socketConnect(Native Method) Is the only limit the max-connections parameter? This parameter Kannel uses to work out the number of connections it has to connect to the database. group = mysql-connection id = connect host = localhost username = xxxx password = yyyy database = text # max count of connections that will be opened for dbpool max-connections = 5 Or is there any other limit? Thanks, any help appreciated
