That error is coming from the SMSC. It usually means that the SMSC believes that you are already connected and couldn't log again until you disconnect from them.
It usually clears itself after a few minutes. If that doesn't happens I suggest you to contact the SMSC operator and ask him to reset your connection. Try also using netstat -a to see if you are keeping established connections with the SMSC, but if you are not seeing anything there, better to contact the SMSC operator, maybe it's not your fault but a misconfigured router or something like that. Hope it helps, Alejandro. On 5/19/05, Mario Noboa <[EMAIL PROTECTED]> wrote: > > Thanks Rodrigo, yes all processes are dead, the operator gave me this log, i > hope it helps: > > 2005-05-18 15:48:30,026 [INFO] [p:SMPPServer] Checking identity > (team2_r/team201) > 2005-05-18 15:48:30,033 [INFO] [p:SMPPServer] Killing session 2: team2_r_r > ... > 2005-05-18 15:48:30,034 [INFO] [p:SMPPServer] Session team2_r_r killed. > 2005-05-18 15:48:30,034 [WARN] [p:SMPPServer] A session already existed for > 'team2_r_r' > 2005-05-18 15:48:30,034 [DEBUG] [p:SMPPServer] Returning ALREADY_BOUND > > Mario > > > -----Mensaje original----- > De: Rodrigo Cremaschi [mailto:[EMAIL PROTECTED] > Enviado el: Thursday, May 19, 2005 11:39 AM > Para: Mario Noboa; [email protected] > Asunto: Re: ESME Already in Bound State > > > Hi Mario, > > be sure all your Kannel processes are dead before trying to start them > over again. > > Rodrigo. > > > ----- Original Message ----- > From: "Mario Noboa" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, May 19, 2005 12:14 PM > Subject: ESME Already in Bound State > > > > > > Hi list! > > > > I'm configuring two smpp connection, one for sending stuff, and one for > > receiving stuff.. With Rx i have a problem..... > > > > I got the follow message: > > > > 2005-05-19 09:04:35 [7825] [7] WARNING: SMPP: PDU NULL terminated string > > has > > no NULL. > > 2005-05-19 09:04:35 [7825] [7] ERROR: SMPP[2]: SMSC rejected login to > > receive, code 0x00000005 (ESME Already in Bound State). > > 2005-05-19 09:04:35 [7825] [7] ERROR: SMPP[2]: I/O error or other error. > > Re-connecting. > > 2005-05-19 09:04:35 [7825] [7] ERROR: SMPP[2]: Couldn't connect to SMS > > center (retrying in 10 seconds). > > > > Any help i'd greatly appreciate it ! > > > > Mario > > > > > > Here is my conf file: > > > > group = smsc > > smsc = smpp > > smsc-id = Tx > > host= XXX.XXX.XXX.XX > > port = 17603 > > receive-port = 0 > > smsc-username = user > > smsc-password = user2 > > source-addr-ton = 2 > > source-addr-npi = 1 > > dest-addr-ton = 2 > > dest-addr-npi = 1 > > system-type = smpp > > interface-version = 34 > > > > > > group = smsc > > smsc = smpp > > smsc-id = Rx > > host= XXX.XXX.XXX.XX > > port = 0 > > receive-port = 3000 > > smsc-username = user_r > > smsc-password = user201 > > source-addr-ton = 2 > > source-addr-npi = 1 > > dest-addr-ton = 2 > > dest-addr-npi = 1 > > interface-version = 34 > > system-type = smpp > > > > > -- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/
